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
·

2 repository-uri

Awesome GitHub RepositoriesJava JWT Libraries

Specialized libraries for implementing JSON Web Token standards within the Java and Android ecosystems.

Distinct from Java Utility Libraries: Specific to the JWT domain within Java, rather than general Java utility libraries.

Explore 2 awesome GitHub repositories matching security & cryptography · Java JWT Libraries. Refine with filters or upvote what's useful.

Awesome Java JWT Libraries GitHub Repositories

Găsește cele mai bune repo-uri cu AI.Vom căuta cele mai potrivite repository-uri folosind AI.
  • 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

    Provides a comprehensive Java and Android library for creating, parsing, and validating JSON Web Tokens.

    Java
    Vezi pe GitHub↗11,085
  • auth0/java-jwtAvatar auth0

    auth0/java-jwt

    6,227Vezi pe 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

    An implementation for creating and verifying JSON Web Tokens with support for multiple signing algorithms.

    Javadx-sdkjavajwt
    Vezi pe GitHub↗6,227
  1. Home
  2. Security & Cryptography
  3. Java JWT Libraries