Yubico / java-webauthn-server

Server-side Web Authentication library for Java https://www.w3.org/TR/webauthn/#rp-operations
Other
457 stars 142 forks source link

Support "hybrid" transport type #230

Closed jessejacksonafterpay closed 1 year ago

jessejacksonafterpay commented 1 year ago

The transport type "hybrid" is now officially part of the spec, so would be great if this was supported in the enum type.

https://github.com/w3c/webauthn/commit/656e61356345c709292b6b2fcaaff7a57a82bf33

emlun commented 1 year ago

Yes, thanks for the poke! This will be included in release 2.1.0.

emlun commented 1 year ago

Sorry, forgot to update the issue. Release 2.1.0 is out since October, including this feature.