Expand description
Type-safe authentication information extractors.
Modules§
- basic
- Extractor for the “Basic” HTTP Authentication Scheme.
- bearer
- Extractor for the “Bearer” HTTP Authentication Scheme.
Structs§
- Authentication
Error - Authentication error returned by authentication extractors.
Traits§
- Auth
Extractor Config - Trait implemented for types that provides configuration for the authentication extractors.