Can I reuse the refresh token as the remember me token?
I have an application with a server-client architecture. The server is a REST/JSON API and the client reaches to the server via HTTPS. I currently have a short-lived access token (JWT, stateless, 15 minutes) that is attached for each authe… Continue reading Can I reuse the refresh token as the remember me token?