SpoonX / aurelia-authentication

Authentication plugin for aurelia.
http://aurelia-authentication.spoonx.org
MIT License
90 stars 60 forks source link

unhandle exception on getting from storage #410

Closed bmarotta closed 3 years ago

bmarotta commented 5 years ago

On Edge browser the Storage.prototype.get throws an exception which is not handled by the code.

See details here:

https://sentry.io/share/issue/5c999b324e0e4d6383940e9f2d7b0284/

a try..catch on Storage.prototype.get should solve the problem