SessionManager

This commit is contained in:
MaxKey
2022-04-29 14:59:30 +08:00
parent 5f0f1fa7e0
commit 69aa4f27ad
11 changed files with 91 additions and 59 deletions

View File

@@ -33,6 +33,12 @@ public class AuthJwkConfig {
@Value("${maxkey.auth.jwt.secret}")
String secret;
@Value("${maxkey.session.timeout}")
String refreshExpire;
@Value("${maxkey.auth.jwt.refresh.secret}")
String refreshSecret;
public AuthJwkConfig() {
super();