Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to get the name and email address of the signed in user from Google? #1

Open
Olney1 opened this issue May 16, 2022 · 0 comments
Open

Comments

@Olney1
Copy link

Olney1 commented May 16, 2022

Many thanks for sharing this tutorial, I'm trying to work out how to retrieve the user details from the callback.

I was wondering if the following code is related to this:

session["name"] = id_info.get("name") session["email"] = id_info.get("email")

I tried saving these values into a variable and printing them but to no avail.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant