XSS auth token attack #176
Labels
architecture
Architectural changes to the software
bug
Something isn't working
triage:medium
Medium priority issue or pull request
Storing the auth token in local storage is fine for now, however it leaves the site open to an XSS attack. Following something like this https://blog.angular-university.io/angular-jwt-authentication/ using HTTP cookies with XFRS protection may be another simple solution.
The text was updated successfully, but these errors were encountered: