[TIL] Authentication & Middleware
What I newly learned
Authentication
Cookie: Automatically generated by the browser as a medium for carrying session ID/tokens.
Session:
When a user logs in, their information is stored in a session database using the cookie.
The session ID is s...
siwonlog.hashnode.dev2 min read