Hooks
An example where a user logs in to a system.
User logs in.
A "user.loggedIn" event is emitted.
user-service
catches this and adds a "lastLoggedIn" field to DB.
An example where a user logs in to a system.
User logs in.
A "user.loggedIn" event is emitted.
user-service
catches this and adds a "lastLoggedIn" field to DB.