Use a JSON Web Key Set (JWKS) to verify JWTs in Axum.
- Use an openid-configuration to get the setup from the Authorization Server.
- Pull a JWKS directly from an Authorization Server
- Verify JWTs signed by any key in the JWKS and provided as a bearer token in
the
Authorization
header
For more information, see the crate documentation.