Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Constantly need to login in every refresh #2

Open
sagarkattel opened this issue Oct 5, 2023 · 0 comments
Open

Constantly need to login in every refresh #2

sagarkattel opened this issue Oct 5, 2023 · 0 comments

Comments

@sagarkattel
Copy link

The main purpose of the localstorage is to set the token and userdetail for the extended period of time. It shouldn't be used to store data until the page reloads somehow. I don't see the usecase for the localstorage here.

If you want this behavior i.e to relogin in every reload then you could directly store the token and details in the redux and access its value in the admin.

No use of localstorage here

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant