ibm-security-verify / verify-sdk-android

This repository is for active development of the IBM Security Verify SDK for Android.
MIT License
0 stars 4 forks source link

FIDO2 SDK and sample app #5

Closed chagemann closed 8 months ago

chagemann commented 8 months ago

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?

Motivation and Context