Skip to content

Commit 592c7c9

Browse files
committed
Add some related topics
1 parent 3a7bb25 commit 592c7c9

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

topics/jwt/index.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,8 @@ display_name: JSON Web Tokens
55
released: May, 2015
66
short_description: JSON Web Tokens are an open, industry standard RFC 7519 method for representing claims securely between two parties.
77
topic: jwt
8+
related: json, jwt-token, jwt-tokens, jwt-auth
89
url: https://www.rfc-editor.org/info/rfc7519
910
wikipedia_url: https://en.wikipedia.org/wiki/JSON_Web_Token
1011
---
1112
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)