• Stars
    star
    1
  • Language
    Java
  • Created over 3 years ago
  • Updated over 3 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

This is the first of the 3 MicroServices for the Reloadly Code Challenge. It is responsible for Account Management and Authentication. Customers can create new accounts, update their accounts, view their account info, and Sign In to generate a JWT which can then be passed as an Authorization header to the Transaction MicroService as users must be authenticated and authorized before they can perform transactions. Upon registering an API call is made to the Notification MicroService to send a welcome email notification to the newly registered user.