Token Glossary

Browse 2 token terms defined in plain English, from the cultural dictionary of computing.

2 Token Terms

JWT
JWT, or JSON Web Token, is a compact, URL-safe token format for securely transmitting claims between parties. A JWT consists of three Base64-encoded parts...
JWT Claims
Key-value pairs encoded in a JSON Web Token's payload that carry information about the authenticated entity. Standard claims include sub (subject), exp...

Related Topics