tbd-friends/paas

When a AccountRegistered event is received, an account should be created on the website

Opened this issue · 1 comments

When a AccountRegistered event is received, an account should be created on the website

Identity should be added to the website project, and when a customer sign-up is complete (received the AccountRegistered event), then a new user should be registered for the email firstname, surname provided.

  • Introduce ASP.NET Core Identity
  • Email customer with confirmation link
  • Allow customer to set password
  • Enforce password strength (characters, numbers and case)