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
Implement PublicKeyCredentialHint for WebAuthn L3 (#524)
* Implement PublicKeyCredentialHint for WebAuthn L3.
* Set `Hints` to `null` when empty array is passed.
* Format XML comment
* Ignore when writing null
* remove link
* Needs to be list, order matters
* Correct backwards compatibility options for PublicKeyCredentialHint
* Add support for `hints` during authentication.
* Correct
---------
Co-authored-by: Anders Åberg <anders@andersaberg.com>
Rename 'extensions' to 'clientExtensionResults' for deserialization (#……474)
* Rename 'extensions' to 'clientExtensionResults' for deserialization during registration.
* fix