Skip to content

Commit 39eefab

Browse files
authored
Merge pull request #819 from github/jwt
Add JWT topic
2 parents 70e9048 + aa25d88 commit 39eefab

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

topics/jwt/index.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
---
2+
aliases: rfc-7519
3+
created_by: M. Jones, J. Bradley, N. Sakimura
4+
display_name: JSON Web Tokens
5+
released: May 2015
6+
short_description: JSON Web Tokens are an open, industry standard RFC 7519 method for representing claims securely between two parties.
7+
topic: jwt
8+
related: json, jwt-token, jwt-tokens, jwt-auth
9+
url: https://www.rfc-editor.org/info/rfc7519
10+
wikipedia_url: https://en.wikipedia.org/wiki/JSON_Web_Token
11+
---
12+
JSON Web Token (JWT) is a compact, URL-safe means of representing claims to be transferred between two parties. The claims in a JWT are encoded as a JSON object that is used as the payload of a JSON Web Signature (JWS) structure or as the plaintext of a JSON Web Encryption (JWE) structure, enabling the claims to be digitally signed or integrity protected with a Message Authentication Code (MAC) and/or encrypted.

0 commit comments

Comments
 (0)