I am thinking about how to store the refresh token.
The token is validated in NestJS, so I thought that it was necessary to store it in MySQL or Redis.
If we save, we should be able to identify multiple devices, and if the user exits without logging out, we need to retain unnecessary data until the expiration of the refresh token.
For this reason, I thought it might not be necessary.
If I'm thinking wrong, please let me know!