-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
changelog + semantic versioning 1.0.0
- Loading branch information
1 parent
39205ce
commit 5cf76e6
Showing
2 changed files
with
24 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
VC Verifier Changelog | ||
================= | ||
|
||
|
||
WIP | ||
--- | ||
- tbd. | ||
|
||
|
||
1.0.0 (2023-02-07) | ||
--- | ||
|
||
- Supported did methods | ||
- `did:key` | ||
- `did:web` | ||
- Verification of [W3C verifiable presentations and credentials](https://www.w3.org/TR/vc-data-model/) | ||
- Revocations using [RevocationList2020](https://w3c-ccg.github.io/vc-status-rl-2020/) | ||
- Fetching verifiable credentials by id for verification | ||
- Querying of a [credential registry](https://w3c.github.io/did-spec-registries/#credentialregistry) by subject id for verification | ||
- Rendering of product passports if credentials refer to `https://ssi.eecc.de/api/registry/context/productpassport` or an inheriting context | ||
- Download of credentials as pdf or json | ||
- Credential rendering as QR-Code | ||
- Merging properties of the same subject id if overwritten |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters