awesome-repositories.com
Blog
awesome-repositories.com

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectDespreCum realizăm clasamentulPresăServer MCP
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
firebase avatar

firebase/php-jwtFork

0
View on GitHub↗
9,773 stele·1,276 fork-uri·PHP·bsd-3-clause·3 vizualizări

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.

Istoric stele

Graficul istoricului de stele pentru firebase/php-jwtGraficul istoricului de stele pentru firebase/php-jwt

Căutare AI

Explorează mai multe repository-uri excelente

Descrie ce ai nevoie în limbaj simplu — AI-ul sortează mii de proiecte open source selectate în funcție de relevanță.

Start searching with AI

Întrebări frecvente

Ce face 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.

Care sunt principalele funcționalități ale firebase/php-jwt?

Principalele funcționalități ale firebase/php-jwt sunt: JSON Web Tokens, PHP Security Libraries, Asymmetric Signing, Signature Verification, Verified Decoding, Signature Verification Tools, Token Encoding, Stateless Session Authentication.

Care sunt câteva alternative open-source pentru firebase/php-jwt?

Alternativele open-source pentru firebase/php-jwt includ: 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…

Alternative open-source pentru Php Jwt

Proiecte open-source similare, clasificate după numărul de funcționalități comune cu Php Jwt.
  • auth0/node-jsonwebtokenAvatar auth0

    auth0/node-jsonwebtoken

    18,171Vezi pe 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
    Vezi pe GitHub↗18,171
  • jwtk/jjwtAvatar jwtk

    jwtk/jjwt

    11,085Vezi pe 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
    Vezi pe GitHub↗11,085
  • phpseclib/phpseclibAvatar phpseclib

    phpseclib/phpseclib

    5,572Vezi pe 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
    Vezi pe GitHub↗5,572
  • golang-jwt/jwtAvatar golang-jwt

    golang-jwt/jwt

    8,908Vezi pe 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
    Vezi pe GitHub↗8,908
  • Vezi toate cele 30 alternative pentru Php Jwt→