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](https://github.com/holonomy/persons) - [ ] 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](https://github.com/holonomy/orgs) - [ ] rest server daemon - [ ] client join/leave api - [ ] profile ui - [ ] directory (of persons) ui extras: - [ ] [per-identity generate cryptographic keys](https://web-payments.org/specs/source/secure-messaging/) - [ ] [per-identity export Persona login](https://developer.mozilla.org/en-US/Persona)
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:
non-leaf holons / orgs:
extras: