auth0-blog / react-flux-jwt-authentication-sample

Sample for implementing Authentication with a React Flux app and JWTs
590 stars 101 forks source link

jwt storage: web-storage vs cookie? #27

Open tony-kerz opened 8 years ago

tony-kerz commented 8 years ago

since this sample shows use of local-storage, wondering if auth0 has any stance on web-storage vs cookies for jwt storage as discussed in this article:

https://stormpath.com/blog/where-to-store-your-jwts-cookies-vs-html5-web-storage/

?

thejmazz commented 8 years ago

+1 was thinking the same thing reading through