jbonofre opened a new issue, #100:
URL: https://github.com/apache/polaris-tools/issues/100
Storing tokens in `localStorage` has security implications:
```
logout: (): void => {
localStorage.removeItem("polaris_access_token")
```
Because `localStorage` is readable by any JavaScript running on the page, an
XSS vulnerability would allow an attacker to extract the access token.
Not a blocker for an internal/admin console, but we should at least track
this as a follow-up improvement (e.g., memory-only tokens).
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]