is not current version
Last Version 2.2.42

top.dcenter:ums-jwt 2.2.2

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

GroupId

GroupId

top.dcenter
ArtifactId

ArtifactId

ums-jwt
Version

Version

2.2.2
Type

Type

jar

Download ums-jwt 2.2.2


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