Skip to content

Commit

Permalink
Set redirect_state to False for box backend
Browse files Browse the repository at this point in the history
  • Loading branch information
Arnautt authored and nijel committed Apr 25, 2024
1 parent 146a634 commit 4235710
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions social_core/backends/box.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ class BoxOAuth2(BaseOAuth2):
ACCESS_TOKEN_URL = "https://www.box.com/api/oauth2/token"
REVOKE_TOKEN_URL = "https://www.box.com/api/oauth2/revoke"
SCOPE_SEPARATOR = ","
REDIRECT_STATE = False
EXTRA_DATA = [
("refresh_token", "refresh_token", True),
("id", "id"),
Expand Down

0 comments on commit 4235710

Please sign in to comment.