Structs§
- Auth
State - Shared authentication state for the HTTP server.
- JwtClaims
- JWT claims extracted from a Bearer token payload.
Functions§
- extract_
unverified_ jwt_ claims - Parse a JWT token and extract claims from the payload without verifying the signature.
- require_
auth - Axum middleware layer that enforces Bearer token auth on every request except public paths.