auth0_web_auth 1.0.1
auth0_web_auth: ^1.0.1 copied to clipboard
This package provides a Dart wrapper around the auth0-spa-js library, making the Auth0 authentication available on Flutter Web.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add auth0_web_authThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
auth0_web_auth: ^1.0.1Alternatively, 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:auth0_web_auth/auth0_web_auth.dart';