File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed
Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,6 @@ specification.
1313
1414<!-- TOC tocDepth:2..3 -->
1515
16- - [ Table of Contents] ( #table-of-contents )
1716- [ Background] ( #background )
1817- [ Install] ( #install )
1918- [ Setup] ( #setup )
@@ -50,7 +49,7 @@ compatible with the VC-API, it is possible to "wrap" the implementation in a
5049minimal VC-API implementation (example code is available at
5150< https://github.com/Wind4Greg/Server-for-VCs > ).
5251
53- Additionally, verifier implementations will need to be able to verify Verifiable Credentials
52+ Additionally, verifier implementations will need to be able to process Verifiable Credentials
5453and Verifiable Presentations signed with ` eddsa-rdfc-2022 ` . We recommend
5554that any issuer endpoints used with this test suite also issue using
5655` eddsa-rdfc-2022 ` . Both signed and unsigned Verifiable Presentations will
@@ -366,11 +365,11 @@ look like the following:
366365}
367366` ` `
368367
369- This example above is for a set of unauthenticated endpoints. You may add
368+ The example above is for a set of unauthenticated endpoints. You may add
370369[ZCAP](https://w3c-ccg.github.io/zcap-spec/)
371- or OAuth2 authentication to your endpoints.
370+ or [ OAuth2 authentication](https://oauth.net/2/client-authentication/) to your endpoints.
372371
373- See the
372+ See
374373[Adding a new implementation](https://github.com/w3c/vc-test-suite-implementations/tree/main?tab=readme-ov-file#adding-a-new-implementation)
375374for more information.
376375
You can’t perform that action at this time.
0 commit comments