Expand description
HTTP middleware for Bearer token authentication using JWT/JWKS.
Functionsยง
- auth_
middleware - Axum middleware that validates Bearer tokens using a
JwksCache. - with_
auth_ layer - Wrap a router with Bearer-token authentication backed by a JWKS cache.