Replies: 42 comments
-
|
Hi @Sesa1988, thanks for raising this. Is this feature request for Windows support specifically? |
Beta Was this translation helpful? Give feedback.
-
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. |
Beta Was this translation helpful? Give feedback.
-
|
We already have #169 for tracking web support. As mentioned there:
Would that work for you? |
Beta Was this translation helpful? Give feedback.
-
Im not sure how well this plays with Flutter web but Im looking more for desktop support. |
Beta Was this translation helpful? Give feedback.
-
|
Thanks. We have no plans in the near term but I'll leave this issue open for future planning and reference. |
Beta Was this translation helpful? Give feedback.
-
|
+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! |
Beta Was this translation helpful? Give feedback.
-
|
@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: |
Beta Was this translation helpful? Give feedback.
-
|
+1 to providing desktop support. |
Beta Was this translation helpful? Give feedback.
-
|
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. |
Beta Was this translation helpful? Give feedback.
-
|
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. |
Beta Was this translation helpful? Give feedback.
-
|
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. |
Beta Was this translation helpful? Give feedback.
-
|
+1 |
Beta Was this translation helpful? Give feedback.
-
|
@Widcket are there any plans currently to support this? |
Beta Was this translation helpful? Give feedback.
-
|
Hi @JordyLangen, we are currently working on adding support for macOS, though I can't share a specific ETA yet. |
Beta Was this translation helpful? Give feedback.
-
|
@Widcket thats good to hear! Do you have a time window? This year? Q1 next year? |
Beta Was this translation helpful? Give feedback.
-
|
Hi folks, will be discussing this internally with our team to check when we can include this in our roadmap. Thank you for your patience |
Beta Was this translation helpful? Give feedback.
-
|
Thanks for the update! |
Beta Was this translation helpful? Give feedback.
-
Any clarification on this? We're trying to decide whether we need to devise our own workaround, or if we can potentially wait for windows support in this lib. |
Beta Was this translation helpful? Give feedback.
-
|
Hi everyone, apologies on the delayed response. We plan to pick this up in the third quarter. |
Beta Was this translation helpful? Give feedback.
-
|
Thanks for the clarity, much appreciated. |
Beta Was this translation helpful? Give feedback.
-
|
@pmathew92 any updates on the timeline? |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
|
@hkroger @MrTadeu macOS support is already available as part of the plugin. Windows support will take some more time. We are actively working on it in current sprint. We are aiming to release Windows support by end of Q3 |
Beta Was this translation helpful? Give feedback.
-
|
I've published a package that extends the platform interface to add Linux and Windows support. Which is required for project that I'm working on. Should be pretty easy to add to project, as all you need to do is call initDesktopAuth0Flutter on windows and linux. In-case anyone needs it: |
Beta Was this translation helpful? Give feedback.
-
|
Sorry to badger, but is there any update on this? I will look at what Vild did, but built in would be nice |
Beta Was this translation helpful? Give feedback.
-
|
Hi @Dispersia, the feature request has been worked on in the current quarter. We will update you with a confirmed release date soon. |
Beta Was this translation helpful? Give feedback.
-
|
Really looking forward to enabling Auth0 login in our Windows Flutter app. How is the work progressing? |
Beta Was this translation helpful? Give feedback.
-
|
Hi @eivihnd , work is in progress. Code review and security review will be completed this week. We will be releasing first beta next week. v2.0 wont have flutter desktop support but v2.1-beta would |
Beta Was this translation helpful? Give feedback.
-
|
Hi Everyone, We have some exciting news. We have released auth0-flutter v2.1.0-beta.1 adding windows desktop support v2.1.0-beta.1. It currently supports Web authentication and we will be adding more features to it and also stabilization fixes as we close the beta release and go GA. Please try it out and share your feedback in our discussion forum or Auth0 support channel |
Beta Was this translation helpful? Give feedback.
-
|
@eivihnd @Dispersia @MrTadeu @esDotDev @Xylez01 @chimon |
Beta Was this translation helpful? Give feedback.



Uh oh!
There was an error while loading. Please reload this page.
-
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
Beta Was this translation helpful? Give feedback.
All reactions