Hi Hi,
I've configured sign in with apple and this is the response i'm getting from apple once i've signed in. I cant find anywhere I set scopes. I remember setting scopes for the google oauth.
Please help!
try {
final session = await account.createOAuth2Session(provider: provider);
_currentUser = await account.get();
_status = AuthStatus.authenticated;
return session;
} finally {
notifyListeners();
}
}```
Update: I've found where to pass scopes. Where can I find the apple scopes
Apple OAuth Scopes
Recommended threads
- IP / CIDR For Appwrite Cloud Functions
[I saw this message](https://discord.com/channels/564160730845151244/1330335737954046067) that went unanswered. I have the same question: what IP addresses / CI...
- Image transformations
On flutter web, when using image transformations, the results are being cached. When I replace an image, the old version still appears. Is it possible to manual...
- Router_path_not_found
Hi all, I have a website hosted on Appwrite sites, (repo on GitHub) and just earlier today the main page (and all pages) went down mysteriously with this error....