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.
13
13
14
14
<!-- TOC tocDepth:2..3 -->
15
15
16
- - [ Table of Contents] ( #table-of-contents )
17
16
- [ Background] ( #background )
18
17
- [ Install] ( #install )
19
18
- [ Setup] ( #setup )
@@ -50,7 +49,7 @@ compatible with the VC-API, it is possible to "wrap" the implementation in a
50
49
minimal VC-API implementation (example code is available at
51
50
< https://github.com/Wind4Greg/Server-for-VCs > ).
52
51
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
54
53
and Verifiable Presentations signed with ` eddsa-rdfc-2022 ` . We recommend
55
54
that any issuer endpoints used with this test suite also issue using
56
55
` eddsa-rdfc-2022 ` . Both signed and unsigned Verifiable Presentations will
@@ -366,11 +365,11 @@ look like the following:
366
365
}
367
366
` ` `
368
367
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
370
369
[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.
372
371
373
- See the
372
+ See
374
373
[Adding a new implementation](https://github.com/w3c/vc-test-suite-implementations/tree/main?tab=readme-ov-file#adding-a-new-implementation)
375
374
for more information.
376
375
You can’t perform that action at this time.
0 commit comments