Skip to content

Commit a2ee722

Browse files
committed
Add images
1 parent 158a893 commit a2ee722

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -240,6 +240,8 @@ The three-letter claims `iss`, `nbf`, `exp`, `sub` come from [RFC 7519](https://
240240
`nbf` - not before and `exp` - expiry date to limit a validity of a claim.
241241

242242

243+
![](https://fiware.github.io/tutorials.Verifiable-Credentials/img/create-claim.png)
244+
243245
#### 1️⃣ Request:
244246

245247
```console
@@ -289,6 +291,8 @@ When going to the **Vet**, **Alice** is challenged if she really does work for *
289291
Each credential takes the form of a JWT token. In this case the issuer `iss` is **Alice** herself, and she is also the subject matter `sub`.
290292
Usually these presentations have an `exp` in the near future to stop potential man-in-the-middle attacks.
291293

294+
![](https://fiware.github.io/tutorials.Verifiable-Credentials/img/create-presentation.png)
295+
292296
#### 2️⃣ Request:
293297

294298
```console

0 commit comments

Comments
 (0)