axum-jwks

Crates.ioaxum-jwks
lib.rsaxum-jwks
version0.7.0
sourcesrc
created_at2023-03-29 21:46:20.604455
updated_at2024-03-14 23:32:08.366562
descriptionUse a JSON Web Key Set (JWKS) to verify JWTs in Axum.
homepagehttps://github.com/cdriehuys/axum-jwks
repositoryhttps://github.com/cdriehuys/axum-jwks
max_upload_size
id824431
size24,848
Chathan Driehuys (cdriehuys)

documentation

https://docs.rs/axum-jwks

README

axum-jwks

GitHub Workflow Status Crates.io docs.rs

Use a JSON Web Key Set (JWKS) to verify JWTs in Axum.

Features

  • 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.

Commit count: 35

cargo fmt