Yubico / yubikit-android

Yubico Mobile Android SDK - YubiKit
Apache License 2.0
109 stars 40 forks source link

not enough information about fido2 support #41

Closed ivanvezhnavets closed 2 years ago

ivanvezhnavets commented 2 years ago

In Q&A section there's a note that yubikit-android doesn't include fido2 wrapper, because android sdk already have fido2 client by its own. But the question: does fido2 android client provides connection support with yubikey? Should I combine yubikit-android in order to detect device and then use fido2 client to register/sign keyHandle code to device? Or fido2 client do the manipulation with yubikey device under the hood? There's not documentation for fido2 support with yubikey in official android, and this library doesn't provide the information as well

ivanvezhnavets commented 2 years ago

Since there really not enough information about fido2 and it's implementation, I recommend to check this repository with great sample of using fido2 on android => https://github.com/jedrivisser/fido2-android-api-demo