What is JWT - JSON Web Tokens (Simple Explanation)

preview_player
Показать описание
What is JWT?
JWT token is a base64url encoded string that is used to transmit the information between server and client. JWT token mostly contains the user information which is used for authorization.

JWT token can be sent through a URL, POST parameter, and HTTP header.
The information that is sent by JWT is verified and trusted because it is digitally signed.

Рекомендации по теме