As you see in the screenshot, its an sample user that signin with apple privately. Is there any config or possible way to get user account name name ?
Name doesn’t fetch. Signin with Apple, Hide my email,
signInWithApple() {
this.api.account.createOAuth2Session(
'apple',
environment.url.SUCCESS_OAUTH2,
environment.url.FAILURE_OAUTH2
);
}
web-sdk: "appwrite": "13.0.0",
as a 4th paramater of account.createOAuth2Session accepts scopes thay may solve it but for specifically Apple, which scopes should i use ? Not well-documented with these in detail? Is there anyone experienced it before ?
Recommended threads
- Failed to generate functions SSL
```appwrite-worker-certificates | Cannot renew domain (functions.domain.com) on attempt no. 9 certificate: Failed to verify domain DNS records. appwrite-worker...
- Dart 3.10 runtime on self-host 1.8.1
I added dart-3.10 runtime in .env file, applied the changes, but cannot see such option on console. is dart 3.10 not supported by self hosted 1.8.1? if not, whe...
- Guideline of AI
Hello everyone, I’m planning to specialize in Artificial Intelligence (AI) and I’m currently looking for guidance from someone with strong experience in the fi...