Module actix_web_security::authentication::middleware[][src]

The middleware module provides the http authentication middleware and authentication service.

Structs

HttpAuthenticationMiddleware

The HttpAuthenticationMiddleware is an actix middleware that wraps client requets, initiates and orchestrates the authentication process.
A HttpAuthenticationMiddlewareis specific for the type of the authorization header extraction and a set of endpoints.

HttpAuthenticationService

The HttpAuthenticationService executes the authentication process (header extraction, authentication, error handling).