awesome-repositories.com
المدونة
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعحولكيفية ترتيب النتائجالصحافةخادم MCP
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 مستودعات

Awesome GitHub RepositoriesAuthorization Code Issuances

The process of creating temporary authorization codes after user approval.

Distinct from OAuth2 Access Token Issuance: Focuses on the creation of the temporary code, whereas exchange focuses on swapping it for a token.

Explore 2 awesome GitHub repositories matching security & cryptography · Authorization Code Issuances. Refine with filters or upvote what's useful.

Awesome Authorization Code Issuances GitHub Repositories

اعثر على أفضل المستودعات باستخدام الذكاء الاصطناعي.سنبحث عن أفضل المستودعات المطابقة باستخدام الذكاء الاصطناعي.
  • thephpleague/oauth2-serverالصورة الرمزية لـ thephpleague

    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

    Validates client requests and user approvals to create temporary codes exchangeable for tokens.

    PHPoauthoauth2oauth2-server
    عرض على GitHub↗6,650
  • lepture/authlibالصورة الرمزية لـ lepture

    lepture/authlib

    5,346عرض على GitHub↗

    Authlib is a comprehensive Python framework for implementing OAuth 1.0, OAuth 2.0, and OpenID Connect clients and servers. It provides a complete toolkit for identity management, spanning the development of authorization servers, resource servers, and client-side integrations. The library distinguishes itself through a full implementation of the JOSE specifications, including JSON Web Tokens, Encryption, Signatures, and Keys. It features specialized capabilities for non-interactive authentication via service account assertion frameworks and a compliance-correction layer designed to handle ide

    Issues short-lived authorization codes that confidential clients exchange for access and refresh tokens.

    Python
    عرض على GitHub↗5,346
  1. Home
  2. Security & Cryptography
  3. Authorization Code Issuances