Last Version

Oauth2 JWT Verifier for Spring Boot 0.1.0

Verify Oauth2 JWTs in Spring Boot projects using annotations.

License

License

Categories

Categories

H2 Data Databases OAuth2 Security
GroupId

GroupId

space.crickets
ArtifactId

ArtifactId

oauth2-jwt-verifier-springboot
Version

Version

0.1.0
Type

Type

jar
Description

Description

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

Project URL

https://github.com/jatin-sonavane/oauth2-jwt-verifier-springboot
Source Code Management

Source Code Management

https://github.com/jatin-sonavane/oauth2-jwt-verifier-springboot

Download oauth2-jwt-verifier-springboot 0.1.0


<!-- https://jarcasting.com/artifacts/space.crickets/oauth2-jwt-verifier-springboot/ -->
<dependency>
    <groupId>space.crickets</groupId>
    <artifactId>oauth2-jwt-verifier-springboot</artifactId>
    <version>0.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/space.crickets/oauth2-jwt-verifier-springboot/
implementation 'space.crickets:oauth2-jwt-verifier-springboot:0.1.0'
// https://jarcasting.com/artifacts/space.crickets/oauth2-jwt-verifier-springboot/
implementation ("space.crickets:oauth2-jwt-verifier-springboot:0.1.0")
'space.crickets:oauth2-jwt-verifier-springboot:jar:0.1.0'
<dependency org="space.crickets" name="oauth2-jwt-verifier-springboot" rev="0.1.0">
  <artifact name="oauth2-jwt-verifier-springboot" type="jar" />
</dependency>
@Grapes(
@Grab(group='space.crickets', module='oauth2-jwt-verifier-springboot', version='0.1.0')
)
libraryDependencies += "space.crickets" % "oauth2-jwt-verifier-springboot" % "0.1.0"
[space.crickets/oauth2-jwt-verifier-springboot "0.1.0"]

Dependencies

compile (7)

Group / Artifact Type Version
io.jsonwebtoken : jjwt-api jar 0.10.7
io.jsonwebtoken : jjwt-impl jar 0.10.7
org.springframework : spring-context jar 5.1.9.RELEASE
org.springframework : spring-aop jar 5.1.9.RELEASE
org.aspectj : aspectjweaver jar 1.9.4
org.apache.logging.log4j : log4j-api jar 2.12.0
org.apache.logging.log4j : log4j-core jar 2.12.0

runtime (4)

Group / Artifact Type Version
com.google.code.gson : gson jar 2.8.5
com.squareup.okhttp3 : okhttp jar 4.0.1
com.google.guava : guava jar 27.1-jre
io.jsonwebtoken : jjwt-jackson jar 0.10.7

test (5)

Group / Artifact Type Version
org.springframework : spring-test jar 5.1.9.RELEASE
org.springframework.boot : spring-boot-test jar 2.1.6.RELEASE
org.mockito : mockito-core jar 3.0.0
junit : junit jar 4.12
com.squareup.okhttp3 : mockwebserver jar 4.0.1

Project Modules

There are no modules declared in this project.