升级access_token, refresh_token为JWT(Json Web Token), 提高性能
parent
b702fa00e1
commit
eb50756de7
|
@ -46,5 +46,7 @@ spring.main.allow-bean-definition-overriding=true
|
||||||
# @since 2.1.0
|
# @since 2.1.0
|
||||||
# 配置使用什么类型 TokenStore,支持 jdbc, jwt
|
# 配置使用什么类型 TokenStore,支持 jdbc, jwt
|
||||||
sos.token.store=jwt
|
sos.token.store=jwt
|
||||||
|
# jwt key (length >= 16), optional
|
||||||
|
#sos.token.store.jwt.key=IH6S2dhCEMwGr7uE4fBakSuDh9SoIrRa
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue