-
Notifications
You must be signed in to change notification settings - Fork 2
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
Add trait: DID rotation #7
Comments
here a more verbose description of DID Rotation: Description: DID Rotation refers to the process of transitioning from one DID Method to another while preserving continuity of identity and optionally associated cryptographic proofs. Motivation: Updating and switching DID methods allows to remain aligned with the latest technological advancements and best practices, guaranteeing optimal performance and compatibility. Additionally, it provides a mechanism to avoid vendor lock-in by enabling entities to seamlessly update or replace their DIDs and associated service endpoints without dependency on a single provider or infrastructure. Types:
|
Is this really an independent trait? I thought DID Rotation is possible whenever:
But I guess there's nothing wrong with having a trait that is dependent on or linked to other traits. |
I see the implementation with the 4 requirements as necessary but not sufficient to provide DID Rotation because it also requires tweaks in the resolution process (at least it does for did:oyd). |
Overall it is fine. We actually have the ability to expose several different DIDs in did:iden3. Which is also a form of DID rotation or exposing different identifiers. https://docs.iden3.io/getting-started/identity/identity-profile/ |
Functionality:
More information is required.
The text was updated successfully, but these errors were encountered: