-
-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Identity proofs #134
Comments
Nomadic Identity discussions on SocialHub:
Example implementation of fep-c390: https://codeberg.org/silverpill/mitra Implementing this fep for Kitsune to be compatible with Mitra would set a strong precedent for a stable fep proposal, ready for wider adoption. Two new FEPs related to nomadic identity and data portability: |
Matrix also has a long-standing discussion evaluating different forms of nomadic identity, recently narrowing in on DIDs: |
It’s also worth following ATproto’s own development of this feature: In response to doubts about using Bluesky as a reference, I’ve said the following:
|
OIDC also has a draft spec extension taking DIDs into account: |
There is FEP-C390 that describes identity proofs based on DIDs that are linked to actors, practically allowing somewhat nomadic identities by providing proofs that all of these different accounts are indeed one and the same person.
It's not complete yet but definitely an interesting point for exploration.
One thing I'm not entirely fond of is the forced usage of Base58 for the key methods as defined in the did:key Method draft v0.7. Since it is still experimental, I will take the liberty and ignore the Base58 requirement.
Since the draft also defines usage of Multibase and Multicodec, means a relaxation of this requirement will still be backwards compatible with already existing DIDs. It will only present an issue if Kitsune would use a different encoding than Base58 and an existing implementation tried to retrieve the verifying key material.
The text was updated successfully, but these errors were encountered: