eclipse-vertx / vertx-auth

Apache License 2.0
160 stars 153 forks source link

Add Hybrid transport support #670

Closed ynojima closed 6 months ago

ynojima commented 7 months ago

Add support for "hybrid" authenticator transport (W3C Spec: https://github.com/w3c/webauthn/pull/1755)

"hybrid" transport is needed to use smartphones as a security key for client platforms like PC.

Addresses #665

FroMage commented 7 months ago

Thanks! This should fix my second point in #2559

ynojima commented 7 months ago

To resolve failed tests, another pull-request is created: https://github.com/eclipse-vertx/vertx-auth/pull/672

ynojima commented 6 months ago

Rebased to pull https://github.com/eclipse-vertx/vertx-auth/pull/672 changes

FroMage commented 6 months ago

@vietj or @tsegismont can we get this moving please?

vietj commented 6 months ago

can you backport this @ynojima ?