frog_auth 0.0.2 copy "frog_auth: ^0.0.2" to clipboard
frog_auth: ^0.0.2 copied to clipboard

Authentication for Dart Frog apps

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add frog_auth

With Flutter:

 $ flutter pub add frog_auth

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

dependencies:
  frog_auth: ^0.0.2

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:frog_auth/frog_auth.dart';
7
likes
125
pub points
0%
popularity

Publisher

unverified uploader

Authentication for Dart Frog apps

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

dart_frog

More

Packages that depend on frog_auth