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 651666b60b Refactor our auth handling code to be cleaner
Breaks out the validation code from the auth context modification calls, makes decorators easier to define and adds testing for each individual piece. Will be the basis of better error messaging in the following change.
2017-03-23 15:42:45 -04:00
..
test Refactor our auth handling code to be cleaner 2017-03-23 15:42:45 -04:00
__init__.py Refactor the code into modules, it was getting unweildy. 2013-09-25 12:45:12 -04:00
auth_context.py Make our JWT subjects better and log using the info 2015-12-14 14:00:33 -05:00
basic.py Refactor our auth handling code to be cleaner 2017-03-23 15:42:45 -04:00
cookie.py Refactor our auth handling code to be cleaner 2017-03-23 15:42:45 -04:00
decorators.py Refactor our auth handling code to be cleaner 2017-03-23 15:42:45 -04:00
MAINTAINERS MAINTAINERS: init owners to subpkgs 2017-01-23 17:46:34 -05:00
oauth.py Refactor our auth handling code to be cleaner 2017-03-23 15:42:45 -04:00
permissions.py registry auth tests: test more access types 2016-11-28 14:02:08 -05:00
registry_jwt_auth.py registry auth tests: test more access types 2016-11-28 14:02:08 -05:00
scopes.py Add user admin scope 2015-11-18 12:01:40 -05:00
signedgrant.py Refactor our auth handling code to be cleaner 2017-03-23 15:42:45 -04:00
validateresult.py Refactor our auth handling code to be cleaner 2017-03-23 15:42:45 -04:00