angular-8-registration-login-example icon indicating copy to clipboard operation
angular-8-registration-login-example copied to clipboard

Security issue with saving in localStorage

Open JustinPooters opened this issue 3 years ago • 0 comments

Since you store this in local storage with a json object You can easily push to the localstorage via the browsers included Javascript console: by using: localStorage.setItem("currentUser": "object") This might be something to look into. ^^

JustinPooters avatar Mar 07 '22 23:03 JustinPooters