Login Service

API Documentation mv3d.server.login.LoginService.

The Login Service is the front end for authenticating users. It is the only service that users pass through other than the Account Service. For the most part, the methods of the Login Service mirror those of the AccountService. This is because it generally forwards those requests on to the AccountService. Typically, the Login Service attaches itself to an HTTPs Server and clients will connect to this via JSON RPC to authenticate.