The user can login multiple times with the same session #55
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?
Bug Report
Environment
78e0599182Summary
The is able to login multiple times with the same session. Leading to unpredictable behaviour.
Expected Behavior
The server should respond with a ErrorResponse to the second LOGIN request, informing the user that he is already logged in.
Actual Behavior
Another user is created and the user is successfully logged in.
Steps to Reproduce
Stack Trace / Error Message
Possible Cause / Notes
Its not checked, if the Session is already associated with a user object.
Checklist
assigned to @lars.winzer
created branch
fix/55-user-can-login-multiple-timesto address this issuementioned in merge request !84
mentioned in commit
06c5e5ab83added 10m of time spent at 2026-04-07 12:00:00 +0200