IdentityModel / oidc-token-manager

Apache License 2.0
51 stars 36 forks source link

Safari Private Mode - not working #35

Closed rdelvek closed 8 years ago

rdelvek commented 8 years ago

It seems that since in Safari Private mode it won't write to localStorage. This is causing an issue. Is this a common thing? Does anyone know of a work around? I get the same results whether I am in safari on iOS or even on an macbook. Once I take it out of private mode, my login works perfectly.

brockallen commented 8 years ago

That's not surprising -- change it to use sessionStorage instead.