juice_auth 0.2.2 copy "juice_auth: ^0.2.2" to clipboard
juice_auth: ^0.2.2 copied to clipboard

Authentication lifecycle management for Juice applications. Provider-agnostic login, token refresh, session persistence, and reactive auth state.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add juice_auth

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

dependencies:
  juice_auth: ^0.2.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:juice_auth/juice_auth.dart';
0
likes
150
points
164
downloads

Documentation

Documentation
API reference

Publisher

unverified uploader

Weekly Downloads

Authentication lifecycle management for Juice applications. Provider-agnostic login, token refresh, session persistence, and reactive auth state.

Homepage
Repository (GitHub)
View/report issues
Contributing

Topics

#authentication #bloc #state-management #token #session

Funding

Consider supporting this project:

github.com

License

MIT (license)

Dependencies

flutter, juice, juice_storage

More

Packages that depend on juice_auth