When using JWT token authentication, is it correct to store the refresh token in the server's storage (DB or Redis, etc.)?
Q) When using JWT token authentication, is it correct to store the refresh token in the server's storage (DB or Redis, etc.)? Reason for question) I know that the advantage of JWT is that it can be used directly without…