Hacker News new | ask | show | jobs
by szastamasta 1587 days ago
Then you need a single point of failure that is handling session validation. Without it part of your app might work even without your sessions storage.
1 comments

You can store a JWT in a session cookie. You don’t need a SPoF for session validation, if that’s not what you want.