Module extractors

Source
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§

AuthenticationError
Authentication error returned by authentication extractors.

Traits§

AuthExtractorConfig
Trait implemented for types that provides configuration for the authentication extractors.