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:
All details are in the PR description. I'm currently running my own fork of the Flutter SDK, which is somewhat inconvenient to maintain, what should I do to make this PR pass review?
Thanks!
Recommended threads
- {"code": 1008, "message": "Invalid Origi...
Nothing has changed in my application or console settings so I'm curious as to what I need to do to fix this. I already have the client registered so I'm not en...
- android platform invaild origina
It happened today suddenly. Our app says invalid origin. And appwrite cloud says every time we tried to add the app to it: "param platformId" is not optional.
- Team invite - 500 error - no email
When executing ```dart await _repository.teams.createMembership( teamId: event.listId, roles: ['member'], email: event.email, url: 'xxxx', ); ``` I se...