Small refactor in loginService #1089

Closed
opened 2026-05-21 13:33:19 +00:00 by a22erigr · 1 comment
Collaborator

Description

At the moment the separation of business logic and endpoints are mixed up.
bild
The endpoint should look more like this
bild

All logic (most) should be places in the AuthService file. By placing all logic in the same file debugging becomes easier

What should be done

  • Refactor the code without breaking it so that most of the logic is placed in AuthService
## Description At the moment the separation of business logic and endpoints are mixed up. ![bild](/attachments/6da50093-4d76-4993-a47a-9b54005067a2) The endpoint should look more like this ![bild](/attachments/0904d3cd-570b-4d43-b5e4-fab0900595cf) All logic (most) should be places in the AuthService file. By placing all logic in the same file debugging becomes easier ## What should be done + [ ] Refactor the code without breaking it so that most of the logic is placed in AuthService
523 KiB
375 KiB
Collaborator

PR: #1109 merged, will close this issue

PR: #1109 merged, will close this issue
Sign in to join this conversation.
No milestone
No project
No assignees
2 participants
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
Andras/BoundlessFlowCampus2K#1089
No description provided.