eclipse-vertx / vertx-auth

Apache License 2.0
166 stars 156 forks source link

Remove AAGUID check from NoneAttestation #693

Closed alexsxb closed 1 month ago

alexsxb commented 1 month ago

because it is not required by WebAuthn specification and FIDO conformance tool. Also, this check blocks Apple's passkey and Google Password Manager's passkey.

Backported from #671

alexsxb commented 1 month ago

Hi @tsegismont

created a second PR for backporting the changes to the 4.x branch