auth0 / auth0-flutter

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

Support dynamic multi domain instead of fixed in AndroidManifest.xml #425

Open simon-zhangmuye opened 3 months ago

simon-zhangmuye commented 3 months ago

Checklist

Describe the problem you'd like to have solved

Hello everyone, my company has many clients who are using Auth0, and we want to link all users to one application. However, currently, we can only do this by configuring all the user information in the AndroidManifest.xml. If we need to add a new client, we must update the entire application. This brings great inconvenience to our users. So, I would like to ask if there is a way to dynamically add domains. For example, by obtaining all the domain information through an API when the application loads?

Describe the ideal solution

I am looking for a solution. Any help is greatly appreciated

Alternatives and current workarounds

No response

Additional context

No response