mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-11 16:05:44 +01:00
First steps for JWT refresh
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
package sonia.scm.security;
|
||||
|
||||
public interface JwtAccessTokenRefreshStrategy {
|
||||
boolean shouldBeRefreshed(JwtAccessToken oldToken);
|
||||
}
|
||||
Reference in New Issue
Block a user