Skip to content
Discussion options

You must be logged in to vote

JWT (JSON Web Token) is a compact token used for authentication.

Instead of storing sessions on the server, the server sends a signed token to the client.

The client includes the token in future requests.

JWT Structure
Header

Payload

Signature

Example

xxxxx.yyyyy.zzzzz

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by janedoe2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants