-
Notifications
You must be signed in to change notification settings - Fork 16
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
Discovery: implement server API #2659
Conversation
07f6081
to
bf787a2
Compare
bf787a2
to
06b48b6
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.
All ok, but I think the error/status return for a wrong audience is incorrect. My guess is that it'll respond with a 500.
Internal server error? bad request qwould be more applicable? |
* master: complete s2s e2e test (nuts-foundation#2677) Cleanup unused file (nuts-foundation#2692) Discovery: implement server API (nuts-foundation#2659) VCR: Use JWT/JSON-LD constants from go-did (nuts-foundation#2691) Bump github/codeql-action from 2 to 3 (nuts-foundation#2687) split signature verification from verifier (nuts-foundation#2683)
Implements APIs specified by RFC;
Out of scope: search (separate PR to keep changes small)