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

VDX-88 #54

Merged
merged 16 commits into from
Aug 12, 2022
Merged

VDX-88 #54

merged 16 commits into from
Aug 12, 2022

Conversation

BtencateSphereon
Copy link
Contributor

No description provided.

@BtencateSphereon
Copy link
Contributor Author

plugin.schema.json is supplied as we cannot let it generate one as callbacks are being used

@BtencateSphereon BtencateSphereon changed the title VdX-88 VDX-88 Aug 10, 2022
@BtencateSphereon BtencateSphereon marked this pull request as draft August 10, 2022 14:02
@BtencateSphereon BtencateSphereon marked this pull request as ready for review August 10, 2022 14:26
@BtencateSphereon
Copy link
Contributor Author

the build failing is because of a test in the ms-authenticator that takes to long to complete

Copy link
Contributor

@nklomp nklomp left a comment

Choose a reason for hiding this comment

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

Basically some small remarks about some documentation and naming

packages/wellknown-did-verifier/README.md Show resolved Hide resolved
packages/wellknown-did-verifier/README.md Show resolved Hide resolved
packages/wellknown-did-verifier/README.md Show resolved Hide resolved
packages/wellknown-did-verifier/agent.yml Outdated Show resolved Hide resolved
packages/wellknown-did-verifier/package.json Outdated Show resolved Hide resolved
}

export interface IRegisterSignatureVerificationArgs {
key: string
Copy link
Contributor

Choose a reason for hiding this comment

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

Can we change the name. This might be confusing with did private/public keys

Copy link
Contributor Author

Choose a reason for hiding this comment

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

renamed

Copy link
Contributor

@nklomp nklomp Aug 11, 2022

Choose a reason for hiding this comment

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

See other remarks. It can still be confused with a public key for signature verification. Suggest to name it to something like callbackName, which makes immediate sense to a developer

Copy link
Contributor Author

Choose a reason for hiding this comment

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

renamed

@@ -24,12 +20,12 @@ export interface IWellKnownDidVerifierOptionsArgs {
}

export interface IRegisterSignatureVerificationArgs {
key: string
signatureVerificationKey: string
Copy link
Contributor

Choose a reason for hiding this comment

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

callbackName might be better, because this can still be confused with a public key for signature verification

signatureVerification: (args: IVerifyCallbackArgs) => Promise<IVerifyCredentialResult>
}

export interface IRemoveSignatureVerificationArgs {
key: string
signatureVerificationKey: string
Copy link
Contributor

Choose a reason for hiding this comment

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

callbackName might be better, because this can still be confused with a public key for signature verification

Copy link
Contributor Author

Choose a reason for hiding this comment

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

renamed

Copy link
Contributor

@nklomp nklomp left a comment

Choose a reason for hiding this comment

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

LGTM

@BtencateSphereon BtencateSphereon merged commit 26f3ede into develop Aug 12, 2022
@BtencateSphereon BtencateSphereon deleted the VDX-88 branch August 12, 2022 08:31
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.

3 participants