JWT

Creator
Creator
Seonglae ChoSeonglae Cho
Created
Created
2020 Mar 30 3:16
Editor
Edited
Edited
2025 Oct 22 12:51
Refs
Refs

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
 
 
 
 
 

Recommendations