Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nfcim/fido2
Dart library to parse FIDO2 request / response and interactive with FIDO2 (CTAP) authenticators.
https://github.com/nfcim/fido2
dart fido2
Last synced: 2 months ago
JSON representation
Dart library to parse FIDO2 request / response and interactive with FIDO2 (CTAP) authenticators.
- Host: GitHub
- URL: https://github.com/nfcim/fido2
- Owner: nfcim
- License: mit
- Created: 2024-01-13T09:03:00.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2024-09-08T02:35:05.000Z (4 months ago)
- Last Synced: 2024-10-10T03:04:59.269Z (3 months ago)
- Topics: dart, fido2
- Language: Dart
- Homepage:
- Size: 71.3 KB
- Stars: 2
- Watchers: 7
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# fido2 for Dart
[![Test](https://github.com/nfcim/fido2/actions/workflows/test.yml/badge.svg)](https://github.com/nfcim/fido2/actions/workflows/test.yml)
A pure Dart library to parse FIDO2 request / response and interactive with FIDO2 authenticators.
## Features
1. Convert FIDO2 request / response from / to CBOR.
2. Call `ClientPin` and `CredentialManagement` commands to an authenticator in CTAP2 protocol.See [example](example) for more information.
## Additional information
The following libraries might help:
* [flutter_nfc_kit](https://pub.dev/packages/flutter_nfc_kit) to communicate with NFC readers.
* [dart_pcsc](https://pub.dev/packages/dart_pcsc) to communicate with PC/SC readers.