Reputation: 4660
I am trying to setup a user login system with Node.js (Express), Socket.io, and Redux/ReactJS. This is the approach I'm taking:
Assuming this is all done over SSL
, is this safe? What changes would you suggest? I'm trying to make it as simple as possible yet still very safe.
Upvotes: 2
Views: 200
Reputation: 739
It seems like point 3, with Local Storage, is the best way to go for now.
See someone else interrogation: https://github.com/hueniverse/hawk/issues/138#issuecomment-196989520
Upvotes: 0