awesome-repositories.com
Blog
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoAcerca deCómo clasificamosPrensaServidor MCP
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
lcobucci avatar

lcobucci/jwt

0
View on GitHub↗
7,481 estrellas·598 forks·PHP·BSD-3-Clause·6 vistaslcobucci-jwt.readthedocs.io/en/stable↗

Jwt

This is a PHP library for generating, parsing, and validating JSON Web Tokens and JSON Web Signatures. It serves as a cryptographic claim handler and token validation engine used to securely exchange identity information between services.

The project provides an implementation of the JSON Web Signature standard to create signed digital tokens. It allows for the encoding of identity claims and the application of cryptographic signatures to ensure data transmission remains secure.

The library covers the full lifecycle of token management, including the creation of signed tokens, decoding of token strings to retrieve payload data, and the verification of signatures to ensure authenticity and data integrity.

Features

  • JSON Web Tokens - Implements the JSON Web Token standard for creating and parsing signed tokens to exchange identity claims.
  • Cryptographic Token Generators - Implements tools for creating and signing digital tokens to prove identity and secure data transmission.
  • JSON Web Signatures - Implements the JSON Web Signature standard to create and verify cryptographically signed payloads.
  • Claim Handling - Provides utilities for encoding and decoding secure identity claims within a standardized token format.
  • Token Signature Verification - Validates the cryptographic signatures of tokens to ensure authenticity and data integrity.
  • Token Validation Services - Provides utilities for verifying the integrity and authenticity of security tokens through signature checks.
  • Payload Decoding - Allows decoding of encoded token strings to retrieve payload data and claims for application use.
  • API Access Control - Enables secure API access control by issuing and validating cryptographically signed tokens.
  • Identity-Based Authentication - Verifies token authenticity to confirm user identities without requiring a database lookup on every request.
  • Authentication and Authorization - Generates and validates JSON Web Tokens.

Historial de estrellas

Gráfico del historial de estrellas de lcobucci/jwtGráfico del historial de estrellas de lcobucci/jwt

Búsqueda con IA

Explora más repositorios increíbles

Describe lo que necesitas en lenguaje sencillo: la IA clasifica miles de proyectos open-source curados por relevancia.

Start searching with AI

Alternativas open-source a Jwt

Proyectos open-source similares, clasificados según cuántas características comparten con Jwt.
  • golang-jwt/jwtAvatar de golang-jwt

    golang-jwt/jwt

    8,908Ver en 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
    Ver en GitHub↗8,908
  • jpadilla/pyjwtAvatar de jpadilla

    jpadilla/pyjwt

    5,598Ver en GitHub↗

    PyJWT is a Python library for encoding, decoding, and verifying JSON Web Tokens (JWTs). It provides comprehensive JWT functionality including algorithm-agnostic signing and verification, supporting both symmetric HMAC shared-secret cryptography and asymmetric RSA/ECDSA public-key cryptography for flexible trust models. The library implements a claim-based validation pipeline that checks issuer, audience, expiration, and other time-based claims during token decoding, with configurable clock skew tolerance for distributed systems. It requires callers to explicitly specify allowed signing algori

    Pythonhacktoberfestjwtpython
    Ver en GitHub↗5,598
  • auth0/java-jwtAvatar de auth0

    auth0/java-jwt

    6,227Ver en GitHub↗

    This is a Java library for creating and verifying JSON Web Tokens (JWTs), supporting multiple cryptographic signing algorithms including HMAC, RSA, and ECDSA. The library provides a builder pattern for constructing tokens with custom claims and algorithm selection, and offers separate verification methods that check signatures and validate standard claims such as expiration, issuer, and audience. The library abstracts cryptographic algorithms behind a common interface, allowing pluggable signing and verification without coupling token creation to a specific algorithm. Tokens are represented a

    Javadx-sdkjavajwt
    Ver en GitHub↗6,227
  • panva/joseAvatar de panva

    panva/jose

    7,346Ver en GitHub↗

    jose is a cryptography library for signing, encrypting, and verifying tokens and messages using the JSON Object Signing and Encryption standards. It provides a toolkit for the implementation of JSON Web Tokens, JSON Web Signatures, and JSON Web Encryption. The library serves as a high-level interface for the Web Crypto API, allowing for the generation, import, and export of symmetric secrets and asymmetric key pairs. It handles the encryption and decryption of web messages and the validation of digital signatures to ensure data integrity and identity. Its capabilities cover cryptographic key

    TypeScriptbrowserbuncloudflare-workers
    Ver en GitHub↗7,346
Ver las 30 alternativas a Jwt→

Preguntas frecuentes

¿Qué hace lcobucci/jwt?

This is a PHP library for generating, parsing, and validating JSON Web Tokens and JSON Web Signatures. It serves as a cryptographic claim handler and token validation engine used to securely exchange identity information between services.

¿Cuáles son las características principales de lcobucci/jwt?

Las características principales de lcobucci/jwt son: JSON Web Tokens, Cryptographic Token Generators, JSON Web Signatures, Claim Handling, Token Signature Verification, Token Validation Services, Payload Decoding, API Access Control.

¿Qué alternativas de código abierto existen para lcobucci/jwt?

Las alternativas de código abierto para lcobucci/jwt incluyen: golang-jwt/jwt — This project is a JSON Web Token implementation library and toolkit for encoding, signing, and validating tokens. It… panva/jose — jose is a cryptography library for signing, encrypting, and verifying tokens and messages using the JSON Object… jpadilla/pyjwt — PyJWT is a Python library for encoding, decoding, and verifying JSON Web Tokens (JWTs). It provides comprehensive JWT… auth0/java-jwt — This is a Java library for creating and verifying JSON Web Tokens (JWTs), supporting multiple cryptographic signing… smallstep/cli — This project is a command-line tool for managing public key infrastructure and digital identities. It provides a… doorkeeper-gem/doorkeeper — Doorkeeper is an OAuth 2 authorization server and provider for Ruby on Rails and Grape applications. It provides the…