A pure Dart library to parse FIDO2 request / response and interactive with FIDO2 authenticators.
- Convert FIDO2 request / response from / to CBOR.
- Call
ClientPin
andCredentialManagement
commands to an authenticator in CTAP2 protocol.
See example for more information.
The following libraries might help:
- flutter_nfc_kit to communicate with NFC readers.
- dart_pcsc to communicate with PC/SC readers.