diene_auth_engine 1.0.2 copy "diene_auth_engine: ^1.0.2" to clipboard
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_engine

This 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.2

Alternatively, 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';
0
likes
160
points
615
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

Logto auth flows, per-resource tokens, claims-first per-backend onboarding, deferred login, and Doc B landscape selection for Flutter applications.

Repository (GitHub)
View/report issues

Topics

#authentication #logto #oidc #onboarding #flutter

License

MIT (license)

Dependencies

diene_problems, diene_result, flutter, http, logto_dart_sdk, meta

More

Packages that depend on diene_auth_engine