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

A default implementation of a authentication extractor for basic authentication.

Structs

BasicAuthenticationExtractor

The definition of a BasicAuthenticationExtractor. The authentication extractor extracts the authentication information from the authorization header and decodes the user credentials to be used in the user authentication.