Skip to main content

token claim format

JSON Web Token

JWT

Also known as · JSON 웹 토큰 · JWT

Definition

A standard representation that carries claims about a subject and usage conditions, protected for integrity with JWS or encrypted with JWE. The name JWT alone does not reveal whether a signature, MAC, or encryption is used.

Related notes

Related courses