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

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

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

firebase/php-jwtFork

0
View on GitHub↗
9,773 نجوم·1,276 تفرعات·PHP·bsd-3-clause·3 مشاهدات

Php Jwt

This is a PHP library for implementing JSON Web Tokens to securely encode, decode, and verify identity claims between parties. It provides the core utilities necessary to create signed tokens and validate their authenticity to ensure data integrity.

The library includes a mechanism for caching remote JSON Web Key sets locally. This reduces network requests and optimizes the process of signature verification and key rotation.

Capabilities cover a range of cryptographic operations, including HMAC-based signature verification and RSA-based asymmetric signing. It handles Base64Url encoding for transport and provides stateless claim validation to verify tokens without database lookups.

Features

  • JSON Web Tokens - Provides a full implementation for creating and verifying signed JSON Web Tokens to secure identity claims.
  • PHP Security Libraries - Provides a robust PHP library for encoding and decoding JSON Web Tokens to secure identity claims.
  • Asymmetric Signing - Employs RSA-based private and public key pairs to ensure the authenticity of identity tokens.
  • Signature Verification - Decodes tokens and validates their authenticity using secret keys or public key sets to prevent data tampering.
  • Verified Decoding - Extracts claims and verifies signatures from tokens to ensure data authenticity and integrity.
  • Signature Verification Tools - Provides tools for validating HMAC-based digital signatures to ensure the integrity of identity claims.
  • Token Encoding - Creates signed tokens based on industry standards for the secure transmission of identity claims.
  • Stateless Session Authentication - Implements authentication where user identity is maintained in signed tokens instead of server-side sessions.
  • Public Key Caching - Stores remote public keys locally to accelerate token verification and reduce network requests.
  • Key Resolution - Processes JSON Web Key sets to resolve the correct public key for signature verification during key rotation.
  • Stateless Token Validation - Enables high-performance authorization by verifying token signatures and expiration timestamps locally without database lookups.

سجل النجوم

مخطط تاريخ النجوم لـ firebase/php-jwtمخطط تاريخ النجوم لـ firebase/php-jwt

بحث بالذكاء الاصطناعي

استكشف المزيد من المستودعات الرائعة

صف ما تحتاجه بلغة بسيطة — وسيقوم الذكاء الاصطناعي بترتيب آلاف المشاريع مفتوحة المصدر المنسقة حسب الصلة.

Start searching with AI

بدائل مفتوحة المصدر لـ Php Jwt

مشاريع مفتوحة المصدر مشابهة، مرتبة حسب عدد الميزات المشتركة مع Php Jwt.
  • auth0/node-jsonwebtokenالصورة الرمزية لـ auth0

    auth0/node-jsonwebtoken

    18,171عرض على GitHub↗

    This project is a Node.js library for implementing and managing JSON Web Tokens. It functions as a cryptographic token manager and authentication tool used to sign, verify, and decode tokens to securely transmit claims between parties. The library supports both symmetric and asymmetric signing algorithms, including HMAC and RSA. It enables the creation of digitally signed tokens using secrets or private keys, and provides mechanisms to validate token signatures and verify embedded claims such as expiration and issuer. The tool covers a range of identity and access capabilities, including sta

    JavaScript
    عرض على GitHub↗18,171
  • jwtk/jjwtالصورة الرمزية لـ jwtk

    jwtk/jjwt

    11,085عرض على GitHub↗

    This is a Java library and framework for creating, parsing, and validating JSON Web Tokens within Java and Android applications. It provides a comprehensive toolkit for handling signed and encrypted tokens, including the generation and verification of JWS and JWE objects. The project differentiates itself through a flexible architecture that supports pluggable JSON serialization and custom signature algorithms. It includes a dedicated key manager for generating, encoding, and organizing JSON Web Keys and key sets, as well as support for hardware security module integration. The library cover

    Java
    عرض على GitHub↗11,085
  • phpseclib/phpseclibالصورة الرمزية لـ phpseclib

    phpseclib/phpseclib

    5,572عرض على GitHub↗

    phpseclib is a pure-PHP cryptographic library that provides a comprehensive suite of cryptographic operations entirely without requiring compiled C extensions. At its core, it implements arbitrary-precision integer arithmetic for big-number math, ASN.1 DER encoding and decoding for working with cryptographic data structures, and a full set of pure-PHP cryptographic primitives. The library is designed to operate on PHP 5.6 and above, automatically detecting and using native extensions like GMP or BCMath when available, but falling back to its own pure-PHP implementations when they are not. The

    PHP
    عرض على GitHub↗5,572
  • golang-jwt/jwtالصورة الرمزية لـ golang-jwt

    golang-jwt/jwt

    8,908عرض على GitHub↗

    This project is a JSON Web Token implementation library and toolkit for encoding, signing, and validating tokens. It provides the necessary functions to manage token claims and payloads for user authentication and authorization. The library supports both symmetric and asymmetric cryptography, allowing for the use of shared secrets or public-private key pairs. It enables the creation of signed tokens and the verification of their authenticity and integrity to prevent data tampering. The toolkit covers a broad range of identity and access control capabilities, including the embedding of custom

    Goauthed25519go
    عرض على GitHub↗8,908
عرض جميع البدائل الـ 30 لـ Php Jwt→

الأسئلة الشائعة

ما هي وظيفة firebase/php-jwt؟

This is a PHP library for implementing JSON Web Tokens to securely encode, decode, and verify identity claims between parties. It provides the core utilities necessary to create signed tokens and validate their authenticity to ensure data integrity.

ما هي الميزات الرئيسية لـ firebase/php-jwt؟

الميزات الرئيسية لـ firebase/php-jwt هي: JSON Web Tokens, PHP Security Libraries, Asymmetric Signing, Signature Verification, Verified Decoding, Signature Verification Tools, Token Encoding, Stateless Session Authentication.

ما هي البدائل مفتوحة المصدر لـ firebase/php-jwt؟

تشمل البدائل مفتوحة المصدر لـ firebase/php-jwt: auth0/node-jsonwebtoken — This project is a Node.js library for implementing and managing JSON Web Tokens. It functions as a cryptographic token… jwtk/jjwt — This is a Java library and framework for creating, parsing, and validating JSON Web Tokens within Java and Android… phpseclib/phpseclib — phpseclib is a pure-PHP cryptographic library that provides a comprehensive suite of cryptographic operations entirely… golang-jwt/jwt — This project is a JSON Web Token implementation library and toolkit for encoding, signing, and validating tokens. It… tymondesigns/jwt-auth — jwt-auth is a PHP package providing JSON Web Token authentication for Laravel and Lumen applications. It serves as a… supertokens/supertokens-core — SuperTokens Core is an open-source, self-hosted authentication and identity management platform designed for…