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
So, I can login and obtain tokens. Any suggestions on how to implement logout functionality?
I think logout can be achieved by deleting the tokens from localStorage, but is there any cleaner way to do the same?
So, I can login and obtain tokens. Any suggestions on how to implement logout functionality?
I think logout can be achieved by deleting the tokens from localStorage, but is there any cleaner way to do the same?
I have followed the this medium article.
The text was updated successfully, but these errors were encountered: