Closed alex3493 closed 1 month ago
We have to avoid repeated code here.
In user command service where we have a private method that publishes Mercure updates. However, user login, logout and sign out actions are implemented in auth user service.
We have to introduce an abstract base class for services that can publish Mercure updates.
We are now publishing Mercure updates when a user is created, updated, soft-deleted or deleted.
We have to make it consistent, so that every change to use is published as a Mercure update. Currently we are missing: