Skip to content

EntryPoint

Everything under Quiote\Security\Auth\EntryPoint.

ClassDescription
HttpChallengeEntryPointThe 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.
LoginRedirectEntryPointThe entry point for the session/form-login firewall: a 302 redirect back to the login path.