google / u2f-ref-code

U2F reference implementations
BSD 3-Clause "New" or "Revised" License
588 stars 182 forks source link

Request attestation if selected #173

Closed cpiper closed 6 years ago

cpiper commented 6 years ago

As per https://www.chromium.org/security-keys, Chrome is no longer allowing attestations from security keys to be returned by default as part of a U2F request. Attestations can still be requested with an 'attestation' parameter in the Registration Request dictionary.

Adding a checkbox to request attestation during registration requests.