-
Notifications
You must be signed in to change notification settings - Fork 43
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Desktop support #173
Comments
Hi @Sesa1988, thanks for raising this. Is this feature request for Windows support specifically? |
This was just my preference but web support would be nice as well. Im looking for a auth package that can be used on all Flutter platforms that support azure ad b2c and similar services. |
We already have #169 for tracking web support. As mentioned there:
Would that work for you? |
Im not sure how well this plays with Flutter web but Im looking more for desktop support. |
Thanks. We have no plans in the near term but I'll leave this issue open for future planning and reference. |
+1 to providing desktop support or making is clearer in the readme, tutorials, and quickstart that desktop is not supported. Alternatively, it would be helpful to have a clearer error message. Trying to run auth0-flutter in a MacOS app results in the following error, which is misleading:
Thanks! |
@sir-dunxalot I think that's an error surfaced by the Flutter runtime rather than our plugin. We're always happy to look at ways to make our support clearer. Currently the package on pub.dev is accurate in that it shows iOS and Android as supported platforms: And we mention supported in the readme for this repo: |
+1 to providing desktop support. |
As I see it there are a few options: Loopback: - potential MiTM risks
Embedded Webview
Keen for any feedback re recommended/agreeable direction, and I will begin to put a PR together. |
Any updates on this topic? We are currently using https://pub.dev/packages/flutter_appauth (as it was used in previous Auth0 blogs on how to integrate with Auth0 and flutter). Since then macOS support has been added which we are using quite intensely. Do you have any idea on the timeline for macOS support for this lib? I think ideally we'd like to move over to this lib but no macOS support is blocking us currently. |
For me, it would be also really nice to have Auth0 support on desktop platforms. Any chance that this will be implemented in the near future? Especially macOS should be almost the same as iOS. |
+1 |
@Widcket are there any plans currently to support this? |
Hi @JordyLangen, we are currently working on adding support for macOS, though I can't share a specific ETA yet. |
@Widcket thats good to hear! Do you have a time window? This year? Q1 next year? |
Though this is no ETA, a rough time window would be around end of year. |
Hey everyone, macOS support is out now on v1.5.0. |
Please provide support for windows as well |
@Widcket Any updates on Windows support? Is this going to be added in the near future? |
Any updates on Windows support? |
I would also love windows support. |
@Widcket is there a timeline for Windows support? Thanks in advance! |
Hi @emal-avala, there are no current plans for Windows support. |
Checklist
Describe the problem you'd like to have solved
Desktop support especially with social providers would be awesome, there is currently no package that supports this.
Describe the ideal solution
Everything should work like now but there is probably more work to be done because windows does not support url redirects.
Other packages start a http server and listen for callbacks but they are all specific to a product.
Alternatives and current workarounds
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: