Registration Service
Service that handles registration operations
Overview
The Registration Service handles user registration and authentication operations. It is part of the Orders Orders Domain v0.0.3 The Orders domain handles all operations related to customer orders, from creation to fulfillment. This documentation pr... Owner dboyne , full-stack Map View docs domain and works with the Customer Customer Entity v1.0.0 Represents an individual or organization that places orders. View docs entity.
The service publishes User Signed Up User Signed Up Event v0.0.1 Event that is sent when a user is signed up Owner dboyne Map View docs and User Forgot Password User Forgot Password Event v0.0.1 Event that is sent when a user forgets their password Owner dboyne Map View docs events to notify other services of user registration activity. It receives Delivery failed Delivery failed Event v1.0.0 Event that is emitted when a shipment delivery fails. Owner dboyne Schema Map View docs events to handle failed email delivery scenarios.