spring-security-jjwt

Integrate the Java JSON Web Token(jjwt) library into Spring Security

License

License

Categories

Categories

Security jjwt
GroupId

GroupId

com.github.wnameless.spring
ArtifactId

ArtifactId

spring-security-jjwt
Last Version

Last Version

0.2.0
Release Date

Release Date

Type

Type

jar
Description

Description

spring-security-jjwt
Integrate the Java JSON Web Token(jjwt) library into Spring Security
Project URL

Project URL

https://github.com/wnameless/spring-security-jjwt

Download spring-security-jjwt

How to add to project

<!-- https://jarcasting.com/artifacts/com.github.wnameless.spring/spring-security-jjwt/ -->
<dependency>
    <groupId>com.github.wnameless.spring</groupId>
    <artifactId>spring-security-jjwt</artifactId>
    <version>0.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.wnameless.spring/spring-security-jjwt/
implementation 'com.github.wnameless.spring:spring-security-jjwt:0.2.0'
// https://jarcasting.com/artifacts/com.github.wnameless.spring/spring-security-jjwt/
implementation ("com.github.wnameless.spring:spring-security-jjwt:0.2.0")
'com.github.wnameless.spring:spring-security-jjwt:jar:0.2.0'
<dependency org="com.github.wnameless.spring" name="spring-security-jjwt" rev="0.2.0">
  <artifact name="spring-security-jjwt" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.wnameless.spring', module='spring-security-jjwt', version='0.2.0')
)
libraryDependencies += "com.github.wnameless.spring" % "spring-security-jjwt" % "0.2.0"
[com.github.wnameless.spring/spring-security-jjwt "0.2.0"]

Dependencies

compile (5)

Group / Artifact Type Version
org.springframework.boot : spring-boot-starter-web jar 2.1.4.RELEASE
org.springframework.boot : spring-boot-starter-security jar 2.1.4.RELEASE
io.jsonwebtoken : jjwt-api jar 0.10.6
org.mapdb : mapdb jar 3.0.7
org.springframework.boot : spring-boot-devtools Optional jar 2.1.4.RELEASE

runtime (2)

Group / Artifact Type Version
io.jsonwebtoken : jjwt-impl jar 0.10.6
io.jsonwebtoken : jjwt-jackson jar 0.10.6

Project Modules

There are no modules declared in this project.

Versions

Version
0.2.0
0.1.1
0.1.0