authentication in Spring (with password flow), the server responded with an access token and a refresh token. I can do that with node too using Jwt.
But with refresh token flow, when I send a refresh token, the old access and refresh tokens were revoked. In many examples I've seen in Node, I can reuse the same refresh token multiple times and the access token is never invalidated.
Spring uses a Token Store to manage that, is there an implementation like this for Node? Or I've to do everything by myself, except for the Jwt part?
Which frontend are you using?
Обсуждают сегодня