
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
- Error 1.7.4 console team no found
In console when i go to auth, select user, select a membership the url not work. Only work searching the team. It is by the region. project-default- and i get ...
- functions of 1.4 not work on 1.7
Hi, i updated of 1.4 to 1.7 but the function not work i get it error. Do I need to build and deploy the functions again?
- Login Error 500
Hey i have that Problem, i upgrade to the latest version and now i have this error but only on my custom domain not the main domain.. when i try to login
