mirror of
https://gitee.com/dromara/sa-token.git
synced 2026-05-14 04:42:09 +08:00
feat: 重构 temp token 模块,新增 value 反查 token 机制
This commit is contained in:
@@ -34,7 +34,7 @@
|
||||
<dubbo.version>2.7.21</dubbo.version>
|
||||
<grpc-spring-boot-starter.version>2.10.1.RELEASE</grpc-spring-boot-starter.version>
|
||||
<hutool-jwt.version>5.8.36</hutool-jwt.version>
|
||||
<jjwt.version>0.9.1</jjwt.version>
|
||||
<jjwt.version>0.12.6</jjwt.version>
|
||||
<fastjson.version>1.2.83</fastjson.version>
|
||||
<fastjson2.version>2.0.15</fastjson2.version>
|
||||
<redisson.version>3.45.0</redisson.version>
|
||||
@@ -253,12 +253,12 @@
|
||||
<artifactId>grpc-spring-boot-starter</artifactId>
|
||||
<version>${grpc-spring-boot-starter.version}</version>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>io.jsonwebtoken</groupId>
|
||||
<artifactId>jjwt</artifactId>
|
||||
<version>${jjwt.version}</version>
|
||||
</dependency>
|
||||
</dependency>
|
||||
|
||||
<!-- Hutool Cache -->
|
||||
<dependency>
|
||||
|
||||
Reference in New Issue
Block a user