The FIDO2 software development kit (SDK) is a native implementation of attestation and assertion ceremonies. Essentially providing the equivalent of WebAuthn's navigator.credentials.create() and navigator.credentials.get() for native mobile apps. The FIDO2 SDK supports custom certificate attestation and authenticator extensions.
What does it do?
FIDO2 SDK for native mobile apps.
Sample app to demonstrate the usage.
Motivation and Context
Enable developers to easily integrate their custom apps with FIDO2 authentication mechanisms.
The FIDO2 software development kit (SDK) is a native implementation of attestation and assertion ceremonies. Essentially providing the equivalent of WebAuthn's
navigator.credentials.create(
) andnavigator.credentials.get()
for native mobile apps. The FIDO2 SDK supports custom certificate attestation and authenticator extensions.What does it do?
Motivation and Context