/joken_jwks

A Joken 2 hook for fetching the signer from a public JWKS url

Primary LanguageElixirApache License 2.0Apache-2.0

JokenJwks

Documentation Downloads Build

Documentation

A Joken.Hooks implementation that builds a signer out of a JWKS url for verification.

Usage

Please see our guides and documentation for usage.

Installation

def deps do
  [
    {:joken_jwks, "~> 1.1.0"}
  ]
end

Documentation can be generated with ExDoc and published on HexDocs. Once published, the docs can be found at https://hexdocs.pm/joken_jwks.