awesome-repositories.com
Blog
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoAcerca deCómo clasificamosPrensaServidor MCP
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 repositorio

Awesome GitHub RepositoriesImplicit Grant Implementations

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.

Awesome Implicit Grant Implementations GitHub Repositories

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • thephpleague/oauth2-serverAvatar de thephpleague

    thephpleague/oauth2-server

    6,650Ver en GitHub↗

    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.

    PHPoauthoauth2oauth2-server
    Ver en GitHub↗6,650
  1. Home
  2. Security & Cryptography
  3. Implicit Grant Implementations