Open Alykoff opened 6 years ago
I guess persisting JWT tokens is not very useful as these aren't strictly checked by resource servers , but on the other hand storing refresh tokens might be useful to revoke them later. We got this requirement in our company so the plan is to extend JwtTokenStore and persist refresh tokens for later revocation.
I found the mention in
org.springframework.security.oauth2.provider.token.store.JwtTokenStore
class :I think it would be good idea to add ability of persistence for class
JwtTokenStore
.