question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

DIDs: alsoKnownAs property

See original GitHub issue

The alsoKnownAs property has been added to the DID spec recently. It’s basically a string array of some identifiers (URIs) by which the DID subject can also be identified. (see the corresponding section in w3c did-core)

I was wondering whether it is planned to include that in daf-ethr-did too?

Possible implementation Could be done building upon the setAttribute method of the ethr-did-registry, e.g. did/aka + hex encoded string. Similar to the other methods in daf-ethr-dids identity-provider (beta-branch) it would just be something like async addAlsoKnownAs({ identity, service, options }: { identity: IIdentity; alsoKnownAs: string; options?: any }, context: IContext): Promise<any>

What’s your opinion on that? (Should I also mention that in ethr-did-resolver somehow?)

Do you have an estimation when the beta-branch will be merged? (Thinking about whether it makes sense to include that in the current version or just go for beta-branch).

EDIT: maybe someone could remove the bug label and add something like feature or feature-request…

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:6 (2 by maintainers)

github_iconTop GitHub Comments

1reaction
mirceaniscommented, Jan 18, 2021

Still an open issue that should be worked on IMO

Yes, it is. We’re waiting for the DID spec to become a bit more stable before committing to this.

1reaction
nikolockenvitzcommented, Jan 11, 2021

Still an open issue that should be worked on IMO

Read more comments on GitHub >

github_iconTop Results From Across the Web

Decentralized Identifiers (DIDs) v1.0 - W3C
The DID controller(s) can be denoted by the optional controller property at ... refer to the same DID subject can be made using...
Read more >
The Lead Disclosure Rule - HUD
Section 1018 of this law directed HUD and EPA to require the disclosure of known information on lead-based paint and lead-based paint hazards...
Read more >
AffordableHousing.com - Affordable Houses & Apartments For ...
The largest and most trusted source for all Affordable Housing properties and programs in the United States. New Feature! Apply to rental units...
Read more >
Dawes Act (1887) - National Archives |
Also known as the General Allotment Act, the law authorized the President to break up reservation land, which was held in common by...
Read more >
What is Co-Ownership of Property - Definition and Examples
If a tenant dies, property shares pass to an heir instead of the remaining ... Joint ownership, also known as joint tenancy with...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found