auth0_web_auth 1.0.0 copy "auth0_web_auth: ^1.0.0" to clipboard
auth0_web_auth: ^1.0.0 copied to clipboard

Platformweb
outdated

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_auth

This 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.0

Alternatively, 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';
0
likes
110
points
63
downloads

Publisher

unverified uploader

Weekly Downloads

This package provides a Dart wrapper around the auth0-spa-js library, making the Auth0 authentication available on Flutter Web.

Repository (GitHub)
View/report issues
Contributing

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

flutter, js, universal_html

More

Packages that depend on auth0_web_auth