AAAA.BBBB.CCCC
AAAA
- header. Type of token (JWT), and the signing algorithm usedBBBB
- payload. Claims about the user and additional dataCCCC
- signature. Used to verify if the token wasn't malformed.
AAAA.BBBB.CCCC
AAAA
- header. Type of token (JWT), and the signing algorithm usedBBBB
- payload. Claims about the user and additional dataCCCC
- signature. Used to verify if the token wasn't malformed.