-
Notifications
You must be signed in to change notification settings - Fork 48
feat: Add W3C credentials verification #564
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
Conversation
Signed-off-by: pallavicoder <pallavi.ghule@ayanworks.com>
…C-Credentials-Verification
|
@@ -489,11 +520,11 @@ export class VerificationService { | |||
* @param payload | |||
* @returns Get requested proof presentation details | |||
*/ | |||
async _sendOutOfBandProofRequest(payload: IProofRequestPayload): Promise<{ | |||
async _sendOutOfBandProofRequest(payload: IProofRequestPayload | IPresentationExchangeProofRequestPayload): Promise<{ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- In the subsequent PR change
IProofRequestPayload
toIndyProofRequestPayload
or something similar to separate it out from presentation exchange payload - @ankita-p17 Thoughts ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Agree @sairanjit, @pallavighule please commit this update in subsequent PR to keep the separation of formats.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Signed-off-by: pallavicoder <pallavi.ghule@ayanworks.com>
Signed-off-by: pallavicoder <pallavi.ghule@ayanworks.com> Signed-off-by: KulkarniShashank <shashank.kulkarni@ayanworks.com>
Signed-off-by: pallavicoder <pallavi.ghule@ayanworks.com> Signed-off-by: KulkarniShashank <shashank.kulkarni@ayanworks.com>
Signed-off-by: pallavicoder <pallavi.ghule@ayanworks.com> Signed-off-by: KulkarniShashank <shashank.kulkarni@ayanworks 8000 .com>
Signed-off-by: pallavicoder <pallavi.ghule@ayanworks.com> Signed-off-by: KulkarniShashank <shashank.kulkarni@ayanworks.com>
Signed-off-by: pallavicoder <pallavi.ghule@ayanworks.com> Signed-off-by: KulkarniShashank <shashank.kulkarni@ayanworks.com>
What