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.
28d319ad26
quay
/
auth
History
Joseph Schorr
28d319ad26
Add an in-memory superusermanager, which stores the current list of superusers in a process-shared Value. We do this because in the ER, when we add a new superuser, we need to ensure that ALL workers have their lists updated (otherwise we get the behavior that some workers validate the new permission and others do not).
2015-01-20 12:43:11 -05:00
..
__init__.py
Refactor the code into modules, it was getting unweildy.
2013-09-25 12:45:12 -04:00
auth.py
Make sure if we are going to treat the cookie as valid, it's actually a user id of the proper type.
2014-11-21 10:28:50 -05:00
auth_context.py
Base sessions on UUIDs.
2014-11-20 18:44:36 -05:00
permissions.py
Add an in-memory superusermanager, which stores the current list of superusers in a process-shared Value. We do this because in the ER, when we add a new superuser, we need to ensure that ALL workers have their lists updated (otherwise we get the behavior that some workers validate the new permission and others do not).
2015-01-20 12:43:11 -05:00
scopes.py
Merge branch 'koh'
2014-12-01 12:30:09 -08:00