You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(validation): tighten isValidDid regex and document breaking behaviour
- Regex now rejects trailing colons in method-specific-id (e.g. did:x:abc:)
per W3C DID Core 1.0 spec: id must end with at least one non-colon idchar
- Replace duplicate test case (did:plc:) with trailing-colon case (did:example:abc:)
- Changeset notes the potentially breaking constructor behaviour
0 commit comments