Reactjs and Nodejs access/refresh jwt token authentication
I have a problem with the refresh token, login API sends accessToken (expiration: 30s), refreshToken (expiration: 5min), and cookie ‘refreshCookie’ (expiration: 5min). This API works correctly.
Reactjs and Nodejs access/refresh jwt token authentication
I have a problem with the refresh token, login API sends accessToken (expiration: 30s), refreshToken (expiration: 5min), and cookie ‘refreshCookie’ (expiration: 5min). This API works correctly.