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
Now, the user info is stored in localStorage, however, it is vulnerable to secure because the local storage is not cleared even after the user closes the browser.
Due to such the reason, I will use sessionStorage instead of localStorage.
The text was updated successfully, but these errors were encountered:
Feature you want to implement
Now, the user info is stored in
localStorage
, however, it is vulnerable to secure because the local storage is not cleared even after the user closes the browser.Due to such the reason, I will use
sessionStorage
instead oflocalStorage
.The text was updated successfully, but these errors were encountered: