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
- OAuth provider credentials reverting [CR...
Hi team, I’m experiencing repeated OAuth configuration resets in my Appwrite project. ## Issue 1 – Google OAuth credentials reverting * I configure my own Goog...
- updateSession isn't working for google o...
I'm building an app using react native with expo. An image of my code is attached. The code is a useEffect that i have in a context that wraps the root layout ...
- Fix Android OAuth2 page not being resume...
I've opened a PR a while back that fixes Flutter OAuth2 authentication with recent `flutter_web_auth_2` version, that didn't get much attention: * https://githu...