event_authentication 0.1.1+2 copy "event_authentication: ^0.1.1+2" to clipboard
event_authentication: ^0.1.1+2 copied to clipboard

Used for User and JWT management using event_db. Also has secure password storage and management.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add event_authentication

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

dependencies:
  event_authentication: ^0.1.1+2

Alternatively, your editor might support dart pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:event_authentication/event_authentication.dart';
0
likes
0
pub points
3%
popularity

Publisher

unverified uploader

Used for User and JWT management using event_db. Also has secure password storage and management.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

crypto, dart_jsonwebtoken, encrypt, event_bloc, event_db, tuple

More

Packages that depend on event_authentication