Skip to content

Commit 8158f64

Browse files
authored
Merge branch 'master' into dependabot/bundler/jaro_winkler-1.5.3
2 parents b08f730 + 2619299 commit 8158f64

File tree

2 files changed

+12
-8
lines changed

2 files changed

+12
-8
lines changed

.github/main.workflow

Lines changed: 0 additions & 8 deletions
This file was deleted.

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)