vertx-auth
vertx-auth copied to clipboard
webauthn level 2: add support for resident key options
https://www.w3.org/TR/webauthn-2/#dictdef-authenticatorselectioncriteria
Currently, we support level 1. With level 2, we should deprecate the boolean config option and add the enumeration. For backwards compatibility, we should follow the recommendation of the boolean flag as per spec.