Add an oauth authorization page

This commit is contained in:
Joseph Schorr 2014-03-14 18:57:28 -04:00
parent ab60a10a93
commit d469b41899
10 changed files with 287 additions and 41 deletions

View file

@ -102,7 +102,7 @@ def swagger_route_data():
swagger_data = {
'apiVersion': 'v1',
'swaggerVersion': '1.2',
'basePath': 'http://ci.devtable.com:5000',
'basePath': 'http://localhost:5000',
'resourcePath': '/',
'info': {
'title': 'Quay.io API',
@ -119,7 +119,7 @@ def swagger_route_data():
"implicit": {
"tokenName": "access_token",
"loginEndpoint": {
"url": "http://ci.devtable.com:5000/oauth/authorize",
"url": "http://localhost:5000/oauth/authorize",
},
},
},