mirror of
https://gitee.com/dromara/sa-token.git
synced 2025-05-07 14:18:00 +08:00
Merge branch 'dev' of https://github.com/dromara/sa-token into dev
This commit is contained in:
commit
ffc487f7cb
@ -46,6 +46,11 @@
|
|||||||
<artifactId>sa-token-reactor-spring-boot-starter</artifactId>
|
<artifactId>sa-token-reactor-spring-boot-starter</artifactId>
|
||||||
<version>${revision}</version>
|
<version>${revision}</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
<dependency>
|
||||||
|
<groupId>cn.dev33</groupId>
|
||||||
|
<artifactId>sa-token-reactor-spring-boot3-starter</artifactId>
|
||||||
|
<version>${revision}</version>
|
||||||
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>cn.dev33</groupId>
|
<groupId>cn.dev33</groupId>
|
||||||
<artifactId>sa-token-servlet</artifactId>
|
<artifactId>sa-token-servlet</artifactId>
|
||||||
|
@ -961,7 +961,7 @@ public class SaOAuth2Template {
|
|||||||
return SaManager.getConfig().getTokenName() + ":oauth2:client-token:" + clientToken;
|
return SaManager.getConfig().getTokenName() + ":oauth2:client-token:" + clientToken;
|
||||||
}
|
}
|
||||||
/**
|
/**
|
||||||
* 拼接key:Past-Token 索引
|
* 拼接key:Client-Token 索引
|
||||||
* @param clientId clientId
|
* @param clientId clientId
|
||||||
* @return key
|
* @return key
|
||||||
*/
|
*/
|
||||||
|
Loading…
Reference in New Issue
Block a user