-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Lucid edited this page Jan 6, 2019
·
1 revision
City life is a collection of microservices with an orchestration layer and a well known communication protocol based in json.
Requests to the authentication service should follow the format below. Depending on the command, different fields should be populated.
{ command: (new|delete|change_password|auth|validate_request), session: <session-token>, username: <username>, password: <password>, }
###new
###delete
###change_password
###auth
###validate_request