ExNudge.VAPID (ExNudge v1.0.1)
View SourceHandles VAPID (Voluntary Application Server Identification) authentication.
Summary
Types
Functions
@spec get_keys() :: {:ok, vapid_keys()} | {:error, atom()}
@spec sign_jwt(String.t(), vapid_keys()) :: {:ok, String.t()} | {:error, atom()}