Похожие чаты

Hello guys! I've a question about NodeJS When I used OAuth2

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?

1 ответов

4 просмотра

Which frontend are you using?

Похожие вопросы

Карта сайта