Kinde.TokenStrategy (kinde v2.1.0)

Copy Markdown View Source

JWKS strategy for verifying ID tokens in production.

Fetches the JSON Web Key Set from <domain>/.well-known/jwks and validates RS256 signatures. Used automatically by Kinde.Token unless the :test_strategy config flag is set.

See Kinde docs on token verification.

Summary

Functions

Returns a specification to start this module under a supervisor.

Callback for initializing options upon strategy startup

Functions

child_spec(init_arg)

Returns a specification to start this module under a supervisor.

See Supervisor.

init_opts(opts)

@spec init_opts(opts :: Keyword.t()) :: Keyword.t()
@spec init_opts(opts :: Keyword.t()) :: Keyword.t()

Callback for initializing options upon strategy startup