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
{{ message }}
This repository has been archived by the owner on Jun 24, 2021. It is now read-only.
lealceldeiro
changed the title
Do not store sensitive information on LocalStorage
Consider not storing sensitive information on LocalStorage if the tradeoff pays off
Apr 11, 2020
Describe the bug
Sensitive information stored in the local-storage can be stolen by using an XSS attack
To Reproduce
Expected behavior
Do not store sensitive information such as username, security tokens, etc, in local storage.
Instead it can be used:
Additional context
Consider modifying some of the classes involved in the front-end in storing this kind of sensitive information. i.e.:
SessionService
The text was updated successfully, but these errors were encountered: