dodobrands / WebAuthn.Net

WebAuthn (Passkeys) library for .NET.
MIT License
161 stars 3 forks source link

[Demo] Explicit check on return type from getAuthenticatorData and getPublicKey #11

Closed Keroosha closed 6 months ago

Keroosha commented 6 months ago

Should fix #8

Overridden getAuthenticatorData and getPublicKey by 1Password plugin are incompatible with Webauthn level 3 spec

Registration become stricter and validates that returned data is ArrayBuffer type

image