auth_weebi 1.2.0 copy "auth_weebi: ^1.2.0" to clipboard
auth_weebi: ^1.2.0 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.2.0

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
354
downloads

Documentation

API reference

Publisher

verified publisherweebi.com

Weekly Downloads

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

Homepage
Repository (GitHub)

License

MIT (license)

Dependencies

collection, flutter, flutter_secure_storage, protos_weebi, provider

More

Packages that depend on auth_weebi