awesome-repositories.com
博客
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 个仓库

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

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • thephpleague/oauth2-serverthephpleague 的头像

    thephpleague/oauth2-server

    6,650在 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
    在 GitHub 上查看↗6,650
  1. Home
  2. Security & Cryptography
  3. Implicit Grant Implementations