-
Notifications
You must be signed in to change notification settings - Fork 20
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
feature/SPRIND-89 #177
feature/SPRIND-89 #177
Conversation
# Conflicts: # packages/issuer-rest/lib/oid4vci-api-functions.ts
…tEnabled as it is an optional endpoint
…vci client using the rest api
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## develop #177 +/- ##
===========================================
+ Coverage 48.11% 48.98% +0.86%
===========================================
Files 75 75
Lines 5175 5316 +141
Branches 1800 1804 +4
===========================================
+ Hits 2490 2604 +114
- Misses 2682 2709 +27
Partials 3 3
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
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 great, I'm just missing unit tests
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 remarks.
What is the deal with isFirstParty? And why do we put that in the AuthResponse? That is unlikely in the spec. Where is that param being used?
There are some conflicts it seems. REST LGTM |
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 after conflicts will be resolved
# Conflicts: # packages/siop-oid4vp/lib/authorization-response/types.ts # packages/siop-oid4vp/lib/op/OP.ts # packages/siop-oid4vp/lib/schemas/AuthorizationResponseOpts.schema.ts
No description provided.