File tree Expand file tree Collapse file tree 2 files changed +7
-4
lines changed Expand file tree Collapse file tree 2 files changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6
6
7
7
## [ Unreleased]
8
8
9
+ ### Fixed
10
+ - Minor typos in the ZK Passport guide;
11
+
9
12
## [ 5.2.0] - 2025-01-22
10
13
### Added
11
14
- How to use ZK Passport for proof of citizenship guide;
Original file line number Diff line number Diff line change @@ -52,12 +52,12 @@ const verificatorUrl = 'https://api.app.rarime.com/' // your verificator-svc ins
52
52
const body = {
53
53
data: {
54
54
type: " user" ,
55
- // Some public and unique Icebreaker user ID
55
+ // Some public and unique user ID
56
56
// Will be used to fetch status later
57
57
id: " some-user-id" ,
58
58
attributes: {
59
59
// Denotes the application and activity that is requesting the verification
60
- event_id: " icebreaker_citizenship_verification " ,
60
+ event_id: " citizenship_verification " ,
61
61
// Let a single passport pass verification just once
62
62
uniqueness: true
63
63
}
@@ -89,12 +89,12 @@ const verificatorUrl = 'https://api.app.rarime.com/' // your verifier-svc instan
89
89
const body = {
90
90
data: {
91
91
type: " user" ,
92
- // Some public and unique Icebreaker user ID
92
+ // Some public and unique user ID
93
93
// Will be used to fetch status later
94
94
id: " some-user-id" ,
95
95
attributes: {
96
96
// Denotes the application and activity that is requesting the verification
97
- event_id: " icebreaker_citizenship_verification " ,
97
+ event_id: " citizenship_verification " ,
98
98
// Let a single passport pass verification just once
99
99
uniqueness: true
100
100
}
You can’t perform that action at this time.
0 commit comments