jar

space.crickets : oauth2-jwt-verifier-springboot

Maven & Gradle

Aug 05, 2019
0 stars

Oauth2 JWT Verifier for Spring Boot · Verify Oauth2 JWTs in Spring Boot projects using annotations.

Table Of Contents

Latest Version

Download space.crickets : oauth2-jwt-verifier-springboot JAR file - Latest Versions:

All Versions

Download space.crickets : oauth2-jwt-verifier-springboot JAR file - All Versions:

Version Vulnerabilities Size Updated
0.1.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window oauth2-jwt-verifier-springboot-0.1.0.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

space.crickets.jwtverifier.core

├─ space.crickets.jwtverifier.core.HttpSigningKeyResolver.class - [JAR]

├─ space.crickets.jwtverifier.core.JwtParser.class - [JAR]

├─ space.crickets.jwtverifier.core.JwtVerifier.class - [JAR]

space.crickets.jwtverifier.models

├─ space.crickets.jwtverifier.models.JsonWebKey.class - [JAR]

├─ space.crickets.jwtverifier.models.JsonWebKeys.class - [JAR]

├─ space.crickets.jwtverifier.models.JwksEndpoints.class - [JAR]

space.crickets.jwtverifier.annotations

├─ space.crickets.jwtverifier.annotations.Authorize.class - [JAR]

├─ space.crickets.jwtverifier.annotations.BindClaim.class - [JAR]

├─ space.crickets.jwtverifier.annotations.Jwt.class - [JAR]

├─ space.crickets.jwtverifier.annotations.MatchClaim.class - [JAR]

space.crickets.jwtverifier.aspects

├─ space.crickets.jwtverifier.aspects.JwtVerifierAdvice.class - [JAR]

space.crickets.jwtverifier.config

├─ space.crickets.jwtverifier.config.JwtVerifierConfiguration.class - [JAR]

space.crickets.jwtverifier.exceptions

├─ space.crickets.jwtverifier.exceptions.UnauthorizedException.class - [JAR]