Skip to content

Commit 6b658c3

Browse files
authored
Merge branch 'master' into patch-1
2 parents e90b570 + 73da06f commit 6b658c3

File tree

4 files changed

+17
-12
lines changed

4 files changed

+17
-12
lines changed

.github/main.workflow

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

Gemfile.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,22 +3,22 @@ GEM
33
specs:
44
ast (2.4.0)
55
fastimage (2.1.5)
6-
jaro_winkler (1.5.2)
6+
jaro_winkler (1.5.3)
77
minitest (5.11.3)
88
parallel (1.17.0)
99
parser (2.6.3.0)
1010
ast (~> 2.4.0)
1111
rainbow (3.0.0)
1212
rake (12.3.2)
13-
rubocop (0.71.0)
13+
rubocop (0.72.0)
1414
jaro_winkler (~> 1.5.1)
1515
parallel (~> 1.10)
1616
parser (>= 2.6)
1717
rainbow (>= 2.2.2, < 4.0)
1818
ruby-progressbar (~> 1.7)
1919
unicode-display_width (>= 1.4.0, < 1.7)
20-
rubocop-performance (1.3.0)
21-
rubocop (>= 0.68.0)
20+
rubocop-performance (1.4.0)
21+
rubocop (>= 0.71.0)
2222
ruby-progressbar (1.10.1)
2323
safe_yaml (1.0.5)
2424
unicode-display_width (1.6.0)

collections/text-editors/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ items:
1717
- zedapp/zed
1818
- Microsoft/vscode
1919
- zyedidia/micro
20+
- neoedmund/neoeedit
2021
display_name: Text editors
2122
created_by: leereilly
2223
image: text-editors.png

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)