fido2 0.0.5 fido2: ^0.0.5 copied to clipboard
Library to parse FIDO2 request / response and interactive with authenticators via CTAP2.
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.