Skip to content

Commit caf6e61

Browse files
authored
Merge pull request jsonwebtoken#456 from babelouest/master
Add rhonabwy in C libraries
2 parents b74d2cd + dceaa8b commit caf6e61

File tree

1 file changed

+33
-1
lines changed

1 file changed

+33
-1
lines changed

views/website/libraries/20-C.json

Lines changed: 33 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,38 @@
126126
"gitHubRepoPath": "TomzBench/jsmn-web-tokens",
127127
"repoUrl": "https://github.com/TomzBench/jsmn-web-tokens",
128128
"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"
129+
},
130+
{
131+
"minimumVersion": null,
132+
"support": {
133+
"sign": true,
134+
"verify": true,
135+
"iss": true,
136+
"sub": true,
137+
"aud": true,
138+
"exp": true,
139+
"nbf": true,
140+
"iat": true,
141+
"jti": true,
142+
"hs256": true,
143+
"hs384": true,
144+
"hs512": true,
145+
"rs256": true,
146+
"rs384": true,
147+
"rs512": true,
148+
"es256": true,
149+
"es384": true,
150+
"es512": true,
151+
"ps256": true,
152+
"ps384": true,
153+
"ps512": true,
154+
"eddsa": true
155+
},
156+
"authorUrl": "https://babelouest.github.io/",
157+
"authorName": "babelouest",
158+
"gitHubRepoPath": "babelouest/rhonabwy",
159+
"repoUrl": "https://github.com/babelouest/rhonabwy",
160+
"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>"
129161
}
130162
]
131-
}
163+
}

0 commit comments

Comments
 (0)