Skip to content

Commit

Permalink
docs(ReadMe): [#715] added revocation doc
Browse files Browse the repository at this point in the history
  • Loading branch information
raiseandfall committed Sep 4, 2020
1 parent 85bdbfe commit 73afc13
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -275,6 +275,11 @@ interface TransactionData {

The consumer needs to write their own function for each service used.

## Revocation
The `assertionId` is appended to the `revocationList` URL request as query parameter, to allow the filtering of the
`revokedAssertions` by the provider: `{revocationList}?assertionId={assertionIdValue}`
More details here [in this ticket](https://github.com/blockchain-certificates/cert-verifier-js/issues/715).

## Contribute

### Run the tests
Expand Down

0 comments on commit 73afc13

Please sign in to comment.