We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 13f0ace commit ce34da4Copy full SHA for ce34da4
oauth2_provider/views/base.py
@@ -292,7 +292,7 @@ class TokenView(OAuthLibMixin, View):
292
* Client credentials
293
"""
294
295
- @method_decorator(sensitive_post_parameters("password"))
+ @method_decorator(sensitive_post_parameters("password", "client_secret"))
296
def post(self, request, *args, **kwargs):
297
url, headers, body, status = self.create_token_response(request)
298
if status == 200:
0 commit comments