Skip to content
Lucid edited this page Jan 6, 2019 · 1 revision

overarching idea

City life is a collection of microservices with an orchestration layer and a well known communication protocol based in json.

configuration management

request routing service

authentication service

API

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

Clone this wiki locally