-
Notifications
You must be signed in to change notification settings - Fork 0
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
feat: integrate credo in credentials api #2
Conversation
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.
Thanks for the PR. Lots to talk about but it's a good starting effort.
b7f8808
to
34e64da
Compare
Signed-off-by: mesaresachin <[email protected]>
39249e7
to
121582c
Compare
Signed-off-by: mesaresachin <[email protected]>
0d828ee
to
ea0c22f
Compare
Signed-off-by: mesaresachin <[email protected]>
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.
Some additional comments
Needed for rush-pnpm patch-commit to work Signed-off-by: jrhender <[email protected]>
Ideally, a permanent upstream fix can be made in Credo. Signed-off-by: jrhender <[email protected]>
Signed-off-by: ShikharBhatt <[email protected]>
…tion - Fixed the test cases Signed-off-by: mesaresachin <[email protected]>
- remove spruce dependency - fix didAuth test case Signed-off-by: ShikharBhatt <[email protected]>
90093d5
to
1df4985
Compare
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.
I didn't have time yet to fully review, but I think we're definitely getting much closer 👍
apps/vc-api/src/vc-api/credentials/dtos/create-presentation.dto.ts
Outdated
Show resolved
Hide resolved
Signed-off-by: jrhender <[email protected]>
Signed-off-by: ShikharBhatt <[email protected]>
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.
A few more comments, but the PR is nearly there I think
apps/vc-api/src/vc-api/exchanges/types/exchange-verification-result.ts
Outdated
Show resolved
Hide resolved
Signed-off-by: ShikharBhatt <[email protected]>
- revert options param in verify credential method - fix lint issue for any return type Signed-off-by: ShikharBhatt <[email protected]>
- fix lint issue for any return type Signed-off-by: ShikharBhatt <[email protected]>
57d4b98
to
d949d4f
Compare
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.
Looks good, thanks @ShikharBhatt and @mesaresachin
Integrate credo in Credentials and exchanges API