Fundamental Authentication Concepts - Cookies, Sessions, Tokens
Authentication is the process of letting the server know whether the user is logged-in or not. When a request is made to a secret endpoint in the server, the server responds with either 200 OK or 401 Unauthorized depending on whether the user is succ...
markmaksi.hashnode.dev6 min read