Is there a sample that demonstrate how to use Spring authentication server which uses JWT access and refresh tokens?
My use case is a NUXT application which needs a login. Then use the access token to call a spring boot application to get some data.
When the access token is expired call the authentication server with the refresh token to get a new access token.