Eddie Jaoude | EddieHubOriginal post
Rank 2: Process
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()
Summary
The user is seeking assistance in retrieving the GitHub username after a user logs in via GitHub OAuth. It seems that the current session (`await account.getSession("current")`) only provides an access token. The user also mentions that Appwrite only retrieves the user's email and not the GitHub username directly. No solution is provided in the support thread.