authsignal_flutter 2.0.0 copy "authsignal_flutter: ^2.0.0" to clipboard
authsignal_flutter: ^2.0.0 copied to clipboard

The Authsignal Flutter SDK for Passkeys, Push, QR, and In-App Authentication

2.0.0 #

Breaking Changes #

  • Remove device namespace for all app verification flows. Introduce qr and inapp alongside push to use instead.
  • The push.getCredential method now returns AuthsignalResponse<AppCredential?> instead of AuthsignalResponse<PushCredential?>.
  • The push.addCredential method now returns AuthsignalResponse<AppCredential> instead of AuthsignalResponse<bool>.
  • Renamed PushCredential to AppCredential and added userId field.
  • Renamed PushChallenge to AppChallenge.
  • Removed DeviceCredential, DeviceChallenge, and VerifyDeviceResponse types.
  • Added InAppVerifyResponse type for in-app authentication verification.

New Features #

  • Added qr namespace with methods:
    • qr.getCredential() - Get QR code credential
    • qr.addCredential() - Add QR code credential
    • qr.removeCredential() - Remove QR code credential
    • qr.claimChallenge() - Claim QR code challenge
    • qr.updateChallenge() - Update QR code challenge
  • Added inapp namespace with methods:
    • inapp.getCredential() - Get in-app credential
    • inapp.addCredential() - Add in-app credential
    • inapp.removeCredential() - Remove in-app credential
    • inapp.verify() - Verify in-app authentication

1.2.1 #

Documentation

1.2.0 #

  • Add device credentials SDK methods

0.1.1 #

  • Make versioning consistent.

0.1.0 #

  • Authsignal Flutter SDK initial release.
4
likes
0
points
169
downloads

Publisher

verified publisherauthsignal.com

Weekly Downloads

The Authsignal Flutter SDK for Passkeys, Push, QR, and In-App Authentication

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on authsignal_flutter

Packages that implement authsignal_flutter