Skip to content

Commit 540a21d

Browse files
authored
Update 3-Java.json
Hello, I've just released implementations of JOSE RFCs in an Inverno framework module. The library is quite complete and can actually be used independently from the framework so I thought this might interest some people. I'm not sure about the process to get it registered on jwt.io or whether this is even possible which is why I've made this PR. Please let me know if more is needed (e.g. tests or other...). Regards
1 parent a8a12ce commit 540a21d

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.1"
189222
}
190223
]
191224
}

0 commit comments

Comments
 (0)