Hey Team, I have failed to find clear instructions of setting up the OAuth for linux and windows. For mobile it is working so far.
Hello! From what I'm seeing, the package used in flutter that the appwrite SDK uses for login doesn't supports OAuth in the linux and windows platforms.
https://pub.dev/packages/flutter_web_auth
Consequently, I recommend giving an upvote to this issue on the maintainer repo, precisely created by Eldad, the Appwrite CEO š : https://github.com/LinusU/flutter_web_auth/issues/22
If I'm not wrong, probably after the support is added to the plugin the Appwrite SDK will support those platforms after an upgrade.
Okay Thanks for the check up. Let's wait patiently but greatly appreciate the work. You guys made fall in love with my first language (PHP) which I have not used in almost a decade, seeing such a great stable, secure product powered by the language makes my heart flutter for the language again. Will try to use it some functions some time.
Recommended threads
- Weird permission failure
when creating an account I use following methods: ``` Future<void> register(String email, String password, String username) async { final user = await accoun...
- Flutter Android oAuth is no more working
I currently don't get the oAuth login to work in flutter android. it works on ios and on web. but when try to use it on Android, i get to the point where the ca...
- I'm experiencing a critical bug on Appwr...
Hey <@870607367597850624> team / support š I'm experiencing a critical bug on Appwrite Cloud that's blocking my production Flutter app. I've already filed GitH...