-
Notifications
You must be signed in to change notification settings - Fork 27
IPFS DDC - Exchange of ideas / collaborateΒ #49
Description
I've came across this project and we, at the IPFS DDC working group, will be doing something very similar. To give you some context, the IPFS DDC works towards offering libraries for developers to build DApps. Having an Identity solution is something we have been researching in the past few months. We have actually made a RFC for people to read and give feedback: https://github.com/ipfs-shipyard/peer-star/blob/rfc-identity/docs/rfc-identity.md (PR here). The RFC culminates with the proposal of creating the IDM (Identity Manager):
- Allows to create/import identities
- Allows managing identities, including attaching social proofs to them
- Allows typical login workflows for users to login to DApps by choosing one identity
- Allow signing workflows between the DApps and the logged in identity
- Embraces open standards, such as DIDs, DID-Auth and Verifiable Claims
I would kindly ask you to read the RFC and comment on the project similarities/differences.
Also, have you looked into https://github.com/jonnycrunch/ipid? It's a DID method implemented on top of IPFS.
There's a lot of similarities between this project and IDM. I wonder if we could exchange ideas and perhaps even share code. Looking forward to see where this project is going and how we could collaborate!