davpin / cf-SpringBootTrader

Microservice version of the Spring Trader app using Spring Boot and Spring Cloud.
Apache License 2.0
104 stars 107 forks source link

breakdown account service #25

Open davpin opened 8 years ago

davpin commented 8 years ago

Split account service into a user account and a DDA - Demand Debit Account Service. The user account is responsible for the user information (id, name, address, password, etc). The DDA is responsible for keeping track of the transactions on the account (i.e. debits and credits) and overall balance.

Also, the password should be split out from the "account" object and stored safely, i.e. a salted.

davpin commented 8 years ago

look into SSO tile for PCF for user management. What does it provide?