If you don't want your users' refresh tokens to get invalid when restarting your server, there has to be token storage (in-memory, or remote dbs) that stores that info for them.
If you don't want your users' refresh tokens to get invalid when restarting your server, there has to be token storage (in-memory, or remote dbs) that stores that info for them.