What properties does the {user} object have when using useAuth0()?
Hi team,
I am using Auth0 to login with Github account and i would like to return their usernames from Github as well, not only their set names on their profile.
That's why I'm asking what other properties tdoes the {user} object have, so that I could access the github username as well.
I tried {user?.username}, but the response was empty.
0 Replies