Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lukasjhan/furo-sample-flutter
Sample code for Furo Auth
https://github.com/lukasjhan/furo-sample-flutter
Last synced: 21 days ago
JSON representation
Sample code for Furo Auth
- Host: GitHub
- URL: https://github.com/lukasjhan/furo-sample-flutter
- Owner: lukasjhan
- Created: 2023-05-08T05:05:37.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-11-02T22:07:28.000Z (about 1 year ago)
- Last Synced: 2024-08-03T18:22:06.680Z (3 months ago)
- Language: C++
- Size: 266 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Furo Flutter Sample Project
This is a Flutter sample project for the Furo. Check out the [Offical Docs](https://docs.furo.one) 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`