fido2 0.0.4 copy "fido2: ^0.0.4" to clipboard
fido2: ^0.0.4 copied to clipboard

Library to parse FIDO2 request / response and interactive with authenticators via CTAP2.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add fido2

With Flutter:

 $ flutter pub add fido2

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  fido2: ^0.0.4

Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:fido2/fido2.dart';
1
likes
140
pub points
40%
popularity

Publisher

verified publishernfc.im

Library to parse FIDO2 request / response and interactive with authenticators via CTAP2.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

cbor, convert, cryptography, elliptic, quiver

More

Packages that depend on fido2