smt-spring-security-jwt

This library contains Spring Security configuration that can be applied to configure JWT Token authentication.

License

License

Categories

Categories

Security
GroupId

GroupId

com.github.shiver-me-timbers
ArtifactId

ArtifactId

smt-spring-security-jwt
Last Version

Last Version

1.6
Release Date

Release Date

Type

Type

jar
Description

Description

smt-spring-security-jwt
This library contains Spring Security configuration that can be applied to configure JWT Token authentication.

Download smt-spring-security-jwt

How to add to project

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

Dependencies

compile (4)

Group / Artifact Type Version
io.jsonwebtoken : jjwt jar 0.6.0
org.bouncycastle : bcprov-jdk15on jar 1.54
org.bouncycastle : bcpkix-jdk15on jar 1.54
commons-io : commons-io jar 2.5

provided (2)

Group / Artifact Type Version
org.springframework.boot : spring-boot-starter-security jar
javax.servlet : javax.servlet-api jar 3.1.0

test (3)

Group / Artifact Type Version
org.springframework.boot : spring-boot-starter-test jar
com.github.shiver-me-timbers : smt-random jar 1.7
com.github.shiver-me-timbers : smt-matchers jar 1.1

Project Modules

There are no modules declared in this project.

Versions

Version
1.6
1.5
1.4
1.3
1.2
1.1
1.0