#UserService Notifications

1 messages · Page 1 of 1 (latest)

fierce rock
#

Is there such a thing? I want to listen in to Users being created or updated

umbral hearth
#

i think you should be able to listen to the UserSavedNotification

e.g

builder.AddNotificationAsyncHandler<UserSavedNotification, UserSavedNotificationHandler>();