Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/authsignal/authsignal-flutter
Authsignal Flutter SDK for authenticating with passkeys, push, email OTP, SMS OTP and Authenticator App (TOTP)
https://github.com/authsignal/authsignal-flutter
authentication authenticator-app authsignal email-otp fido2 flutter mfa passkeys passwordless push sms-otp totp webauthn
Last synced: 27 days ago
JSON representation
Authsignal Flutter SDK for authenticating with passkeys, push, email OTP, SMS OTP and Authenticator App (TOTP)
- Host: GitHub
- URL: https://github.com/authsignal/authsignal-flutter
- Owner: authsignal
- License: mit
- Created: 2023-12-12T01:35:49.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-10-30T00:16:00.000Z (3 months ago)
- Last Synced: 2025-01-09T04:49:49.340Z (29 days ago)
- Topics: authentication, authenticator-app, authsignal, email-otp, fido2, flutter, mfa, passkeys, passwordless, push, sms-otp, totp, webauthn
- Language: Dart
- Homepage: https://docs.authsignal.com
- Size: 43 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# authsignal-flutter
Refer to our [official Flutter documentation](https://docs.authsignal.com/sdks/client/flutter).
## Installation
Add `authsignal_flutter: ^1.0.1` to your package's pubspec.yaml file and run:
```bash
flutter pub get
```## Usage
Please refer to our [official Flutter documentation](https://docs.authsignal.com/sdks/client/flutter) to get started.