Skip to content

Commit af51fbe

Browse files
authored
benmcollins/libjwt: Update supported features (#937)
LibJWT now also supports JWE, but I did not see a way to specify this. Signed-off-by: Ben Collins <bcollins@libjwt.io>
1 parent a240c35 commit af51fbe

1 file changed

Lines changed: 15 additions & 13 deletions

File tree

src/data/libraries-next.json

Lines changed: 15 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -351,17 +351,17 @@
351351
"bgColor": "rgb(81, 128, 210)",
352352
"libs": [
353353
{
354-
"minimumVersion": null,
354+
"minimumVersion": "3.4.0",
355355
"support": {
356356
"sign": true,
357357
"verify": true,
358-
"iss": false,
359-
"sub": false,
360-
"aud": false,
361-
"exp": false,
362-
"nbf": false,
363-
"iat": false,
364-
"jti": false,
358+
"iss": true,
359+
"sub": true,
360+
"aud": true,
361+
"exp": true,
362+
"nbf": true,
363+
"iat": true,
364+
"jti": true,
365365
"hs256": true,
366366
"hs384": true,
367367
"hs512": true,
@@ -371,16 +371,18 @@
371371
"es256": true,
372372
"es384": true,
373373
"es512": true,
374-
"ps256": false,
375-
"ps384": false,
376-
"ps512": false
374+
"ps256": true,
375+
"ps384": true,
376+
"ps512": true
377377
},
378378
"authorUrl": "https://github.com/benmcollins",
379379
"authorName": "benmcollins",
380380
"gitHubRepoPath": "benmcollins/libjwt",
381381
"repoUrl": "https://github.com/benmcollins/libjwt",
382-
"installCommandMarkdown": ["add-apt-repository ppa:ben-collins/libjwt"],
383-
"stars": 335
382+
"installCommandMarkdown": [
383+
"git clone [https://github.com/bencollins/libjwt.git](https://github.com/benmcollins/libjwt) && cd libjwt && mkdir build && cd build && cmake .. && cmake --build . --target install"
384+
],
385+
"stars": 407
384386
},
385387
{
386388
"minimumVersion": null,

0 commit comments

Comments
 (0)