diene_auth_engine 1.0.2
diene_auth_engine: ^1.0.2 copied to clipboard
Logto auth flows, per-resource tokens, claims-first per-backend onboarding, deferred login, and Doc B landscape selection for Flutter applications.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add diene_auth_engineThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
diene_auth_engine: ^1.0.2Alternatively, 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:diene_auth_engine/diene_auth_engine.dart';