JSON Web Token - jot(pronunciation)
- Unlike servers with session stores, the server is stateless
- The key difference from session/cookie approach is that session/cookie stores user information in session storage, whereas JWT embeds user information within the token itself
- A straightforward approach without drawbacks in MSA structure
JWT Notion
JWT Usages

Seonglae Cho



