DEV Community

Discussion on: Spring Security with JWT

Collapse
 
rafalratajczyk profile image
Rafał • Edited

hmmm could you tell me how to this implementation use refresh_token? for example storage this refresh in database. And when token is expired check the refresh_token?
I have similar implementation in my project but I want to extend with refresh_token.