thedejifab / flutter_auth0

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

flutter_auth0

A Flutter app secured with the Auth0 authorization code grant flow with PKCE.

Built with Flutter 1.0+ and Dart 2.0+

How to run

  • Clone the repository and run the flutter packages get command to download dependencies.
  • Replace the <AUTH0_DOMAIN> and <CLIENT_ID> in placeholders /lib/utils/url_utils.dart with the actual values from your Auth0 dashboard.
  • In the project's root directory, execute the flutter run command with a mobile device connected to run the application.

About


Languages

Language:Dart 92.3%Language:Objective-C 5.2%Language:Java 2.5%