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
Jimmy Zelinskie 12ff4b107c Undo sessions being driven by UUID.
Basing sessions on UUIDs must be done in phases. First all users
must obtain an UUID. Once a backfill has given all previous users
UUIDs and new users are being generated with UUIDs, then we can
actually change the session to be based on that value.
2014-11-20 12:57:17 -05:00
..
__init__.py Refactor the code into modules, it was getting unweildy. 2013-09-25 12:45:12 -04:00
auth.py Undo sessions being driven by UUID. 2014-11-20 12:57:17 -05:00
auth_context.py Undo sessions being driven by UUID. 2014-11-20 12:57:17 -05:00
permissions.py Undo sessions being driven by UUID. 2014-11-20 12:57:17 -05:00
scopes.py Handle UI for dangerous scopes 2014-08-05 21:21:22 -04:00