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

DID JWK Resolution #5

Merged
merged 4 commits into from
Dec 29, 2023
Merged

DID JWK Resolution #5

merged 4 commits into from
Dec 29, 2023

Conversation

mistermoe
Copy link
Member

No description provided.

Comment on lines +11 to +12
final didResolutionResult = DidJwk.resolve(did.uri);
print(jsonEncode(didResolutionResult));
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We could add this to the test file if you wanna

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

done! added a few more basic tests

/// signer could use the associated cryptographic private key
///
/// [Specification Reference](https://www.w3.org/TR/did-core/#verification-methods)
class VerificationMethod {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should this be DidVerificationMethod?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ah yeah good call!

mistermoe and others added 2 commits December 29, 2023 15:59
Co-Authored-By: Wes <wesbillman@users.noreply.github.com>
@mistermoe mistermoe merged commit d7337d9 into main Dec 29, 2023
@mistermoe mistermoe deleted the did-resolution branch December 29, 2023 22:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants