Expand description
The middleware module provides the http authentication middleware and authentication service.
Structsยง
- Http
Authentication Middleware - The
HttpAuthenticationMiddleware
is an actix middleware that wraps client requets, initiates and orchestrates the authentication process.
AHttpAuthenticationMiddleware
is specific for the type of the authorization header extraction and a set of endpoints. - Http
Authentication Service - The
HttpAuthenticationService
executes the authentication process (header extraction, authentication, error handling).