boot-stateless-auth
boot-stateless-auth copied to clipboard
How can I implement Refresh token using this sample
I found the article and the code very helpful, so I used it in my current project. But the problem I am facing right now is how to add the functionality of refresh token. When the JWT Token has expired, how can we use refresh token to renew the JWT token.