Replies: 44 comments 3 replies
|
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? |
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. |
|
Hi everyone, apologies on the delayed response. We plan to pick this up in the third quarter. |
|
Thanks for the clarity, much appreciated. |
|
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: |
|
Sorry to badger, but is there any update on this? I will look at what Vild did, but built in would be nice |
|
Hi @Dispersia, the feature request has been worked on in the current quarter. We will update you with a confirmed release date soon. |
|
Really looking forward to enabling Auth0 login in our Windows Flutter app. How is the work progressing? |
|
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 |
|
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 |
|
Flutter desktop is GA now with v2.1.0 release 🚀. Please try it out and let us know your feedback! |
|
Thank you so much for adding Windows support! Implementing it now, and having the following issue: The I do realize that the docs says I have to handle storing the credentials myself. What are the reason behind this? The |
|
ya, I ran into it as well, I added that and linux support to my fork. If I could make a request, cpprestsdk had already been deprecated, and is incredibly hard to build. Is it possible to use something more like httplib.h, which is just a drop-in header file that doesn't need external dependencies to build? Cpprestsdk and Boost are extremely expensive for CI servers. Definitely appreciate the effort put into it, and excited to see what it becomes |



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
All reactions