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