Skip to content

Commit

Permalink
Merge pull request #1563 from gustavomm19/google-auth
Browse files Browse the repository at this point in the history
Add prints to examine user info
  • Loading branch information
jefer94 authored Feb 18, 2025
2 parents b512124 + ba5da76 commit 61f55f9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions breathecode/authenticate/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -2346,6 +2346,10 @@ async def async_iter(iterable: list):
user_info = None
# if refresh:
user_info = get_user_info(body["id_token"], refresh)
print("User info")
print(user_info)
logger.debug("User info")
logger.debug(user_info)
google_id = user_info["id"]

user: User = token.user if token is not None else None
Expand Down

0 comments on commit 61f55f9

Please sign in to comment.