routed_auth 0.2.1 copy "routed_auth: ^0.2.1" to clipboard
routed_auth: ^0.2.1 copied to clipboard

Routed-specific authentication integration package built on top of server_auth.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add routed_auth

With Flutter:

 $ flutter pub add routed_auth

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

dependencies:
  routed_auth: ^0.2.1

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

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

Routed-specific authentication integration package built on top of server_auth.

Repository (GitHub)
View/report issues

Funding

Consider supporting this project:

www.buymeacoffee.com

License

MIT (license)

Dependencies

crypto, http, pointycastle, routed_core, routed_http, routed_sessions, routed_views, server_auth, server_sessions

More

Packages that depend on routed_auth