Merge branch 'swaggerlikeus' of ssh://bitbucket.org/yackob03/quay into swaggerlikeus

This commit is contained in:
jakedt 2014-03-18 19:21:53 -04:00
commit 19c7453f99
4 changed files with 26 additions and 10 deletions

View file

@ -278,6 +278,9 @@ def request_authorization_code():
# Load the scope information.
scope_info = scopes.get_scope_information(scope)
if not scope_info:
abort(404)
return
# Load the application information.
oauth_app = provider.get_application_for_client_id(client_id)