Linkify JWT decoding
This commit is contained in:
Родитель
9b723f3f15
Коммит
23b525c8ab
|
@ -49,7 +49,7 @@ According to the procedure above, we start with decisions about FHIR content res
|
|||
* Verifiers should not expect all elements in the VC to exactly match their own records, but can still use elements conveyed in the VC.
|
||||
|
||||
|
||||
## Mapping into the W3C VC Data Model's JSON-LD Syntax
|
||||
## Mapping into the W3C VC Data Model
|
||||
|
||||
To create a structure matching the W3C Verifiable Credential [JSON-LD Syntax](https://www.w3.org/TR/vc-data-model/#json-ld) from a SMART Health Card JWS:
|
||||
|
||||
|
@ -72,7 +72,7 @@ To create a structure matching the W3C Verifiable Credential [JSON-LD Syntax](ht
|
|||
|
||||
3. Prepend to the `.vc.type` array: `"VerifiableCredential"`
|
||||
|
||||
4. Process the payload according to the rules at https://www.w3.org/TR/vc-data-model/#jwt-decoding
|
||||
4. Process the payload according to [JWT Decoding Rules](https://www.w3.org/TR/vc-data-model/#jwt-decoding)
|
||||
|
||||
### Health Card Examples
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче