Last Version

ums-jwt 2.2.42

ums-jwt feature: JWT 创建(通过接口自定义 Claims, 通过配置设置算法等), 校验(通过接口自定义校验规则), 刷新(自动刷新, 直接拒绝, 通过 refreshToken 刷新), 刷新的 JWT 使旧 JWT 失效引发的并发访问问题及黑名单.

License

License

GroupId

GroupId

top.dcenter
ArtifactId

ArtifactId

ums-jwt
Version

Version

2.2.42
Type

Type

jar
Description

Description

ums-jwt
ums-jwt feature: JWT 创建(通过接口自定义 Claims, 通过配置设置算法等), 校验(通过接口自定义校验规则), 刷新(自动刷新, 直接拒绝, 通过 refreshToken 刷新), 刷新的 JWT 使旧 JWT 失效引发的并发访问问题及黑名单.

Download ums-jwt 2.2.42


<!-- https://jarcasting.com/artifacts/top.dcenter/ums-jwt/ -->
<dependency>
    <groupId>top.dcenter</groupId>
    <artifactId>ums-jwt</artifactId>
    <version>2.2.42</version>
</dependency>
// https://jarcasting.com/artifacts/top.dcenter/ums-jwt/
implementation 'top.dcenter:ums-jwt:2.2.42'
// https://jarcasting.com/artifacts/top.dcenter/ums-jwt/
implementation ("top.dcenter:ums-jwt:2.2.42")
'top.dcenter:ums-jwt:jar:2.2.42'
<dependency org="top.dcenter" name="ums-jwt" rev="2.2.42">
  <artifact name="ums-jwt" type="jar" />
</dependency>
@Grapes(
@Grab(group='top.dcenter', module='ums-jwt', version='2.2.42')
)
libraryDependencies += "top.dcenter" % "ums-jwt" % "2.2.42"
[top.dcenter/ums-jwt "2.2.42"]

Dependencies

compile (13)

Group / Artifact Type Version
top.dcenter : ums-commons Optional jar 2.2.42
top.dcenter : ums-mdc Optional jar 2.2.42
org.springframework.boot : spring-boot-starter-data-redis Optional jar
org.springframework.security : spring-security-config Optional jar
org.springframework.boot : spring-boot-configuration-processor Optional jar
org.springframework.boot : spring-boot-autoconfigure Optional jar
org.springframework.security : spring-security-oauth2-resource-server jar
org.springframework.security : spring-security-oauth2-jose jar
net.minidev : json-smart jar
com.fasterxml.jackson.core : jackson-annotations Optional jar
com.fasterxml.jackson.datatype : jackson-datatype-jsr310 Optional jar
org.slf4j : slf4j-api Optional jar
com.google.code.findbugs : jsr305 Optional jar 3.0.2

provided (4)

Group / Artifact Type Version
javax.servlet : servlet-api Optional jar 3.0-alpha-1
io.springfox : springfox-boot-starter jar 3.0.0
org.projectlombok : lombok Optional jar 1.18.12
org.projectlombok : lombok-maven-plugin Optional maven-plugin 1.18.12.0

Project Modules

There are no modules declared in this project.