Expand description
Authentication middleware.
Provides bearer token authentication for protected endpoints.
Structs§
- Bearer
Auth State - Shared state for bearer token authentication.
Functions§
- bearer_
auth_ middleware - Bearer token authentication middleware.
- extract_
bearer_ token - Extract the bearer token from an
Authorizationheader value.