Add internal API endpoint for deleting lockouts
2 unresolved threads
2 unresolved threads
Compare changes
Files
8@@ -17,7 +17,7 @@ DATABASES = {
@@ -43,7 +43,7 @@ externalsettings.load_external_settings(
Part of #37 (closed)
Adds a new endpoint /lockout/
that's only available on the internal API that allows listing, viewing and deleting lockouts.
Struggle to think of any tests that I can add because it's all pretty simple DRF code and any tests would simply test internal working of DRF that's already tested by the library itself.
This MR needs to be paired with a MR to change DATA_MANAGER_ENABLED
to INTERNAL_API_ENABLED
: https://gitlab.developers.cam.ac.uk/uis/devops/iam/activate-account/infrastructure/-/merge_requests/112