Skip to content

Commit 54de742

Browse files
authored
Merge pull request #542 from schmidtw/master
Add cjwt to 20-C.json
2 parents 94771dd + 40d0b52 commit 54de742

File tree

1 file changed

+34
-0
lines changed

1 file changed

+34
-0
lines changed

views/website/libraries/20-C.json

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -163,6 +163,40 @@
163163
"gitHubRepoPath": "babelouest/rhonabwy",
164164
"repoUrl": "https://github.com/babelouest/rhonabwy",
165165
"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>"
166200
}
167201
]
168202
}

0 commit comments

Comments
 (0)