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

Authsignal

Authsignal Flutter SDK #

Check out our official Flutter documentation.

Installation #

Add the Authsignal Flutter SDK to your project:

dependencies:
  authsignal_flutter: ^1.2.1

Then install the package:

flutter pub get

For iOS apps, install CocoaPods dependencies:

cd ios && pod install

Initialization #

Initialize the Authsignal client in your code:

import 'package:authsignal_flutter/authsignal_flutter.dart';

final authsignal = Authsignal(
  tenantID: 'YOUR_TENANT_ID',
  baseURL: 'YOUR_REGION_BASE_URL',
);

You can find your tenantID in the Authsignal Portal.

You must specify the correct baseURL for your tenant's region.

Region Base URL
US (Oregon) https://api.authsignal.com/v1
AU (Sydney) https://au.api.authsignal.com/v1
EU (Dublin) https://eu.api.authsignal.com/v1

License #

This project is licensed under the MIT License - see the LICENSE file for details.

4
likes
0
points
249
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