Skip to content

Commit

Permalink
feat: upgrade docusaurus and semantic-release packages
Browse files Browse the repository at this point in the history
Signed-off-by: Yurii Shynbuiev - IOHK <yurii.shynbuiev@iohk.io>
Signed-off-by: Shota Jolbordi <shota.jolbordi@iohk.io>
  • Loading branch information
yshyn-iohk authored and Shota Jolbordi committed Jul 17, 2024
1 parent e6693c6 commit bbc9629
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docs/docusaurus/credentials/issue.md
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ The `issuingDID` and `connectionId` properties come from completing the pre-requ
:::

- 📌 **Note:** Claims can also include the `exp` Expiration Time attribute, which is part of JWT claims. `exp` attribute is disclosable if specified and can have a value in epoch time (in seconds), indicating when the SDJWT credential expires for more details
<https://datatracker.ietf.org/doc/html/rfc7519#page-9>
[RFC5719](https://datatracker.ietf.org/doc/html/rfc7519#page-9)

Once the request initiates, a new credential record for the issuer gets created with a unique ID. The state of this record is now `OfferPending`.

Expand Down Expand Up @@ -352,7 +352,7 @@ curl -X POST "http://localhost:8090/cloud-agent/issue-credentials/records/$holde
}
```
2. `keyId`: This is optional field but must be specified to choose which key bounds to the verifiable credential.
For more information on key-binding, <https://datatracker.ietf.org/doc/draft-ietf-oauth-selective-disclosure-jwt>.
For more information on key-binding, [ietf-oauth-selective-disclosure-jwt](https://datatracker.ietf.org/doc/draft-ietf-oauth-selective-disclosure-jwt).
Currently, we only support the EdDSA algorithm and curve Ed25519.
The specified keyId should be of type Ed25519.
The purpose of the keyId should be authentication.
Expand Down
2 changes: 1 addition & 1 deletion docs/docusaurus/schemas/credential-schema.md
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ DID of the identity which authored the credential schema.
### schema (JSON Schema)

A valid [JSON-SCHEMA](https://json-schema.org/) where the credential schema semantic gets defined.
JSON Schema must be composed according to <https://json-schema.org/draft/2020-12/schema> schema.
JSON Schema must be composed according to the [Metaschema](https://json-schema.org/draft/2020-12/schema) schema.
**Example:**

```json
Expand Down
2 changes: 1 addition & 1 deletion docs/docusaurus/secrets/seed-generation.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,5 +52,5 @@ users can write down their mnemonic phrase, making it more convenient to keep tr

By using BIP39, users have options to choose a mnemonic phrase length as well as a passphrase.
There are many tools for generating a BIP39 seed including but not limited to:
- <https://iancoleman.io/bip39/> (use the BIP39 seed field which provides a 128-chars hex string)
- [BIP39](https://iancoleman.io/bip39/) (use the BIP39 seed field which provides a 128-chars hex string)
- [BIP39 - implementations section](https://github.com/bitcoin/bips/blob/master/bip-0039.mediawiki#other-implementations) also provides a list of implementations

0 comments on commit bbc9629

Please sign in to comment.