zuraffa_auth 1.1.0 copy "zuraffa_auth: ^1.1.0" to clipboard
zuraffa_auth: ^1.1.0 copied to clipboard

Typed authentication for the Zuraffa ecosystem: pluggable providers behind a pure-Dart port, token auto-refresh, and session persistence via zuraffa_session.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add zuraffa_auth

With Flutter:

 $ flutter pub add zuraffa_auth

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

dependencies:
  zuraffa_auth: ^1.1.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:zuraffa_auth/zuraffa_auth.dart';
0
likes
150
points
86
downloads

Documentation

API reference

Publisher

verified publisherzuraffa.com

Weekly Downloads

Typed authentication for the Zuraffa ecosystem: pluggable providers behind a pure-Dart port, token auto-refresh, and session persistence via zuraffa_session.

Homepage
Repository (GitHub)
View/report issues

Topics

#authentication #sessions #clean-architecture #zuraffa

License

MIT (license)

Dependencies

json_annotation, zorphy_annotation, zuraffa, zuraffa_session

More

Packages that depend on zuraffa_auth