Last updated:
0 purchases
passage flutter
Native passkey authentication for your Flutter app #
Welcome! #
Integrating passkey technology can be really hard. That's why we built the Passage Flutter SDK - to make passkey authentication easy for you and your users - across native iOS, native Android, and web.
Installation #
flutter pub add passage_flutter
copied to clipboard
Example Usage #
import 'package:passage_flutter/passage_flutter.dart';
final passage = PassageFlutter('YOUR_PASSAGE_APP_ID');
// Register a new user with a passkey
await passage.registerWithPasskey('[email protected]');
// Get authenticated user info
final user = await passage.getCurrentUser();
copied to clipboard
To see a full example, check out our Flutter Example App.
Documentation #
To get started using Passage in your Flutter app, please visit our Passage Docs.
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.