Commit Graph

4 Commits

Author SHA1 Message Date
Michael Bumann
e33693398e Soft delete users (#476)
* Update Makefile

* Optionally load test DB from env variable

* Add option to soft-delete a user

This allows users to be marked as deleted.
An additional middleware checks if a user is deleted or deactivated and rejects
requests for those as StatusUnauthorized.

note: the middelware adds an additional DB query to load the user.
2024-01-09 19:38:01 +02:00
kiwiidb
868e63eedb main package naming 2023-09-22 10:48:42 +02:00
kiwiidb
08e5b6fc54 more refactoring 2023-09-22 10:43:42 +02:00
kiwiidb
b5240fd7fd move main command, extract lnd config 2023-09-22 10:12:26 +02:00