how can i access the user mail,profie,name etc in ...
# support-questions-legacy
s
how can i access the user mail,profie,name etc in my backend after auth i couldnt find any info about that in your docs , i want store the user info to my db anyone pls help ?
r
hey @sreehari_jayaraj which recipe are you using?
s
i am usig social auth only specifically google oauth
r
So with google auth, you are given the access token and you can then query google to get the info you need: https://supertokens.com/docs/thirdparty/common-customizations/getting-provider-access-token
2 Views