Skip to content

Commit

Permalink
Merge pull request #551 from GeorgianaElena/param_name_fix
Browse files Browse the repository at this point in the history
[OAuthLoginHandler] Fix tornado.auth.OAuth2Mixin.authorize_redirect `extra_params` parameter's name
  • Loading branch information
consideRatio committed Nov 25, 2022
2 parents 0a2f0d8 + d67d2ae commit 9dc11aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion oauthenticator/oauth2.py
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ def get(self):
redirect_uri=redirect_uri,
client_id=self.authenticator.client_id,
scope=self.authenticator.scope,
token_params=token_params,
extra_params=token_params,
response_type="code",
)

Expand Down

0 comments on commit 9dc11aa

Please sign in to comment.