Guidance on integrating Furo login using Flutter.
Parameter Name | Description | Type |
---|---|---|
url | URL of the login page | string |
callbackUrlScheme | URI scheme (deep link) to receive the callback after authentication: web: http/https, mobile: [e.g., youtube://] | string |
lib/main.dart
https://sample.furo.one/{{YOUR_CLIENT_ID}}
to http://localhost:3000/{{YOUR_CLIENT_ID}}
.redirectUri and callbackUri
https://sample.furo.one/{{YOUR_CLIENT_ID}}
to http://localhost:{port}/auth.html
.
Add an auth.html file under the web directory of your project.