mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-14 01:15:44 +01:00
token enricher should use new access token api
This commit is contained in:
@@ -81,6 +81,7 @@ public final class JwtAccessToken implements AccessToken {
|
||||
}
|
||||
|
||||
@Override
|
||||
@SuppressWarnings("unchecked")
|
||||
public Optional<Object> getCustom(String key) {
|
||||
return Optional.ofNullable(claims.get(key));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user