You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Instead of storing the tokens in the DB, we can generate JWT tokens with a unique hash and to deliver them to the user.
This method will reduce dramatically the calls to the DB, and will remove the need to remove old access-tokens.