lukasjhan / furo-sample-flutter

Sample code for Furo Auth

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Furo Logo

Furo Flutter Sample Project

This is a Flutter sample project for the Furo. Check out the Offical Docs for more information.

Getting Started

  1. Clone this repository
  2. Set up clientId in lib/main.dart
  3. Set up redirect uri in lib/main.dart and Furo console.
  4. Run Project and click login button to start authentication.
    1. if you want to use moblie follow these steps.
    • Android
      • Add deeplink scheme in project/android/app/src/main/AndroidManifest.xml
      • Set up redirect uri in lib/main.dart and Furo console: scheme://auth
    • iOS
      • Add deeplink scheme in project/ios/Runner/Info.plist
      • Set up redirect uri in lib/main.dart and Furo console: scheme://auth

About

Sample code for Furo Auth


Languages

Language:C++ 42.4%Language:CMake 35.1%Language:Dart 12.8%Language:HTML 4.4%Language:C 2.7%Language:Swift 2.4%Language:Kotlin 0.3%Language:Objective-C 0.1%