Skip to content

Commit 0f71e31

Browse files
committed
add jsmn-web-tokens to jwt.io
1 parent 220bde2 commit 0f71e31

File tree

1 file changed

+31
-0
lines changed

1 file changed

+31
-0
lines changed

views/website/libraries/20-C.json

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,37 @@
6565
"gitHubRepoPath": "cisco/cjose",
6666
"repoUrl": "https://github.com/cisco/cjose",
6767
"installCommandHtml": "git clone <a href=\"https://github.com/cisco/cjose\">https://github.com/cisco/cjose.git</a> && cd cjose && ./configure && make"
68+
},
69+
{
70+
"minimumVersion": null,
71+
"support": {
72+
"sign": true,
73+
"verify": true,
74+
"iss": false,
75+
"sub": false,
76+
"aud": false,
77+
"exp": false,
78+
"nbf": false,
79+
"iat": false,
80+
"jti": false,
81+
"hs256": true,
82+
"hs384": true,
83+
"hs512": true,
84+
"rs256": false,
85+
"rs384": false,
86+
"rs512": false,
87+
"es256": false,
88+
"es384": false,
89+
"es512": false,
90+
"ps256": false,
91+
"ps384": false,
92+
"ps512": false
93+
},
94+
"authorUrl": "https://github.com/TomzBench/jsmn-web-tokens",
95+
"authorName": "Thomas",
96+
"gitHubRepoPath": "TomzBench/jsmn-web-tokens",
97+
"repoUrl": "https://github.com/TomzBench/jsmn-web-tokens",
98+
"installCommandHtml": "git clone <a href=\"https://github.com/TomzBench/jsmn-web-tokens\">https://github.com/TomzBench/jsmn-web-tokens.git</a> && cd jsmn-web-tokens && cmake . && cmake --build . --target install"
6899
}
69100
]
70101
}

0 commit comments

Comments
 (0)