DavBfr / flutter_u2f

BSD 3-Clause "New" or "Revised" License
2 stars 1 forks source link

Does this support fido yubikey registration & authentication #2

Open chunsfire opened 2 months ago

chunsfire commented 2 months ago

By looking into the code; in file u2f_webauthn_js.dart. It seems the asked use case is not supported.

authenticatorSelection: web.AuthenticatorSelectionCriteria( residentKey: 'discouraged', requireResidentKey: false, userVerification: 'discouraged', authenticatorAttachment: 'cross-platform', )

What I am looking for is to add capability in my app that allows user to do fido registration with yubikey & authenticate verified push using FIDO yubikey?

DavBfr commented 2 months ago

Yes it supports Fido/YubiKey registration and authentication, that's the whole purpose.