Skip to main content

Module forward

Module forward 

Source
Expand description

Forward-auth verification endpoint.

Exposes forward_auth.path (default /auth/verify) so a fronting reverse proxy (nginx auth_request, Traefik forwardAuth) can delegate auth to this proxy: it validates the request’s Bearer token against the configured route policies and answers 200 (with the verified claim headers) or 401/403.

Structs§

ForwardAuth
A verification endpoint backed by the shared Auth machinery.