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