Skip to content
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 did resolver interface #172

Closed
TimoGlastra opened this issue Feb 1, 2021 · 0 comments · Fixed by #554
Closed

Add did resolver interface #172

TimoGlastra opened this issue Feb 1, 2021 · 0 comments · Fixed by #554
Assignees

Comments

@TimoGlastra
Copy link
Contributor

TimoGlastra commented Feb 1, 2021

As part of the refactoring and making the framework more generic I think it would be good to adopt the did-resolver library. This allows for pluggable did methods, making use of the already available did methods.

https://github.com/decentralized-identity/did-resolver

Another thing that this will bring is support for the did:web did method and the .well-known did configuration. I think this would be great for mediators (we now use a custom format).

agent.dids.resolve("did:xxx")
class DidResolverService {
	public resolve(): Promise<Did>
}

Untitled-2021-11-18-1459

@TimoGlastra TimoGlastra changed the title Adopt did-resolver DID Resolver interface Jul 9, 2021
@TimoGlastra TimoGlastra changed the title DID Resolver interface Add did resolver interface Jul 9, 2021
@TimoGlastra TimoGlastra self-assigned this Dec 1, 2021
@TimoGlastra TimoGlastra linked a pull request Dec 11, 2021 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant