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 996444a commit c2203d0Copy full SHA for c2203d0
oauth/oauth.py
@@ -387,8 +387,6 @@ def _get_signature_method(self, oauth_request):
387
388
def _get_consumer(self, oauth_request):
389
consumer_key = oauth_request.get_parameter('oauth_consumer_key')
390
- if not consumer_key:
391
- raise OAuthError('Invalid consumer key.')
392
consumer = self.data_store.lookup_consumer(consumer_key)
393
if not consumer:
394
raise OAuthError('Invalid consumer.')
0 commit comments