Module actix_web_security::authentication::scheme::basic[][src]

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

BasicAuthentication

A basic authentication struct representing the username and password extracted from the authorization header.