The currently logged in user’s Access Token is stored inside the web browsers HTML5 local storage. This means that it will be stored in plaintext, which can result in an attacker stealing the Access Token and sending it to a server they control.
Is it possible to refrain from storing sensitive user information inside the web browsers local storage.
