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 489af8b commit 6a0d3baCopy full SHA for 6a0d3ba
h/security/policy/combined.py
@@ -76,7 +76,6 @@ def _call_sub_policies(self, method, request, *args, **kwargs):
76
# Then we try the bearer header (or `access_token` GET param)
77
78
result = getattr(self._bearer_token_policy, method)(request, *args, **kwargs)
79
- print(result)
80
81
if not result and self._http_basic_auth_policy.handles(request):
82
# Only then do we look for auth clients authenticating with basic
0 commit comments