This repository has been archived on 2020-03-24. You can view files and clone it, but cannot push or open issues or pull requests.
quay/auth
Joseph Schorr 86f898d9bd Fix OAuth scopes display
Before, we were sending the wrong kind of data (namedtuple instead of dict) in the non-superuser case, which broke prod. Now, we always explicitly send a standard dictionary.

Fixes https://jira.coreos.com/browse/QUAY-871
2018-03-16 13:03:42 -04:00
..
test Add labels to test cases for invalid JWTs 2018-02-26 12:55:49 -05:00
MAINTAINERS MAINTAINERS: init owners to subpkgs 2017-01-23 17:46:34 -05:00
__init__.py Refactor the code into modules, it was getting unweildy. 2013-09-25 12:45:12 -04:00
auth_context.py Refactor auth code to be cleaner and more extensible 2018-02-14 15:35:27 -05:00
auth_context_type.py Refactor auth code to be cleaner and more extensible 2018-02-14 15:35:27 -05:00
basic.py Refactor auth code to be cleaner and more extensible 2018-02-14 15:35:27 -05:00
context_entity.py Refactor auth code to be cleaner and more extensible 2018-02-14 15:35:27 -05:00
cookie.py Rename cookie header parameter to make it clear it is unused 2017-03-23 15:42:45 -04:00
credential_consts.py Refactor auth code to be cleaner and more extensible 2018-02-14 15:35:27 -05:00
credentials.py Refactor auth code to be cleaner and more extensible 2018-02-14 15:35:27 -05:00
decorators.py Refactor auth code to be cleaner and more extensible 2018-02-14 15:35:27 -05:00
oauth.py Fix log level on expired OAuth log 2018-01-04 12:59:21 -05:00
permissions.py registry auth tests: test more access types 2016-11-28 14:02:08 -05:00
registry_jwt_auth.py Refactor auth code to be cleaner and more extensible 2018-02-14 15:35:27 -05:00
scopes.py Fix OAuth scopes display 2018-03-16 13:03:42 -04:00
signedgrant.py Refactor our auth handling code to be cleaner 2017-03-23 15:42:45 -04:00
validateresult.py Refactor auth code to be cleaner and more extensible 2018-02-14 15:35:27 -05:00