auth0 / auth0-flutter

Auth0 SDK for Flutter
https://pub.dev/documentation/auth0_flutter/latest/
Apache License 2.0
57 stars 36 forks source link

Provide a way to override WebAuth config for custom ULP #447

Closed tomwyr closed 2 months ago

tomwyr commented 2 months ago

Checklist

Describe the problem you'd like to have solved

Currently, it doesn't seem to be possible to provide overrides object when configuring Auth0 sdk in Flutter. According to Auth0 docs, it is necessary to override some of those options in order for a customized Universal Login page to work properly.

Describe the ideal solution

Allow specifying a typed or arbitrary overrides object that allows configuring options needed for custom login page.

Alternatives and current workarounds

No response

Additional context

No response

tomwyr commented 2 months ago

The mentioned documentation refers to Auth0.js which is a frontend web library. Flutter uses SPA SDK which doesn't seem to require any additional configuration.