Account Service
API Documentation mv3d.server.account.AccountService.
The Account service is in charge of storing data on accounts. It is the only service that holds all account information. It only allows bits and pieces of this information to leave, even to trusted servers. For example, passwords are not allowed outside of this service. Because of this, any authentication request must go through the AccountService directly. This service works hand in hand with the LoginService.
Accounts keep track of various information including some billing information and character IDs. In the future, the Account will be a place to attach various bits of game related data almost like session information in a webserver.
