Account Service
Manages user accounts in the system.
flowchart LR
classDef event stroke:#82bfe5,stroke-width: 4px;
classDef producer stroke:#75d7b6,stroke-width: 2px;
classDef consumer stroke:#818cf8,stroke-width: 2px;
Account_Service[Account Service]:::event-->r-userSignedUp[userSignedUp]:::consumer
click r-userSignedUp href "/domains/GeneratedDomain/events/userSignedUp" "Go to userSignedUp" _self
click Account_Service href "/domains/GeneratedDomain/services/Account Service" "Go to Account Service" _self
Edit this pageLast updated on 2023/10/25