Expand description
Authorization related middleware.
Modules§
- add_
authorization  - Add authorization to requests using the 
Authorizationheader. - async_
require_ authorization  - Authorize requests using the 
Authorizationheader asynchronously. - require_
authorization  - Authorize requests using 
ValidateRequest. 
Structs§
- AddAuthorization
 - Middleware that adds authorization all requests using the 
Authorizationheader. - AddAuthorization
Layer  - Layer that applies 
AddAuthorizationwhich adds authorization to all requests using theAuthorizationheader. - Async
Require Authorization  - Middleware that authorizes all requests using the 
Authorizationheader. - Async
Require Authorization Layer  - Layer that applies 
AsyncRequireAuthorizationwhich authorizes all requests using theAuthorizationheader. 
Traits§
- Async
Authorize Request  - Trait for authorizing requests.