antinvestor_auth_runtime 0.4.0
antinvestor_auth_runtime: ^0.4.0 copied to clipboard
Auth runtime for Antinvestor Flutter apps. OAuth2 + PKCE, adaptive DPoP, rotating refresh tokens with reuse detection, Isolate-isolated tokens, hardware-backed storage, Riverpod providers, Material widgets.
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add antinvestor_auth_runtimeWith Flutter:
$ flutter pub add antinvestor_auth_runtimeThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
antinvestor_auth_runtime: ^0.4.0Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:antinvestor_auth_runtime/antinvestor_auth_runtime.dart';