-
Notifications
You must be signed in to change notification settings - Fork 18
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
Improve language/examples around test suite API. #134
base: main
Are you sure you want to change the base?
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.
We might want to change the requirements from verifying an eddsa-rdfc-2022 to processing, this will ensure jose folks can just process the payload without having to verify the proof (which isn't tested here anyways)
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.
@aljones15 would love your thought here on API variations.
Co-authored-by: Patrick St-Louis <[email protected]> Co-authored-by: Ted Thibodeau Jr <[email protected]>
Co-authored-by: Ted Thibodeau Jr <[email protected]>
126d138
to
842e87a
Compare
@PatStLouis GitHub seems to think I didn't satisfy your requested change. Could you re-review this one? Thanks! |
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.
Might as well align with the problemDetails
as defined in the specifications
"errors": ["invalid proof"] | ||
"verified": true, | ||
"results": {}, | ||
"error": ["invalid proof"] |
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.
"error": ["invalid proof"] | |
"problemDetails": [] |
"warnings": ["invalid-uri"], | ||
"errors": ["invalid proof"] |
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.
"warnings": ["invalid-uri"], | |
"errors": ["invalid proof"] | |
"problemDetails": [] |
We can do that in the README, but does any of the code handle that yet? |
No description provided.