Skip to content

Commit c5165f7

Browse files
committed
Merge branch 'master' of github.com:jsonwebtoken/jsonwebtoken.github.io
2 parents f7eeebd + 05a3ad5 commit c5165f7

File tree

4 files changed

+48
-11
lines changed

4 files changed

+48
-11
lines changed

views/website/libraries/1-Python.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
"rs384": true,
2424
"rs512": true,
2525
"es256": true,
26+
"es256k": true,
2627
"es384": true,
2728
"es512": true,
2829
"ps256": true,

views/website/libraries/20-C.json

Lines changed: 37 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,6 +142,7 @@
142142
"nbf": true,
143143
"iat": true,
144144
"jti": true,
145+
"typ": true,
145146
"hs256": true,
146147
"hs384": true,
147148
"hs512": true,
@@ -154,13 +155,48 @@
154155
"ps256": true,
155156
"ps384": true,
156157
"ps512": true,
157-
"eddsa": true
158+
"eddsa": true,
159+
"es256k": false
158160
},
159161
"authorUrl": "https://babelouest.github.io/",
160162
"authorName": "babelouest",
161163
"gitHubRepoPath": "babelouest/rhonabwy",
162164
"repoUrl": "https://github.com/babelouest/rhonabwy",
163165
"installCommandHtml": "<a href=\"https://github.com/babelouest/rhonabwy/releases/latest\">Download release package</a> or <a href=\"https://github.com/babelouest/rhonabwy\">install from source</a>"
166+
},
167+
{
168+
"minimumVersion": "2.0.0",
169+
"support": {
170+
"sign": false,
171+
"verify": true,
172+
"iss": true,
173+
"sub": true,
174+
"aud": true,
175+
"exp": true,
176+
"nbf": true,
177+
"iat": true,
178+
"jti": true,
179+
"typ": true,
180+
"hs256": true,
181+
"hs384": true,
182+
"hs512": true,
183+
"rs256": true,
184+
"rs384": true,
185+
"rs512": true,
186+
"es256": true,
187+
"es384": true,
188+
"es512": true,
189+
"ps256": true,
190+
"ps384": true,
191+
"ps512": true,
192+
"eddsa": false,
193+
"es256k": false
194+
},
195+
"authorUrl": "https://comcast.github.io/",
196+
"authorName": "Comcast",
197+
"gitHubRepoPath": "xmidt-org/cjwt",
198+
"repoUrl": "https://github.com/xmidt-org/cjwt",
199+
"installCommandHtml": "git clone <a href=\"https://github.com/xmidt-org/cjwt\">https://github.com/xmidt-org/cjwt.git</a>"
164200
}
165201
]
166202
}

views/website/libraries/32-PowerShell.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,9 +53,9 @@
5353
"rs256": true,
5454
"rs384": true,
5555
"rs512": true,
56-
"es256": false,
57-
"es384": false,
58-
"es512": false,
56+
"es256": true,
57+
"es384": true,
58+
"es512": true,
5959
"ps256": false,
6060
"ps384": false,
6161
"ps512": false

views/website/libraries/9-Go.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"aud": false,
1515
"exp": true,
1616
"nbf": true,
17-
"iat": false,
17+
"iat": true,
1818
"jti": false,
1919
"hs256": true,
2020
"hs384": true,
@@ -29,11 +29,11 @@
2929
"ps384": false,
3030
"ps512": false
3131
},
32-
"authorUrl": "https://github.com/dgrijalva",
33-
"authorName": "dgrijalva",
34-
"gitHubRepoPath": "dgrijalva/jwt-go",
35-
"repoUrl": "https://github.com/dgrijalva/jwt-go",
36-
"installCommandHtml": "go get <a href=\"https://godoc.org/github.com/dgrijalva/jwt-go\">github.com/dgrijalva/jwt-go</a>"
32+
"authorUrl": "https://github.com/golang-jwt",
33+
"authorName": "golang-jwt",
34+
"gitHubRepoPath": "golang-jwt/jwt",
35+
"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>"
3737
},
3838
{
3939
"minimumVersion": null,
@@ -474,4 +474,4 @@
474474
"installCommandHtml": "go get <a href=\"https://pkg.go.dev/github.com/kataras/jwt\">github.com/kataras/jwt</a>"
475475
}
476476
]
477-
}
477+
}

0 commit comments

Comments
 (0)