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§
- Auth
Client Source - Supplies the activation-time Auth client used during request extraction.
- Authenticated
Http Actor - 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.