Support WebAuthn 2 residentKey
TobiasBengtsson opened this issue · 1 comments
TobiasBengtsson commented
The WebAuthn2 spec supports a new field residentKey
in the authenticator selection criteria, which can be used to encourage (without requiring) or discourage resident keys.
Currently we only support requireResidentKey
which still needs to be there because of backwards compatibility with v1.
If we want to add this I can submit a PR.
TobiasBengtsson commented
@lbuchs Any thoughts on this? I think we could do it the same way as with requireUserVerification