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
Correct me if I am wrong, looks like refresh_token and access_token are stored in localstorage in the browser.
Once gaining access to these refresh_token, an attack like cross-site scripting (XSS) is possible. So the attacker can generate new access_token using refresh_token.
Is there any option to prevent this kind of attack?
The text was updated successfully, but these errors were encountered:
Correct me if I am wrong, looks like refresh_token and access_token are stored in localstorage in the browser.
Once gaining access to these refresh_token, an attack like cross-site scripting (XSS) is possible. So the attacker can generate new access_token using refresh_token.
The text was updated successfully, but these errors were encountered: