-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
Description
the identity system should be comprised of many small modules with clearly defined interfaces.
here's a rough sketch of what these small modules are:
leaf holons / persons:
- levelgraph (put/get/del/search) api
- rest server daemon
- client sign-up/login/logout api, like https://gist.github.com/gr2m/5463426
- profile ui
non-leaf holons / orgs:
- levelgraph (put/get/del/search) api
- rest server daemon
- client join/leave api
- profile ui
- directory (of persons) ui
extras: