Module middleware

Module middleware 

Source
Expand description

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).