Skip to main content

Crate lenso_http_auth

Crate lenso_http_auth 

Source
Expand description

Auth-aware actor extraction for authored HTTP Endpoint providers.

This crate owns ingress authentication glue only. Extracted actors identify evidence accepted by the bound Auth Plugin; target Plugins must still verify the attached assertion and make the final business authorization decision.

Traits§

AuthClientSource
Supplies the activation-time Auth client used during request extraction.
AuthenticatedHttpActor
An application-owned actor projection at the HTTP authentication boundary.

Functions§

extract_authenticated_actor
Authenticates request evidence, attaches the assertion, and projects the HTTP-edge identity A.