Sessions vs JWT vs Cookies: Understanding Authentication
I built my first authentication system using sessions because that is what the tutorial showed. Then I rebuilt it with JWT because someone on Reddit said sessions do not scale. Then I went back to ses
nodejs-by-ishan.hashnode.dev13 min read