I created with flutter an app where I can login in with my Microsoft Account. When I compile it to Web (WASM) or Android (aab) then there is no problem what so ever. But when I try to login with my Desktop App (Windows) either it just tells me I need to have a "http:localhost:{port]" for success or I get when I put that an error that the "key and secret are null"... when I try it with dart
createOAuth2Session()
they are null BUT when i use ```dart
createOAuth2Token()
it is returned "userId" and "secret" not "key"
I look at this https://github.com/appwrite/sdk-for-flutter/issues/256
and saw there was an issues around half a year ago... is this still not fixed?
Recommended threads
- 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...
- Bug: TOTP MFA verification always fails ...
*Bug: TOTP MFA verify always returns `user_invalid_token` (Cloud 1.8.1, Frankfurt)** Project ID: `68dd48440003e537d849` SDK: `appwrite@18.2.0` (also tested wit...
- User Filter/Sorting/Analytics
Currently the dashboard for users is very limited. I would like to have an option to sort by column and also to filter by column, to for example find users that...