Skip to content

Commit

Permalink
add new scope
Browse files Browse the repository at this point in the history
  • Loading branch information
jefer94 committed Sep 28, 2024
1 parent 5679091 commit e4335ee
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions breathecode/authenticate/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -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}",
Expand Down

0 comments on commit e4335ee

Please sign in to comment.