Age | Commit message (Expand) | Author |
2023-07-03 | Spruce up UI...Make UI somewhat consistent with the GN2 UI.
| Frederick Muriuki Muriithi |
2023-07-03 | Enable deletion of OAuth2 clients. | Frederick Muriuki Muriithi |
2023-06-30 | Edit some of the details of OAuth2 clients | Frederick Muriuki Muriithi |
2023-06-30 | List all OAuth2 clients. | Frederick Muriuki Muriithi |
2023-06-13 | Namespace session variable...Extract the functions acting on the session into a separate module and
namespace the session variable to prevent conflicts.
| Frederick Muriuki Muriithi |
2023-05-29 | auth: Enable registration of OAuth2 clients...Add UI and code to enable the administrative user to register new OAuth2
clients that can access the API server.
| Frederick Muriuki Muriithi |
2023-05-29 | Enable Administrator login on GN3...* gn3/auth/authentication/oauth2/views.py: Remove endpoint
* gn3/auth/authorisation/users/admin/__init__.py: New admin module
* gn3/auth/authorisation/users/admin/ui.py: New admin module
* gn3/auth/authorisation/users/admin/views.py: New admin module
* gn3/auth/views.py: Use new admin module
* gn3/errors.py: Fix linting errors
* gn3/templates/login.html: New html template
* main.py: Fix linting errors
| Frederick Muriuki Muriithi |