1 Repo
Implementations of the OAuth 2.0 Implicit flow for browser-based applications.
Distinct from Custom OAuth Grant Types: Specific implementation of the implicit flow, distinct from refresh grants or custom types.
Explore 1 awesome GitHub repository matching security & cryptography · Implicit Grant Implementations. Refine with filters or upvote what's useful.
This project is a PHP library for implementing a spec-compliant OAuth 2.0 authorization server. It serves as an authentication framework for managing user identities and client authorizations, providing the necessary components to issue and validate access and refresh tokens. The server supports a wide range of standardized authorization flows, including authorization code exchange, device grants, implicit flows, and PKCE enforcement. It handles complex token lifecycles through refresh token rotation, scope management, and the use of asymmetric keys for signing digital tokens. The system pro
Returns access tokens directly to browser-based clients after user approval without a client secret.