April 2020
Intermediate to advanced
292 pages
6h 50m
English
Getting back to our system, let’s figure out what work we need to do to get registration up and running. We already mentioned the identity Component. That doesn’t technically exist yet, but we have its contract. With our architecture we can build against a contract even if if the backing Component doesn’t exist.
Since registration originates from a web interface, we’ll need an application to capture the registration data and issue Register commands as illustrated in the figure.

And that’s it for registration. We won’t need any aggregation until adding authentication in the next chapter (Chapter 8, Authenticating ...
Read now
Unlock full access