1 repo
Techniques for maintaining authentication state across distributed services without server-side session storage.
Distinguishing note: Focuses on stateless token-based session handling rather than traditional stateful session stores.
Explore 1 awesome GitHub repository matching security & cryptography · Stateless Session Management. Refine with filters or upvote what's useful.
Authelia is a centralized identity and access management server designed to secure web applications through unified authentication and authorization. It functions as an identity authority that enables single sign-on across diverse platforms, allowing users to access multiple services with a single set of credentials. By acting as a standards-compliant provider, it facilitates secure identity propagation and token issuance for client applications. The platform distinguishes itself through its ability to integrate directly with web gateways as a reverse proxy authentication middleware, intercep
Maintains user authentication state across distributed services using encrypted cookies to ensure consistent access control without requiring sticky sessions.