Skip to content

Commit 3a7bb25

Browse files
committed
Add first stab at JWT topic 🔪
1 parent 70e9048 commit 3a7bb25

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

topics/jwt/index.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
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+
url: https://www.rfc-editor.org/info/rfc7519
9+
wikipedia_url: https://en.wikipedia.org/wiki/JSON_Web_Token
10+
---
11+
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.
12+
13+
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)