awesome-repositories.com
Blog
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 Repo

Awesome GitHub RepositoriesTokens

Thread-safe, immutable token objects for concurrent JWT creation, parsing, and verification.

Distinct from Immutable: Distinct from general Immutable data structures: focuses on JWT token immutability for thread safety, not array or data structure immutability.

Explore 1 awesome GitHub repository matching data & databases · Tokens. Refine with filters or upvote what's useful.

Awesome Tokens GitHub Repositories

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • auth0/java-jwtAvatar von auth0

    auth0/java-jwt

    6,227Auf GitHub ansehen↗

    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

    Managing JWTs as immutable objects for thread-safe creation, parsing, and verification in concurrent environments.

    Javadx-sdkjavajwt
    Auf GitHub ansehen↗6,227
  1. Home
  2. Data & Databases
  3. Immutable Array Updates
  4. Array Element Modifiers
  5. Immutable
  6. Tokens