This website requires JavaScript.
Explore
Help
Sign in
vbatts
/
quay
Archived
Watch
1
Star
0
Fork
You've already forked quay
0
Code
Issues
Pull requests
Releases
Wiki
Activity
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.
33b54218cc
quay
/
auth
History
Joseph Schorr
33b54218cc
Refactor the users class into their own files, add a common base class for federated users and add a
verify_credentials
method which only does the verification, without the linking. We use this in the superuser verification pass
2015-07-20 11:39:59 -04:00
..
__init__.py
Refactor the code into modules, it was getting unweildy.
2013-09-25 12:45:12 -04:00
auth.py
Refactor the users class into their own files, add a common base class for federated users and add a
verify_credentials
method which only does the verification, without the linking. We use this in the superuser verification pass
2015-07-20 11:39:59 -04:00
auth_context.py
Accidental refactor, split out legacy.py into separate sumodules and update all call sites.
2015-07-17 11:56:15 -04:00
jwt_auth.py
Fix and templatize the logic for external JWT AuthN and registry v2 Auth.
2015-07-17 11:56:15 -04:00
permissions.py
Accidental refactor, split out legacy.py into separate sumodules and update all call sites.
2015-07-17 11:56:15 -04:00
scopes.py
Make the scopes dynamic based on app config.
2015-07-15 18:13:15 -04:00