Sessions vs JWT vs Cookies: Understanding Authentication Approaches
What are sessions?
A session is a feature in Express that lets you maintain state and user-specific data across multiple requests by storing information on the server side under a unique session ident
backend-intro.hashnode.dev3 min read