Skip to main content

Module layer

Module layer 

Source

Structs§

BasicAuthLayer
Tower Layer that enforces HTTP Basic authentication on every request.
BasicAuthService

Functions§

parse_basic_header
Parse Authorization: Basic <base64(user:pass)>(username, password).

Type Aliases§

VerifyFn
A boxed async function that maps (username, password) to Option<Claims>.