eclipse-vertx / vertx-auth

Apache License 2.0
166 stars 156 forks source link

Added WebAuthn4J module #692

Closed FroMage closed 1 month ago

FroMage commented 1 month ago

Almost the same API as the WebAuthn module, but backed by WebAuthn4J

Related to https://github.com/vert-x3/vertx-dependencies/pull/197 and an upcoming vertx-web PR

vietj commented 1 month ago

in vertx5, MANIFEST.MF files are not used anymore since we use module declaration, you can remove it

FroMage commented 1 month ago

Removed manifest.

vietj commented 1 month ago

Minor comment, LGTM, good work Steph