auth_weebi 1.0.7 copy "auth_weebi: ^1.0.7" to clipboard
auth_weebi: ^1.0.7 copied to clipboard

Shared authentication package for Weebi with JWT token management, persistence, and permissions

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add auth_weebi

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

dependencies:
  auth_weebi: ^1.0.7

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:auth_weebi/auth_weebi.dart';
0
likes
140
points
131
downloads

Documentation

API reference

Publisher

verified publisherweebi.com

Weekly Downloads

Shared authentication package for Weebi with JWT token management, persistence, and permissions

Homepage

License

MIT (license)

Dependencies

collection, flutter, flutter_secure_storage, protos_weebi, provider

More

Packages that depend on auth_weebi