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.
Summary
Functions
Returns a specification to start this module under a supervisor.
Callback for initializing options upon strategy startup
Functions
Returns a specification to start this module under a supervisor.
See Supervisor.
@spec init_opts(opts :: Keyword.t()) :: Keyword.t()
@spec init_opts(opts :: Keyword.t()) :: Keyword.t()
Callback for initializing options upon strategy startup