oauth2 authorization server TokenStore replacement ((Spring Boot 3.1.0)
In old version of auth server (5.7) I have custom JwtTokenStore
for caching and pre-check exists tokens (and for revoke). In new authorization server project I can’t found any same solution. As an option I can try to use OAuth2TokenCustomizer
but I think it’s looks ugly. Is there a beautiful solution to this issue?