|
|
|
|
|
by brimtown
2397 days ago
|
|
> Q: If I have to include this token with every request, where should I store it? > A: Typically, you would store it in the localStorage, after the user logs in and gets the token. This seems to contradict Auth0's guidance to not store tokens in localStorage since it's vulnerable to XSS: https://auth0.com/docs/security/store-tokens#don-t-store-tok... |
|