Skip to content

Commit 69bd06d

Browse files
committed
Merge branch 'master' of github.com:jsonwebtoken/jsonwebtoken.github.io
2 parents c5165f7 + ee9d4c6 commit 69bd06d

File tree

6 files changed

+56
-9
lines changed

6 files changed

+56
-9
lines changed

img/website/33.png

17.1 KB
Loading

views/website/libraries/1-Python.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,7 @@
8080
"nbf": true,
8181
"iat": true,
8282
"jti": true,
83+
"typ": true,
8384
"hs256": true,
8485
"hs384": true,
8586
"hs512": true,

views/website/libraries/19-Swift.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -142,9 +142,9 @@
142142
"nbf": false,
143143
"iat": false,
144144
"jti": false,
145-
"hs256": false,
146-
"hs384": false,
147-
"hs512": false,
145+
"hs256": true,
146+
"hs384": true,
147+
"hs512": true,
148148
"rs256": true,
149149
"rs384": true,
150150
"rs512": true,

views/website/libraries/21-C++.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,18 +48,21 @@
4848
"nbf": true,
4949
"iat": true,
5050
"jti": true,
51+
"typ": true,
5152
"hs256": true,
5253
"hs384": true,
5354
"hs512": true,
5455
"rs256": true,
5556
"rs384": true,
5657
"rs512": true,
5758
"es256": true,
59+
"es256k": true,
5860
"es384": true,
5961
"es512": true,
6062
"ps256": true,
6163
"ps384": true,
62-
"ps512": true
64+
"ps512": true,
65+
"eddsa": true
6366
},
6467
"authorUrl": "https://github.com/Thalhammer",
6568
"authorName": "Dominik Thalhammer",

views/website/libraries/33-Deno.json

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
{
2+
"name": "Deno",
3+
"uniqueClass": "deno",
4+
"image": "/img/33.png",
5+
"bgColor": "rgb(0, 0, 0)",
6+
"libs": [
7+
{
8+
"minimumVersion": null,
9+
"support": {
10+
"sign": true,
11+
"verify": true,
12+
"iss": true,
13+
"sub": true,
14+
"aud": true,
15+
"exp": true,
16+
"nbf": true,
17+
"iat": true,
18+
"jti": true,
19+
"typ": true,
20+
"hs256": true,
21+
"hs384": true,
22+
"hs512": true,
23+
"rs256": true,
24+
"rs384": true,
25+
"rs512": true,
26+
"es256": true,
27+
"es384": true,
28+
"es512": false,
29+
"ps256": true,
30+
"ps384": true,
31+
"ps512": true,
32+
"eddsa": false,
33+
"es256k": false
34+
},
35+
"authorUrl": "https://github.com/panva",
36+
"authorName": "Filip Skokan",
37+
"gitHubRepoPath": "panva/jose",
38+
"repoUrl": "https://github.com/panva/jose",
39+
"installCommandHtml": "see https://deno.land/x/jose"
40+
}
41+
]
42+
}

views/website/libraries/9-Go.json

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@
55
"bgColor": "rgb(71, 182, 196)",
66
"libs": [
77
{
8-
"minimumVersion": null,
8+
"minimumVersion": "v3.2.2",
99
"support": {
1010
"sign": true,
1111
"verify": true,
1212
"iss": false,
1313
"sub": false,
14-
"aud": false,
14+
"aud": true,
1515
"exp": true,
1616
"nbf": true,
1717
"iat": true,
@@ -27,13 +27,14 @@
2727
"es512": true,
2828
"ps256": false,
2929
"ps384": false,
30-
"ps512": false
30+
"ps512": false,
31+
"eddsa": true
3132
},
3233
"authorUrl": "https://github.com/golang-jwt",
3334
"authorName": "golang-jwt",
3435
"gitHubRepoPath": "golang-jwt/jwt",
3536
"repoUrl": "https://github.com/golang-jwt/jwt",
36-
"installCommandHtml": "go get <a href=\"https://pkg.go.dev/github.com/golang-jwt/jwt\">github.com/golang-jwt/jwt</a>"
37+
"installCommandHtml": "go get <a href=\"https://pkg.go.dev/github.com/golang-jwt/jwt/v4\">github.com/golang-jwt/jwt/v4</a>"
3738
},
3839
{
3940
"minimumVersion": null,
@@ -474,4 +475,4 @@
474475
"installCommandHtml": "go get <a href=\"https://pkg.go.dev/github.com/kataras/jwt\">github.com/kataras/jwt</a>"
475476
}
476477
]
477-
}
478+
}

0 commit comments

Comments
 (0)