Sebastian Gingter

Results 22 comments of Sebastian Gingter

As a workaround, you can monkey patch the `window.sessionStorage` to point to the `localStorage` instead: Just before including the `AuthenticationService.js` you can add this: ``` /* Monkey patch the localStorage...

I like to bring this issue back to the table. We have a aspnet core based service that should be deployed onto clients windows computers. They are most likely not...