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

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

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道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.

Star 历史

firebase/php-jwt 的 Star 历史图表firebase/php-jwt 的 Star 历史图表

AI 搜索

探索更多 awesome 仓库

用简单的语言描述您的需求 —— AI 将根据相关性为您从数千个精选开源项目中进行排序。

Start searching with AI

Php Jwt 的开源替代方案

相似的开源项目,按与 Php Jwt 的功能重合度排序。
  • auth0/node-jsonwebtokenauth0 的头像

    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/jjwtjwtk 的头像

    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/phpseclibphpseclib 的头像

    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/jwtgolang-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
查看 Php Jwt 的所有 30 个替代方案→

常见问题解答

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…