Add serverside LOGOUT-command #41
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Task
Summary
Adds parsers and handlers essential to logging out and destroying the user on the server.
Context
CommandParser, Request, CommandHandler
Current Progress
Notes
Request
Response
Checklist
marked this task as related to #37
marked the checklist item I linked to other issues or branches that must be completed first as completed
assigned to @lars.winzer
created branch
feat/41-add-serverside-logout-commandto address this issuemarked the checklist item LogoutRequest as completed
marked the checklist item LogoutCommandParser as completed
marked the checklist item LogoutCommandHandler as completed
The current implementation of the LogoutHandler is insufficient. It works, but not as intended.
With the current implementation, the removal of the user from the UserRegistry is delegated to the UserCleanupJob.
The UserRegistry needs to be expanded to allow for removal of users.
mentioned in task #54
mentioned in merge request !83
mentioned in commit
8a2d0607f8added 1h of time spent at 2026-04-07 12:00:00 +0200