]> git.ipfire.org Git - thirdparty/tornado.git/commit
auth: Deprecate unused client_secret parameter
authorBen Darnell <ben@bendarnell.com>
Mon, 19 Jun 2023 19:54:01 +0000 (15:54 -0400)
committerBen Darnell <ben@bendarnell.com>
Sat, 8 Jul 2023 00:38:00 +0000 (20:38 -0400)
commit4a57ac87abcb37d852c83e7079e28c19ff98eaf9
treea4eb44254885a668e82d93b125c9e1072034eceb
parent6f2d0937ce2d2728f9e287416405f09e2c5db93b
auth: Deprecate unused client_secret parameter

OAuth2Mixin.authorize_redirect has never used this argument
and similar methods in this module don't have it.

Closes #1122
tornado/auth.py
tornado/test/auth_test.py