Is there some way to auto populate first/last name...
# support-questions-legacy
d
Is there some way to auto populate first/last name when signing in with e.g. google? It seems like I can specify scopes here: https://github.com/supertokens/supertokens-python/blob/8b0cb9103d63b3cd81cba9d5cecc0bad122fa3ca/supertokens_python/recipe/thirdparty/providers/google.py#L32 E.g.
openid / https://www.googleapis.com/auth/userinfo.profile
would get me first/last names. But it doesn't seem like
Google.get_profile_info
would do anything with it. And even if I had that information, I don't know how to save it because
UserInfo
seems to only carry
user_id
and
email
5 Views