Expand description
The basic scheme module offers an implementation of a basic authentication header extractor, authentication provider and user detail service.
Modules§
- authentication_
provider - A default implementation of an
AuthenticationProvider
for basic authentication. - header_
extractor - A default implementation of a authentication extractor for basic authentication.
- user_
details_ service - The trait definition of a user details service and its clone capabilities for basic authentication.
Structs§
- Basic
Authentication - A basic authentication struct representing the username and password extracted from the authorization header.