Sessions vs JWT vs Cookies: Understanding Authentication Approaches
Sessions
Session is a server-side data storage mechanism to persist user-specific data across multiple HTTP requests. It is used because the HTTP is stateless protocol . The server forgets who a user
chiragpurohit.hashnode.dev4 min read