From e4335ee6f3779c6d7f9a3c02af8236b37a369bbb Mon Sep 17 00:00:00 2001 From: jefer94 Date: Fri, 27 Sep 2024 19:51:29 -0500 Subject: [PATCH] add new scope --- breathecode/authenticate/views.py | 1 + 1 file changed, 1 insertion(+) diff --git a/breathecode/authenticate/views.py b/breathecode/authenticate/views.py index df5450922..aa46ab25a 100644 --- a/breathecode/authenticate/views.py +++ b/breathecode/authenticate/views.py @@ -2031,6 +2031,7 @@ def get_google_token(request, token=None): [ "https://www.googleapis.com/auth/meetings.space.created", "https://www.googleapis.com/auth/drive.meet.readonly", + "https://www.googleapis.com/auth/userinfo.profile", ] ), "state": f"token={token.key}&url={url}",