Crate tide_http_auth

Source

Structs§

Authentication
Middleware for implementing a given Scheme (Basic, Bearer, Jwt) backed by a given Storage backend implemented by the Tide application State.
BasicAuthRequest
BasicAuthScheme
BearerAuthRequest
BearerAuthScheme

Traits§

Scheme
Storage
A storage provider. Implementors should pick a concrete Request type, representing a struct or parameter sent by a corresponding [Scheme].