Structs§
- Auth
State - Shared state for the authentication middleware.
- Gateway
Route Policy - Gateway-specific route policy implementation
- Public
Route Matcher - Public route matcher for explicitly public routes
- Route
Matcher - Route matcher for a specific HTTP method (authenticated routes).
Enums§
- Auth
Requirement - Whether a route requires authentication.
Functions§
- authn_
middleware - Authentication middleware that uses the
AuthNResolver to validate bearer tokens. - build_
route_ policy - Helper to build
GatewayRoutePolicyfrom operation requirements.