JSON Web Token
JSON Web Token (JWT, pronunciation same as the word "jot") is a proposed Internet standard for creating data with optional signature and/or optional encryption whose payload holds JSON that asserts some number of claims. The tokens are signed either using a private secret or a public/private key. For example, a server could generate a token that has the claim "logged in as administrator" and provide that to a client. The client could then use that token to prove that it is logged in as admin.
- Abbreviation:
- JWT
- Acronym:
- JWT
- Initialism:
- JWT
Added by:
glssry-guy