maktub_passkey 0.1.0-dev.2 copy "maktub_passkey: ^0.1.0-dev.2" to clipboard
maktub_passkey: ^0.1.0-dev.2 copied to clipboard

WebAuthn passkey create/assert plus the PRF (hmac-secret) extension for Flutter — derive a stable per-credential secret from a synced passkey on iOS and Android. The PRF API the common passkey plugins [...]

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add maktub_passkey

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

dependencies:
  maktub_passkey: ^0.1.0-dev.2

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

Import it

Now in your Dart code, you can use:

import 'package:maktub_passkey/maktub_passkey.dart';
1
likes
130
points
0
downloads

Documentation

API reference

Publisher

verified publisherbytesbrains.com

Weekly Downloads

WebAuthn passkey create/assert plus the PRF (hmac-secret) extension for Flutter — derive a stable per-credential secret from a synced passkey on iOS and Android. The PRF API the common passkey plugins don't expose.

Homepage
Repository (GitHub)
View/report issues

Topics

#passkey #webauthn #prf #authentication

License

MIT (license)

Dependencies

flutter

More

Packages that depend on maktub_passkey

Packages that implement maktub_passkey