Skip to content

Commit f697dc1

Browse files
authored
Merge pull request jsonwebtoken#614 from jkuhn1/patch-1
2 parents 3d7814e + c2e7d5d commit f697dc1

File tree

1 file changed

+33
-0
lines changed

1 file changed

+33
-0
lines changed

views/website/libraries/3-Java.json

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -186,6 +186,39 @@
186186
"gitHubRepoPath": "vert-x3/vertx-auth",
187187
"repoUrl": "https://github.com/vert-x3/vertx-auth",
188188
"installCommandHtml": "maven: io.vertx / vertx-auth-jwt / 3.5.1"
189+
},
190+
{
191+
"minimumVersion": null,
192+
"support": {
193+
"sign": true,
194+
"verify": true,
195+
"iss": true,
196+
"sub": true,
197+
"aud": true,
198+
"exp": true,
199+
"nbf": true,
200+
"iat": true,
201+
"jti": false,
202+
"hs256": true,
203+
"hs384": true,
204+
"hs512": true,
205+
"rs256": true,
206+
"rs384": true,
207+
"rs512": true,
208+
"es256": true,
209+
"es256k": true,
210+
"es384": true,
211+
"es512": true,
212+
"ps256": true,
213+
"ps384": true,
214+
"ps512": true,
215+
"EdDSA": true
216+
},
217+
"authorUrl": "https://github.com/inverno-io",
218+
"authorName": "Inverno Framework",
219+
"gitHubRepoPath": "inverno-io/inverno-mods/tree/master/inverno-security-jose",
220+
"repoUrl": "https://github.com/inverno-io/inverno-mods/tree/master/inverno-security-jose",
221+
"installCommandHtml": "maven: io.inverno.mod / inverno-security-jose / 1.5.2"
189222
}
190223
]
191224
}

0 commit comments

Comments
 (0)