
After a user logs in via GitHub OAuth, how can the app knowtheir GitHub username?
I could not see it in the session await account.getSession("current")
or account await account.get()

If I'm not wrong appwrite only gets the user email, so you can't get it directly from appwrite

The current session (await account.getSession("current")
) will have an access token which you can use the make an API call to GitHub and probably retrieve the username

Thank you @D5 @Drake š
Recommended threads
- Web SDK chunk upload to Storage without ...
As discussed in this older thread (https://discord.com/channels/564160730845151244/1216821517749321808), the Read permission for Any needs to be enabled in orde...
- Issue while signing up.
Hey, Iām running into an issue right after the setup. I followed the setup instructions and ran `docker compose up -d`, and while the local server seems to be r...
- Cannot resolve server
Greetings! Is this a known issue at this time? Cloudflare reports likewise. Please advise, thank you!
