zero_auth 0.5.0 copy "zero_auth: ^0.5.0" to clipboard
zero_auth: ^0.5.0 copied to clipboard

Backend-agnostic auth state machine & session lifecycle for Dart/Flutter.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add zero_auth

With Flutter:

 $ flutter pub add zero_auth

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  zero_auth: ^0.5.0

Alternatively, 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:zero_auth/zero_auth.dart';
1
likes
160
points
314
downloads

Documentation

Documentation
API reference

Publisher

verified publisherzerolabsco.com

Weekly Downloads

Backend-agnostic auth state machine & session lifecycle for Dart/Flutter.

Repository (GitHub)
View/report issues
Contributing

Topics

#authentication #jwt #token #flutter

License

MPL-2.0 (license)

Dependencies

meta

More

Packages that depend on zero_auth