You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
the 6th bullet of authnrMakeCred() input params says:
An optional list of PublicKeyCredential objects provided by the Relying Party with the intention that, if any of these are known to the authenticator, it should not create a new credential.
At a minimum, s/PublicKeyCredential/PublicKeyCredentialDescriptor/.
However, note also issue #403 "some RPs may want to allow multiple registrations to the same account".
The text was updated successfully, but these errors were encountered:
the 6th bullet of authnrMakeCred() input params says:
At a minimum, s/PublicKeyCredential/PublicKeyCredentialDescriptor/.
However, note also issue #403 "some RPs may want to allow multiple registrations to the same account".
The text was updated successfully, but these errors were encountered: