EntryPoint
Everything under Quiote\Security\Auth\EntryPoint.
Classes
Section titled “Classes”| Class | Description |
|---|---|
HttpChallengeEntryPoint | The entry point for stateless (token/Basic) firewalls: a 401 RFC 9457 Problem Details body plus a WWW-Authenticate challenge, matching Quiote\Mcp\Middleware\McpAuthMiddleware’s existing shape so API clients see one consistent failure format across the framework. |
LoginRedirectEntryPoint | The entry point for the session/form-login firewall: a 302 redirect back to the login path. |