It could be something like a notification service
- stores events such as user-created, user logged in, authenticated, etc.
- exposes API endpoints for fetching all user-saved events
- identity service publishes events and the notification service consumes them while updating its own MongoDB
- implement SignalR in order to have direct communication with the client app (trigger test notification which is sent to the client)
It could be something like a notification service