viewflow/cookbook

Feature Request: Logout functionality in redux-jwt-auth

Closed this issue · 1 comments

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.

Deleting the tokens works for now.