Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-11-15 | auth: Return results of calling function directly | Frederick Muriuki Muriithi | |
* gn3/auth/authorisation/checks.py: Return results of calling the function rather than a dict of values that include the results. * gn3/auth/authorisation/groups.py: Use the newer form of `authorised_p` decorator. * tests/unit/auth/test_groups.py: Update tests | |||
2022-11-15 | auth: Reorganise package - move function to `checks` module | Frederick Muriuki Muriithi | |
* gn3/auth/authorisation/__init__.py: delete function * gn3/auth/authorisation/checks.py: move function to `checks` module |