JWT , Cookies and Sessions
Sessions and JWTs (JSON Web Tokens) are two primary methods for managing user authentication state, often utilizing cookies for storage. Sessions store user data on the server, mapping to a sessionId
rupeshgadariya.hashnode.dev5 min read