Skip to main content

Crate arc_auth_session

Crate arc_auth_session 

Source
Expand description

Cookie-session authentication protocol for Arc browser applications. Browser pages are intentionally provided by arc-auth-admin.

Structs§

RequireSession
Redirect unauthenticated browser requests to the sign-in page.
SessionAuthPlugin
Session plugin retained as the stable protocol/middleware registration seam.
SessionCheck

Constants§

IDENTITY_SESSION_KEY

Functions§

authenticate
cache_identity
identity
sign_out

Type Aliases§

IdentityStoreData
Convenience extractor for handlers that need the configured identity store.