dwyl / learn-json-web-tokens

:closed_lock_with_key: Learn how to use JSON Web Token (JWT) to secure your next Web App! (Tutorial/Example with Tests!!)
MIT License
4.18k stars 254 forks source link

localStorage not supported in Safari private browsing #74

Closed bdbrown4 closed 7 years ago

bdbrown4 commented 7 years ago

Just a fair warning for anyone trying to use localStorage for their JWT, anyone using safari in private browsing mode will not be able to use your application! Any way around this? Just curious at this point!