Open jceb opened 1 month ago
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). It might even be possible to also implement DID Rotation in another way, therefore I described it from a result perspective.
Functionality:
More information is required.