JWT

JWT (JSON Web Token) | securely transmits information | as JSON objects with three parts:
JWT (JSON Web Token) | truyền tải thông tin một cách an toàn | dưới dạng các đối tượng JSON với ba phần:

header (token type/algorithm), | payload (claims/data), | and signature (integrity verification).
header (loại token/thuật toán), | payload (claims/dữ liệu), | và signature (xác minh tính toàn vẹn).

Used for authentication | and authorization | in web/mobile apps.
Được sử dụng để xác thực | và ủy quyền | trong các ứng dụng web/di động.

Compact, self-contained, | and HTTP header-friendly.
Nhỏ gọn, tự chứa, | và thân thiện với HTTP header.

Resources

References


← Authentication · Backend Roadmap · OAuth →