@twin.org/identity-service 0.0.3-next.9 → 0.9.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (47) hide show
  1. package/README.md +2 -2
  2. package/dist/es/identityProfileRoutes.js +1 -2
  3. package/dist/es/identityProfileRoutes.js.map +1 -1
  4. package/dist/es/identityProfileService.js +3 -3
  5. package/dist/es/identityProfileService.js.map +1 -1
  6. package/dist/es/identityResolverRoutes.js +3 -4
  7. package/dist/es/identityResolverRoutes.js.map +1 -1
  8. package/dist/es/identityResolverService.js +3 -0
  9. package/dist/es/identityResolverService.js.map +1 -1
  10. package/dist/es/identityRoutes.js +284 -14
  11. package/dist/es/identityRoutes.js.map +1 -1
  12. package/dist/es/identityService.js +154 -31
  13. package/dist/es/identityService.js.map +1 -1
  14. package/dist/es/models/IIdentityResolverServiceConfig.js.map +1 -1
  15. package/dist/es/models/IIdentityServiceConfig.js.map +1 -1
  16. package/dist/es/models/IIdentityServiceConstructorOptions.js.map +1 -1
  17. package/dist/es/restEntryPoints.js +3 -0
  18. package/dist/es/restEntryPoints.js.map +1 -1
  19. package/dist/types/identityProfileService.d.ts +3 -3
  20. package/dist/types/identityResolverRoutes.d.ts +1 -1
  21. package/dist/types/identityResolverService.d.ts +1 -0
  22. package/dist/types/identityRoutes.d.ts +33 -1
  23. package/dist/types/identityService.d.ts +59 -12
  24. package/dist/types/models/IIdentityResolverServiceConfig.d.ts +1 -1
  25. package/dist/types/models/IIdentityServiceConfig.d.ts +1 -1
  26. package/dist/types/models/IIdentityServiceConstructorOptions.d.ts +4 -0
  27. package/dist/types/restEntryPoints.d.ts +3 -0
  28. package/docs/changelog.md +682 -101
  29. package/docs/examples.md +196 -1
  30. package/docs/open-api/spec.json +804 -482
  31. package/docs/reference/classes/IdentityProfileService.md +11 -11
  32. package/docs/reference/classes/IdentityResolverService.md +7 -3
  33. package/docs/reference/classes/IdentityService.md +188 -44
  34. package/docs/reference/functions/generateRestRoutesIdentityResolver.md +1 -1
  35. package/docs/reference/functions/identityAlsoKnownAsCreate.md +31 -0
  36. package/docs/reference/functions/identityAlsoKnownAsRemove.md +31 -0
  37. package/docs/reference/functions/identityVerifiableCredentialVerifyDocument.md +31 -0
  38. package/docs/reference/functions/identityVerifiablePresentationVerifyDocument.md +31 -0
  39. package/docs/reference/index.md +4 -0
  40. package/docs/reference/interfaces/IIdentityProfileServiceConstructorOptions.md +2 -2
  41. package/docs/reference/interfaces/IIdentityResolverServiceConfig.md +3 -3
  42. package/docs/reference/interfaces/IIdentityResolverServiceConstructorOptions.md +4 -4
  43. package/docs/reference/interfaces/IIdentityServiceConfig.md +3 -3
  44. package/docs/reference/interfaces/IIdentityServiceConstructorOptions.md +10 -2
  45. package/docs/reference/variables/restEntryPoints.md +2 -0
  46. package/locales/en.json +2 -0
  47. package/package.json +17 -16
package/docs/changelog.md CHANGED
@@ -1,6 +1,587 @@
1
- # @twin.org/identity-service - Changelog
1
+ # Changelog
2
2
 
3
- ## [0.0.3-next.9](https://github.com/twinfoundation/identity/compare/identity-service-v0.0.3-next.8...identity-service-v0.0.3-next.9) (2026-01-14)
3
+ ## [0.9.0](https://github.com/iotaledger/twin-identity/compare/identity-service-v0.9.0...identity-service-v0.9.0) (2026-06-25)
4
+
5
+
6
+ ### Features
7
+
8
+ * release to production ([dabf4c5](https://github.com/iotaledger/twin-identity/commit/dabf4c5bb19e04c09bfbc8533f23dc9d42b35e4c))
9
+ * release to production ([8450ad7](https://github.com/iotaledger/twin-identity/commit/8450ad727e0c4d665f2ce483e41798c2ff5b7d55))
10
+ * release to production ([#161](https://github.com/iotaledger/twin-identity/issues/161)) ([ad151fa](https://github.com/iotaledger/twin-identity/commit/ad151facfcaadc1d183d935a6db525379d48002f))
11
+
12
+ ## [0.9.0-next.1](https://github.com/iotaledger/twin-identity/compare/identity-service-v0.9.0-next.0...identity-service-v0.9.0-next.1) (2026-06-23)
13
+
14
+
15
+ ### Features
16
+
17
+ * add addAlsoKnownAs to identity connector ([#117](https://github.com/iotaledger/twin-identity/issues/117)) ([aa27cff](https://github.com/iotaledger/twin-identity/commit/aa27cff88e61e7c8c6e32aeb437fb01c6ee9f57a))
18
+ * add context id features ([#62](https://github.com/iotaledger/twin-identity/issues/62)) ([e02ecca](https://github.com/iotaledger/twin-identity/commit/e02ecca9c45a849104bfbf7bc18a1f44e6eea8a1))
19
+ * add expiration date option to vc creation ([73e05e1](https://github.com/iotaledger/twin-identity/commit/73e05e1ae61112c7e056889969751f4ff82d9f29))
20
+ * add identity remove ([eebc13f](https://github.com/iotaledger/twin-identity/commit/eebc13f4c2cd994d2d9cce4da2128fb346c80ba7))
21
+ * add optional jwt payload and headers to vc and vp tokens ([#135](https://github.com/iotaledger/twin-identity/issues/135)) ([aa1de0f](https://github.com/iotaledger/twin-identity/commit/aa1de0f63be95ff62bae3c699aabc85ea93d74c2))
22
+ * add proof to vcs and verify vs documents ([#103](https://github.com/iotaledger/twin-identity/issues/103)) ([b60bf0c](https://github.com/iotaledger/twin-identity/commit/b60bf0cb7d453d67574c5c0e4f769e67cf7cd6d1))
23
+ * add telemetry metrics ([#132](https://github.com/iotaledger/twin-identity/issues/132)) ([b51cd78](https://github.com/iotaledger/twin-identity/commit/b51cd7816905fd55e250035daf1b8f2047cba83d))
24
+ * add validate-locales ([04d74b4](https://github.com/iotaledger/twin-identity/commit/04d74b4d1ebe42672e8ca75a7bdb8e3556afd0be))
25
+ * common connector tests ([4f9642c](https://github.com/iotaledger/twin-identity/commit/4f9642ceb09843870909fc6819bf69fb20ef952a))
26
+ * eslint migration to flat config ([fd6246d](https://github.com/iotaledger/twin-identity/commit/fd6246d566280b6d5d10a108eb1e92c4b510f2f2))
27
+ * expanded cli methods ([#121](https://github.com/iotaledger/twin-identity/issues/121)) ([80a52b7](https://github.com/iotaledger/twin-identity/commit/80a52b779237cd633d1f2813fa976585cef6e551))
28
+ * identity key separator use slash ([1319d0d](https://github.com/iotaledger/twin-identity/commit/1319d0d07164a36b3ec279e6421b8835ffefc3d3))
29
+ * remove auth generator ([#98](https://github.com/iotaledger/twin-identity/issues/98)) ([a8969e8](https://github.com/iotaledger/twin-identity/commit/a8969e85a5a2804abfc787406e2d12eb168dd978))
30
+ * remove skipAuth from routes ([a2f8921](https://github.com/iotaledger/twin-identity/commit/a2f892133360a25cb7b6668342e5dad852c3a908))
31
+ * remove unused namespace ([1987f72](https://github.com/iotaledger/twin-identity/commit/1987f72089be5ece10aa96b1fb9c386221c95c75))
32
+ * separate vc verification routes with query and body ([ea7d891](https://github.com/iotaledger/twin-identity/commit/ea7d8910472150cf76dbd51e282625e70226d9b3))
33
+ * typescript 6 update ([e8806ad](https://github.com/iotaledger/twin-identity/commit/e8806ad6858c37be3c0f54c41cf654023773bef3))
34
+ * update contexts ([#100](https://github.com/iotaledger/twin-identity/issues/100)) ([7c17f98](https://github.com/iotaledger/twin-identity/commit/7c17f983110b2fc5db1b19531d0b2a7c53e02aaa))
35
+ * update framework core ([c824497](https://github.com/iotaledger/twin-identity/commit/c82449709af0215eb7af496cf687c93fb30b5ae0))
36
+ * update namespaces and contexts ([#90](https://github.com/iotaledger/twin-identity/issues/90)) ([0c34d64](https://github.com/iotaledger/twin-identity/commit/0c34d64add8cca77856fa2d0357e774d72fbbfc1))
37
+ * update twindev schemas ([f5b2735](https://github.com/iotaledger/twin-identity/commit/f5b273561b52fa75e654e074927c164a465aa510))
38
+ * use new generateKid method ([f0fe779](https://github.com/iotaledger/twin-identity/commit/f0fe779323b675575bb9f80aa74f1957dc57a094))
39
+ * use shared store mechanism ([#27](https://github.com/iotaledger/twin-identity/issues/27)) ([ce41f3f](https://github.com/iotaledger/twin-identity/commit/ce41f3fc3da1b206ec06da7ea5b2c968f788804d))
40
+
41
+
42
+ ### Bug Fixes
43
+
44
+ * allow empty subject data in vc ([5bbf14e](https://github.com/iotaledger/twin-identity/commit/5bbf14eefd3c99b6cdca1af0ca741954d1b02cd3))
45
+ * identity routes missing jwt fields ([b47470a](https://github.com/iotaledger/twin-identity/commit/b47470a8e59881d877c84f114892ee290d4254ca))
46
+ * identity subject type property ([#146](https://github.com/iotaledger/twin-identity/issues/146)) ([fe71dc6](https://github.com/iotaledger/twin-identity/commit/fe71dc66972120b42f1ff0e1dc8732cb48e1dd2a))
47
+ * Import path and bump version ([#21](https://github.com/iotaledger/twin-identity/issues/21)) ([ccea845](https://github.com/iotaledger/twin-identity/commit/ccea845bf32562267280bc1b3dde1c9af1a00360))
48
+ * Install sdk-wasm ([#20](https://github.com/iotaledger/twin-identity/issues/20)) ([75ec14e](https://github.com/iotaledger/twin-identity/commit/75ec14e072f8c219863a1c028a3b0783802086e9))
49
+ * missing path params ([02acbde](https://github.com/iotaledger/twin-identity/commit/02acbde3033bf5d5435dca0bd8187cabad8f3028))
50
+ * proof create rest route identifier ([395dc57](https://github.com/iotaledger/twin-identity/commit/395dc5700f8ec1b3a607d18ffb68c8eec8ee751c))
51
+ * query params force coercion ([d9347d2](https://github.com/iotaledger/twin-identity/commit/d9347d29d4a9cc58759f30f5d8526de864ea7522))
52
+ * stricter pathParam types ([a174cdf](https://github.com/iotaledger/twin-identity/commit/a174cdf0ca4272bee35fcf20ab7e8e4e17b8b6f4))
53
+ * use async getStore in tests ([cfc0d87](https://github.com/iotaledger/twin-identity/commit/cfc0d873532e8ab2010f86f05bffaad3bbaf5786))
54
+ * use async getStore in tests ([3424c81](https://github.com/iotaledger/twin-identity/commit/3424c81cf7407ede4a89a026072720d52bf689b2))
55
+
56
+
57
+ ### Dependencies
58
+
59
+ * The following workspace dependencies were updated
60
+ * dependencies
61
+ * @twin.org/identity-models bumped from 0.9.0-next.0 to 0.9.0-next.1
62
+ * devDependencies
63
+ * @twin.org/identity-connector-entity-storage bumped from 0.9.0-next.0 to 0.9.0-next.1
64
+
65
+ ## [0.0.3-next.36](https://github.com/iotaledger/twin-identity/compare/identity-service-v0.0.3-next.35...identity-service-v0.0.3-next.36) (2026-06-17)
66
+
67
+
68
+ ### Bug Fixes
69
+
70
+ * use async getStore in tests ([cfc0d87](https://github.com/iotaledger/twin-identity/commit/cfc0d873532e8ab2010f86f05bffaad3bbaf5786))
71
+ * use async getStore in tests ([3424c81](https://github.com/iotaledger/twin-identity/commit/3424c81cf7407ede4a89a026072720d52bf689b2))
72
+
73
+
74
+ ### Dependencies
75
+
76
+ * The following workspace dependencies were updated
77
+ * dependencies
78
+ * @twin.org/identity-models bumped from 0.0.3-next.35 to 0.0.3-next.36
79
+ * devDependencies
80
+ * @twin.org/identity-connector-entity-storage bumped from 0.0.3-next.35 to 0.0.3-next.36
81
+
82
+ ## [0.0.3-next.35](https://github.com/iotaledger/twin-identity/compare/identity-service-v0.0.3-next.34...identity-service-v0.0.3-next.35) (2026-06-01)
83
+
84
+
85
+ ### Features
86
+
87
+ * remove skipAuth from routes ([a2f8921](https://github.com/iotaledger/twin-identity/commit/a2f892133360a25cb7b6668342e5dad852c3a908))
88
+
89
+
90
+ ### Dependencies
91
+
92
+ * The following workspace dependencies were updated
93
+ * dependencies
94
+ * @twin.org/identity-models bumped from 0.0.3-next.34 to 0.0.3-next.35
95
+ * devDependencies
96
+ * @twin.org/identity-connector-entity-storage bumped from 0.0.3-next.34 to 0.0.3-next.35
97
+
98
+ ## [0.0.3-next.34](https://github.com/iotaledger/twin-identity/compare/identity-service-v0.0.3-next.33...identity-service-v0.0.3-next.34) (2026-06-01)
99
+
100
+
101
+ ### Features
102
+
103
+ * add addAlsoKnownAs to identity connector ([#117](https://github.com/iotaledger/twin-identity/issues/117)) ([aa27cff](https://github.com/iotaledger/twin-identity/commit/aa27cff88e61e7c8c6e32aeb437fb01c6ee9f57a))
104
+ * add context id features ([#62](https://github.com/iotaledger/twin-identity/issues/62)) ([e02ecca](https://github.com/iotaledger/twin-identity/commit/e02ecca9c45a849104bfbf7bc18a1f44e6eea8a1))
105
+ * add expiration date option to vc creation ([73e05e1](https://github.com/iotaledger/twin-identity/commit/73e05e1ae61112c7e056889969751f4ff82d9f29))
106
+ * add identity remove ([eebc13f](https://github.com/iotaledger/twin-identity/commit/eebc13f4c2cd994d2d9cce4da2128fb346c80ba7))
107
+ * add optional jwt payload and headers to vc and vp tokens ([#135](https://github.com/iotaledger/twin-identity/issues/135)) ([aa1de0f](https://github.com/iotaledger/twin-identity/commit/aa1de0f63be95ff62bae3c699aabc85ea93d74c2))
108
+ * add proof to vcs and verify vs documents ([#103](https://github.com/iotaledger/twin-identity/issues/103)) ([b60bf0c](https://github.com/iotaledger/twin-identity/commit/b60bf0cb7d453d67574c5c0e4f769e67cf7cd6d1))
109
+ * add telemetry metrics ([#132](https://github.com/iotaledger/twin-identity/issues/132)) ([b51cd78](https://github.com/iotaledger/twin-identity/commit/b51cd7816905fd55e250035daf1b8f2047cba83d))
110
+ * add validate-locales ([04d74b4](https://github.com/iotaledger/twin-identity/commit/04d74b4d1ebe42672e8ca75a7bdb8e3556afd0be))
111
+ * eslint migration to flat config ([fd6246d](https://github.com/iotaledger/twin-identity/commit/fd6246d566280b6d5d10a108eb1e92c4b510f2f2))
112
+ * expanded cli methods ([#121](https://github.com/iotaledger/twin-identity/issues/121)) ([80a52b7](https://github.com/iotaledger/twin-identity/commit/80a52b779237cd633d1f2813fa976585cef6e551))
113
+ * identity key separator use slash ([1319d0d](https://github.com/iotaledger/twin-identity/commit/1319d0d07164a36b3ec279e6421b8835ffefc3d3))
114
+ * remove auth generator ([#98](https://github.com/iotaledger/twin-identity/issues/98)) ([a8969e8](https://github.com/iotaledger/twin-identity/commit/a8969e85a5a2804abfc787406e2d12eb168dd978))
115
+ * remove unused namespace ([1987f72](https://github.com/iotaledger/twin-identity/commit/1987f72089be5ece10aa96b1fb9c386221c95c75))
116
+ * separate vc verification routes with query and body ([ea7d891](https://github.com/iotaledger/twin-identity/commit/ea7d8910472150cf76dbd51e282625e70226d9b3))
117
+ * typescript 6 update ([e8806ad](https://github.com/iotaledger/twin-identity/commit/e8806ad6858c37be3c0f54c41cf654023773bef3))
118
+ * update contexts ([#100](https://github.com/iotaledger/twin-identity/issues/100)) ([7c17f98](https://github.com/iotaledger/twin-identity/commit/7c17f983110b2fc5db1b19531d0b2a7c53e02aaa))
119
+ * update framework core ([c824497](https://github.com/iotaledger/twin-identity/commit/c82449709af0215eb7af496cf687c93fb30b5ae0))
120
+ * update namespaces and contexts ([#90](https://github.com/iotaledger/twin-identity/issues/90)) ([0c34d64](https://github.com/iotaledger/twin-identity/commit/0c34d64add8cca77856fa2d0357e774d72fbbfc1))
121
+ * update twindev schemas ([f5b2735](https://github.com/iotaledger/twin-identity/commit/f5b273561b52fa75e654e074927c164a465aa510))
122
+ * use new generateKid method ([f0fe779](https://github.com/iotaledger/twin-identity/commit/f0fe779323b675575bb9f80aa74f1957dc57a094))
123
+ * use shared store mechanism ([#27](https://github.com/iotaledger/twin-identity/issues/27)) ([ce41f3f](https://github.com/iotaledger/twin-identity/commit/ce41f3fc3da1b206ec06da7ea5b2c968f788804d))
124
+
125
+
126
+ ### Bug Fixes
127
+
128
+ * allow empty subject data in vc ([5bbf14e](https://github.com/iotaledger/twin-identity/commit/5bbf14eefd3c99b6cdca1af0ca741954d1b02cd3))
129
+ * identity routes missing jwt fields ([b47470a](https://github.com/iotaledger/twin-identity/commit/b47470a8e59881d877c84f114892ee290d4254ca))
130
+ * identity subject type property ([#146](https://github.com/iotaledger/twin-identity/issues/146)) ([fe71dc6](https://github.com/iotaledger/twin-identity/commit/fe71dc66972120b42f1ff0e1dc8732cb48e1dd2a))
131
+ * Import path and bump version ([#21](https://github.com/iotaledger/twin-identity/issues/21)) ([ccea845](https://github.com/iotaledger/twin-identity/commit/ccea845bf32562267280bc1b3dde1c9af1a00360))
132
+ * Install sdk-wasm ([#20](https://github.com/iotaledger/twin-identity/issues/20)) ([75ec14e](https://github.com/iotaledger/twin-identity/commit/75ec14e072f8c219863a1c028a3b0783802086e9))
133
+ * missing path params ([02acbde](https://github.com/iotaledger/twin-identity/commit/02acbde3033bf5d5435dca0bd8187cabad8f3028))
134
+ * proof create rest route identifier ([395dc57](https://github.com/iotaledger/twin-identity/commit/395dc5700f8ec1b3a607d18ffb68c8eec8ee751c))
135
+ * query params force coercion ([d9347d2](https://github.com/iotaledger/twin-identity/commit/d9347d29d4a9cc58759f30f5d8526de864ea7522))
136
+ * stricter pathParam types ([a174cdf](https://github.com/iotaledger/twin-identity/commit/a174cdf0ca4272bee35fcf20ab7e8e4e17b8b6f4))
137
+
138
+
139
+ ### Dependencies
140
+
141
+ * The following workspace dependencies were updated
142
+ * dependencies
143
+ * @twin.org/identity-models bumped from 0.0.3-next.33 to 0.0.3-next.34
144
+ * devDependencies
145
+ * @twin.org/identity-connector-entity-storage bumped from 0.0.3-next.33 to 0.0.3-next.34
146
+
147
+ ## [0.0.3-next.33](https://github.com/iotaledger/twin-identity/compare/identity-service-v0.0.3-next.32...identity-service-v0.0.3-next.33) (2026-06-01)
148
+
149
+
150
+ ### Features
151
+
152
+ * add addAlsoKnownAs to identity connector ([#117](https://github.com/iotaledger/twin-identity/issues/117)) ([aa27cff](https://github.com/iotaledger/twin-identity/commit/aa27cff88e61e7c8c6e32aeb437fb01c6ee9f57a))
153
+ * add context id features ([#62](https://github.com/iotaledger/twin-identity/issues/62)) ([e02ecca](https://github.com/iotaledger/twin-identity/commit/e02ecca9c45a849104bfbf7bc18a1f44e6eea8a1))
154
+ * add expiration date option to vc creation ([73e05e1](https://github.com/iotaledger/twin-identity/commit/73e05e1ae61112c7e056889969751f4ff82d9f29))
155
+ * add identity remove ([eebc13f](https://github.com/iotaledger/twin-identity/commit/eebc13f4c2cd994d2d9cce4da2128fb346c80ba7))
156
+ * add optional jwt payload and headers to vc and vp tokens ([#135](https://github.com/iotaledger/twin-identity/issues/135)) ([aa1de0f](https://github.com/iotaledger/twin-identity/commit/aa1de0f63be95ff62bae3c699aabc85ea93d74c2))
157
+ * add proof to vcs and verify vs documents ([#103](https://github.com/iotaledger/twin-identity/issues/103)) ([b60bf0c](https://github.com/iotaledger/twin-identity/commit/b60bf0cb7d453d67574c5c0e4f769e67cf7cd6d1))
158
+ * add telemetry metrics ([#132](https://github.com/iotaledger/twin-identity/issues/132)) ([b51cd78](https://github.com/iotaledger/twin-identity/commit/b51cd7816905fd55e250035daf1b8f2047cba83d))
159
+ * add validate-locales ([04d74b4](https://github.com/iotaledger/twin-identity/commit/04d74b4d1ebe42672e8ca75a7bdb8e3556afd0be))
160
+ * eslint migration to flat config ([fd6246d](https://github.com/iotaledger/twin-identity/commit/fd6246d566280b6d5d10a108eb1e92c4b510f2f2))
161
+ * expanded cli methods ([#121](https://github.com/iotaledger/twin-identity/issues/121)) ([80a52b7](https://github.com/iotaledger/twin-identity/commit/80a52b779237cd633d1f2813fa976585cef6e551))
162
+ * identity key separator use slash ([1319d0d](https://github.com/iotaledger/twin-identity/commit/1319d0d07164a36b3ec279e6421b8835ffefc3d3))
163
+ * remove auth generator ([#98](https://github.com/iotaledger/twin-identity/issues/98)) ([a8969e8](https://github.com/iotaledger/twin-identity/commit/a8969e85a5a2804abfc787406e2d12eb168dd978))
164
+ * remove unused namespace ([1987f72](https://github.com/iotaledger/twin-identity/commit/1987f72089be5ece10aa96b1fb9c386221c95c75))
165
+ * separate vc verification routes with query and body ([ea7d891](https://github.com/iotaledger/twin-identity/commit/ea7d8910472150cf76dbd51e282625e70226d9b3))
166
+ * typescript 6 update ([e8806ad](https://github.com/iotaledger/twin-identity/commit/e8806ad6858c37be3c0f54c41cf654023773bef3))
167
+ * update contexts ([#100](https://github.com/iotaledger/twin-identity/issues/100)) ([7c17f98](https://github.com/iotaledger/twin-identity/commit/7c17f983110b2fc5db1b19531d0b2a7c53e02aaa))
168
+ * update framework core ([c824497](https://github.com/iotaledger/twin-identity/commit/c82449709af0215eb7af496cf687c93fb30b5ae0))
169
+ * update namespaces and contexts ([#90](https://github.com/iotaledger/twin-identity/issues/90)) ([0c34d64](https://github.com/iotaledger/twin-identity/commit/0c34d64add8cca77856fa2d0357e774d72fbbfc1))
170
+ * update twindev schemas ([f5b2735](https://github.com/iotaledger/twin-identity/commit/f5b273561b52fa75e654e074927c164a465aa510))
171
+ * use new generateKid method ([f0fe779](https://github.com/iotaledger/twin-identity/commit/f0fe779323b675575bb9f80aa74f1957dc57a094))
172
+ * use shared store mechanism ([#27](https://github.com/iotaledger/twin-identity/issues/27)) ([ce41f3f](https://github.com/iotaledger/twin-identity/commit/ce41f3fc3da1b206ec06da7ea5b2c968f788804d))
173
+
174
+
175
+ ### Bug Fixes
176
+
177
+ * allow empty subject data in vc ([5bbf14e](https://github.com/iotaledger/twin-identity/commit/5bbf14eefd3c99b6cdca1af0ca741954d1b02cd3))
178
+ * identity routes missing jwt fields ([b47470a](https://github.com/iotaledger/twin-identity/commit/b47470a8e59881d877c84f114892ee290d4254ca))
179
+ * identity subject type property ([#146](https://github.com/iotaledger/twin-identity/issues/146)) ([fe71dc6](https://github.com/iotaledger/twin-identity/commit/fe71dc66972120b42f1ff0e1dc8732cb48e1dd2a))
180
+ * Import path and bump version ([#21](https://github.com/iotaledger/twin-identity/issues/21)) ([ccea845](https://github.com/iotaledger/twin-identity/commit/ccea845bf32562267280bc1b3dde1c9af1a00360))
181
+ * Install sdk-wasm ([#20](https://github.com/iotaledger/twin-identity/issues/20)) ([75ec14e](https://github.com/iotaledger/twin-identity/commit/75ec14e072f8c219863a1c028a3b0783802086e9))
182
+ * missing path params ([02acbde](https://github.com/iotaledger/twin-identity/commit/02acbde3033bf5d5435dca0bd8187cabad8f3028))
183
+ * proof create rest route identifier ([395dc57](https://github.com/iotaledger/twin-identity/commit/395dc5700f8ec1b3a607d18ffb68c8eec8ee751c))
184
+ * query params force coercion ([d9347d2](https://github.com/iotaledger/twin-identity/commit/d9347d29d4a9cc58759f30f5d8526de864ea7522))
185
+ * stricter pathParam types ([a174cdf](https://github.com/iotaledger/twin-identity/commit/a174cdf0ca4272bee35fcf20ab7e8e4e17b8b6f4))
186
+
187
+
188
+ ### Dependencies
189
+
190
+ * The following workspace dependencies were updated
191
+ * dependencies
192
+ * @twin.org/identity-models bumped from 0.0.3-next.32 to 0.0.3-next.33
193
+ * devDependencies
194
+ * @twin.org/identity-connector-entity-storage bumped from 0.0.3-next.32 to 0.0.3-next.33
195
+
196
+ ## [0.0.3-next.32](https://github.com/iotaledger/twin-identity/compare/identity-service-v0.0.3-next.31...identity-service-v0.0.3-next.32) (2026-06-01)
197
+
198
+
199
+ ### Bug Fixes
200
+
201
+ * identity subject type property ([#146](https://github.com/iotaledger/twin-identity/issues/146)) ([fe71dc6](https://github.com/iotaledger/twin-identity/commit/fe71dc66972120b42f1ff0e1dc8732cb48e1dd2a))
202
+
203
+
204
+ ### Dependencies
205
+
206
+ * The following workspace dependencies were updated
207
+ * dependencies
208
+ * @twin.org/identity-models bumped from 0.0.3-next.31 to 0.0.3-next.32
209
+ * devDependencies
210
+ * @twin.org/identity-connector-entity-storage bumped from 0.0.3-next.31 to 0.0.3-next.32
211
+
212
+ ## [0.0.3-next.31](https://github.com/iotaledger/twin-identity/compare/identity-service-v0.0.3-next.30...identity-service-v0.0.3-next.31) (2026-05-28)
213
+
214
+
215
+ ### Miscellaneous Chores
216
+
217
+ * **identity-service:** Synchronize repo versions
218
+
219
+
220
+ ### Dependencies
221
+
222
+ * The following workspace dependencies were updated
223
+ * dependencies
224
+ * @twin.org/identity-models bumped from 0.0.3-next.30 to 0.0.3-next.31
225
+ * devDependencies
226
+ * @twin.org/identity-connector-entity-storage bumped from 0.0.3-next.30 to 0.0.3-next.31
227
+
228
+ ## [0.0.3-next.30](https://github.com/iotaledger/twin-identity/compare/identity-service-v0.0.3-next.29...identity-service-v0.0.3-next.30) (2026-05-28)
229
+
230
+
231
+ ### Miscellaneous Chores
232
+
233
+ * **identity-service:** Synchronize repo versions
234
+
235
+
236
+ ### Dependencies
237
+
238
+ * The following workspace dependencies were updated
239
+ * dependencies
240
+ * @twin.org/identity-models bumped from 0.0.3-next.29 to 0.0.3-next.30
241
+ * devDependencies
242
+ * @twin.org/identity-connector-entity-storage bumped from 0.0.3-next.29 to 0.0.3-next.30
243
+
244
+ ## [0.0.3-next.29](https://github.com/iotaledger/twin-identity/compare/identity-service-v0.0.3-next.28...identity-service-v0.0.3-next.29) (2026-05-22)
245
+
246
+
247
+ ### Bug Fixes
248
+
249
+ * proof create rest route identifier ([395dc57](https://github.com/iotaledger/twin-identity/commit/395dc5700f8ec1b3a607d18ffb68c8eec8ee751c))
250
+
251
+
252
+ ### Dependencies
253
+
254
+ * The following workspace dependencies were updated
255
+ * dependencies
256
+ * @twin.org/identity-models bumped from 0.0.3-next.28 to 0.0.3-next.29
257
+ * devDependencies
258
+ * @twin.org/identity-connector-entity-storage bumped from 0.0.3-next.28 to 0.0.3-next.29
259
+
260
+ ## [0.0.3-next.28](https://github.com/iotaledger/twin-identity/compare/identity-service-v0.0.3-next.27...identity-service-v0.0.3-next.28) (2026-05-21)
261
+
262
+
263
+ ### Bug Fixes
264
+
265
+ * identity routes missing jwt fields ([b47470a](https://github.com/iotaledger/twin-identity/commit/b47470a8e59881d877c84f114892ee290d4254ca))
266
+
267
+
268
+ ### Dependencies
269
+
270
+ * The following workspace dependencies were updated
271
+ * dependencies
272
+ * @twin.org/identity-models bumped from 0.0.3-next.27 to 0.0.3-next.28
273
+ * devDependencies
274
+ * @twin.org/identity-connector-entity-storage bumped from 0.0.3-next.27 to 0.0.3-next.28
275
+
276
+ ## [0.0.3-next.27](https://github.com/iotaledger/twin-identity/compare/identity-service-v0.0.3-next.26...identity-service-v0.0.3-next.27) (2026-05-21)
277
+
278
+
279
+ ### Features
280
+
281
+ * add optional jwt payload and headers to vc and vp tokens ([#135](https://github.com/iotaledger/twin-identity/issues/135)) ([aa1de0f](https://github.com/iotaledger/twin-identity/commit/aa1de0f63be95ff62bae3c699aabc85ea93d74c2))
282
+
283
+
284
+ ### Dependencies
285
+
286
+ * The following workspace dependencies were updated
287
+ * dependencies
288
+ * @twin.org/identity-models bumped from 0.0.3-next.26 to 0.0.3-next.27
289
+ * devDependencies
290
+ * @twin.org/identity-connector-entity-storage bumped from 0.0.3-next.26 to 0.0.3-next.27
291
+
292
+ ## [0.0.3-next.26](https://github.com/iotaledger/twin-identity/compare/identity-service-v0.0.3-next.25...identity-service-v0.0.3-next.26) (2026-05-21)
293
+
294
+
295
+ ### Features
296
+
297
+ * add telemetry metrics ([#132](https://github.com/iotaledger/twin-identity/issues/132)) ([b51cd78](https://github.com/iotaledger/twin-identity/commit/b51cd7816905fd55e250035daf1b8f2047cba83d))
298
+
299
+
300
+ ### Dependencies
301
+
302
+ * The following workspace dependencies were updated
303
+ * dependencies
304
+ * @twin.org/identity-models bumped from 0.0.3-next.25 to 0.0.3-next.26
305
+ * devDependencies
306
+ * @twin.org/identity-connector-entity-storage bumped from 0.0.3-next.25 to 0.0.3-next.26
307
+
308
+ ## [0.0.3-next.25](https://github.com/iotaledger/twin-identity/compare/identity-service-v0.0.3-next.24...identity-service-v0.0.3-next.25) (2026-05-20)
309
+
310
+
311
+ ### Miscellaneous Chores
312
+
313
+ * **identity-service:** Synchronize repo versions
314
+
315
+
316
+ ### Dependencies
317
+
318
+ * The following workspace dependencies were updated
319
+ * dependencies
320
+ * @twin.org/identity-models bumped from 0.0.3-next.24 to 0.0.3-next.25
321
+ * devDependencies
322
+ * @twin.org/identity-connector-entity-storage bumped from 0.0.3-next.24 to 0.0.3-next.25
323
+
324
+ ## [0.0.3-next.24](https://github.com/iotaledger/twin-identity/compare/identity-service-v0.0.3-next.23...identity-service-v0.0.3-next.24) (2026-05-13)
325
+
326
+
327
+ ### Miscellaneous Chores
328
+
329
+ * **identity-service:** Synchronize repo versions
330
+
331
+
332
+ ### Dependencies
333
+
334
+ * The following workspace dependencies were updated
335
+ * dependencies
336
+ * @twin.org/identity-models bumped from 0.0.3-next.23 to 0.0.3-next.24
337
+ * devDependencies
338
+ * @twin.org/identity-connector-entity-storage bumped from 0.0.3-next.23 to 0.0.3-next.24
339
+
340
+ ## [0.0.3-next.23](https://github.com/iotaledger/twin-identity/compare/identity-service-v0.0.3-next.22...identity-service-v0.0.3-next.23) (2026-05-12)
341
+
342
+
343
+ ### Features
344
+
345
+ * typescript 6 update ([e8806ad](https://github.com/iotaledger/twin-identity/commit/e8806ad6858c37be3c0f54c41cf654023773bef3))
346
+
347
+
348
+ ### Dependencies
349
+
350
+ * The following workspace dependencies were updated
351
+ * dependencies
352
+ * @twin.org/identity-models bumped from 0.0.3-next.22 to 0.0.3-next.23
353
+ * devDependencies
354
+ * @twin.org/identity-connector-entity-storage bumped from 0.0.3-next.22 to 0.0.3-next.23
355
+
356
+ ## [0.0.3-next.22](https://github.com/iotaledger/twin-identity/compare/identity-service-v0.0.3-next.21...identity-service-v0.0.3-next.22) (2026-05-07)
357
+
358
+
359
+ ### Miscellaneous Chores
360
+
361
+ * **identity-service:** Synchronize repo versions
362
+
363
+
364
+ ### Dependencies
365
+
366
+ * The following workspace dependencies were updated
367
+ * dependencies
368
+ * @twin.org/identity-models bumped from 0.0.3-next.21 to 0.0.3-next.22
369
+ * devDependencies
370
+ * @twin.org/identity-connector-entity-storage bumped from 0.0.3-next.21 to 0.0.3-next.22
371
+
372
+ ## [0.0.3-next.21](https://github.com/iotaledger/twin-identity/compare/identity-service-v0.0.3-next.20...identity-service-v0.0.3-next.21) (2026-05-07)
373
+
374
+
375
+ ### Miscellaneous Chores
376
+
377
+ * **identity-service:** Synchronize repo versions
378
+
379
+
380
+ ### Dependencies
381
+
382
+ * The following workspace dependencies were updated
383
+ * dependencies
384
+ * @twin.org/identity-models bumped from 0.0.3-next.20 to 0.0.3-next.21
385
+ * devDependencies
386
+ * @twin.org/identity-connector-entity-storage bumped from 0.0.3-next.20 to 0.0.3-next.21
387
+
388
+ ## [0.0.3-next.20](https://github.com/iotaledger/twin-identity/compare/identity-service-v0.0.3-next.19...identity-service-v0.0.3-next.20) (2026-04-29)
389
+
390
+
391
+ ### Features
392
+
393
+ * expanded cli methods ([#121](https://github.com/iotaledger/twin-identity/issues/121)) ([80a52b7](https://github.com/iotaledger/twin-identity/commit/80a52b779237cd633d1f2813fa976585cef6e551))
394
+
395
+
396
+ ### Dependencies
397
+
398
+ * The following workspace dependencies were updated
399
+ * dependencies
400
+ * @twin.org/identity-models bumped from 0.0.3-next.19 to 0.0.3-next.20
401
+ * devDependencies
402
+ * @twin.org/identity-connector-entity-storage bumped from 0.0.3-next.19 to 0.0.3-next.20
403
+
404
+ ## [0.0.3-next.19](https://github.com/iotaledger/twin-identity/compare/identity-service-v0.0.3-next.18...identity-service-v0.0.3-next.19) (2026-04-29)
405
+
406
+
407
+ ### Features
408
+
409
+ * add addAlsoKnownAs to identity connector ([#117](https://github.com/iotaledger/twin-identity/issues/117)) ([aa27cff](https://github.com/iotaledger/twin-identity/commit/aa27cff88e61e7c8c6e32aeb437fb01c6ee9f57a))
410
+
411
+
412
+ ### Dependencies
413
+
414
+ * The following workspace dependencies were updated
415
+ * dependencies
416
+ * @twin.org/identity-models bumped from 0.0.3-next.18 to 0.0.3-next.19
417
+ * devDependencies
418
+ * @twin.org/identity-connector-entity-storage bumped from 0.0.3-next.18 to 0.0.3-next.19
419
+
420
+ ## [0.0.3-next.18](https://github.com/iotaledger/twin-identity/compare/identity-service-v0.0.3-next.17...identity-service-v0.0.3-next.18) (2026-02-27)
421
+
422
+
423
+ ### Bug Fixes
424
+
425
+ * allow empty subject data in vc ([5bbf14e](https://github.com/iotaledger/twin-identity/commit/5bbf14eefd3c99b6cdca1af0ca741954d1b02cd3))
426
+
427
+
428
+ ### Dependencies
429
+
430
+ * The following workspace dependencies were updated
431
+ * dependencies
432
+ * @twin.org/identity-models bumped from 0.0.3-next.17 to 0.0.3-next.18
433
+ * devDependencies
434
+ * @twin.org/identity-connector-entity-storage bumped from 0.0.3-next.17 to 0.0.3-next.18
435
+
436
+ ## [0.0.3-next.17](https://github.com/iotaledger/twin-identity/compare/identity-service-v0.0.3-next.16...identity-service-v0.0.3-next.17) (2026-02-24)
437
+
438
+
439
+ ### Miscellaneous Chores
440
+
441
+ * **identity-service:** Synchronize repo versions
442
+
443
+
444
+ ### Dependencies
445
+
446
+ * The following workspace dependencies were updated
447
+ * dependencies
448
+ * @twin.org/identity-models bumped from 0.0.3-next.16 to 0.0.3-next.17
449
+ * devDependencies
450
+ * @twin.org/identity-connector-entity-storage bumped from 0.0.3-next.16 to 0.0.3-next.17
451
+
452
+ ## [0.0.3-next.16](https://github.com/iotaledger/twin-identity/compare/identity-service-v0.0.3-next.15...identity-service-v0.0.3-next.16) (2026-02-13)
453
+
454
+
455
+ ### Features
456
+
457
+ * separate vc verification routes with query and body ([ea7d891](https://github.com/iotaledger/twin-identity/commit/ea7d8910472150cf76dbd51e282625e70226d9b3))
458
+
459
+
460
+ ### Dependencies
461
+
462
+ * The following workspace dependencies were updated
463
+ * dependencies
464
+ * @twin.org/identity-models bumped from 0.0.3-next.15 to 0.0.3-next.16
465
+ * devDependencies
466
+ * @twin.org/identity-connector-entity-storage bumped from 0.0.3-next.15 to 0.0.3-next.16
467
+
468
+ ## [0.0.3-next.15](https://github.com/iotaledger/twin-identity/compare/identity-service-v0.0.3-next.14...identity-service-v0.0.3-next.15) (2026-02-12)
469
+
470
+
471
+ ### Miscellaneous Chores
472
+
473
+ * **identity-service:** Synchronize repo versions
474
+
475
+
476
+ ### Dependencies
477
+
478
+ * The following workspace dependencies were updated
479
+ * dependencies
480
+ * @twin.org/identity-models bumped from 0.0.3-next.14 to 0.0.3-next.15
481
+ * devDependencies
482
+ * @twin.org/identity-connector-entity-storage bumped from 0.0.3-next.14 to 0.0.3-next.15
483
+
484
+ ## [0.0.3-next.14](https://github.com/iotaledger/twin-identity/compare/identity-service-v0.0.3-next.13...identity-service-v0.0.3-next.14) (2026-02-10)
485
+
486
+
487
+ ### Features
488
+
489
+ * add proof to vcs and verify vs documents ([#103](https://github.com/iotaledger/twin-identity/issues/103)) ([b60bf0c](https://github.com/iotaledger/twin-identity/commit/b60bf0cb7d453d67574c5c0e4f769e67cf7cd6d1))
490
+
491
+
492
+ ### Dependencies
493
+
494
+ * The following workspace dependencies were updated
495
+ * dependencies
496
+ * @twin.org/identity-models bumped from 0.0.3-next.13 to 0.0.3-next.14
497
+ * devDependencies
498
+ * @twin.org/identity-connector-entity-storage bumped from 0.0.3-next.13 to 0.0.3-next.14
499
+
500
+ ## [0.0.3-next.13](https://github.com/iotaledger/twin-identity/compare/identity-service-v0.0.3-next.12...identity-service-v0.0.3-next.13) (2026-01-21)
501
+
502
+
503
+ ### Features
504
+
505
+ * update contexts ([#100](https://github.com/iotaledger/twin-identity/issues/100)) ([7c17f98](https://github.com/iotaledger/twin-identity/commit/7c17f983110b2fc5db1b19531d0b2a7c53e02aaa))
506
+
507
+
508
+ ### Dependencies
509
+
510
+ * The following workspace dependencies were updated
511
+ * dependencies
512
+ * @twin.org/identity-models bumped from 0.0.3-next.12 to 0.0.3-next.13
513
+ * devDependencies
514
+ * @twin.org/identity-connector-entity-storage bumped from 0.0.3-next.12 to 0.0.3-next.13
515
+
516
+ ## [0.0.3-next.12](https://github.com/iotaledger/twin-identity/compare/identity-service-v0.0.3-next.11...identity-service-v0.0.3-next.12) (2026-01-19)
517
+
518
+
519
+ ### Features
520
+
521
+ * remove auth generator ([#98](https://github.com/iotaledger/twin-identity/issues/98)) ([a8969e8](https://github.com/iotaledger/twin-identity/commit/a8969e85a5a2804abfc787406e2d12eb168dd978))
522
+
523
+
524
+ ### Dependencies
525
+
526
+ * The following workspace dependencies were updated
527
+ * dependencies
528
+ * @twin.org/identity-models bumped from 0.0.3-next.11 to 0.0.3-next.12
529
+ * devDependencies
530
+ * @twin.org/identity-connector-entity-storage bumped from 0.0.3-next.11 to 0.0.3-next.12
531
+
532
+ ## [0.0.3-next.11](https://github.com/iotaledger/twin-identity/compare/identity-service-v0.0.3-next.10...identity-service-v0.0.3-next.11) (2026-01-15)
533
+
534
+
535
+ ### Features
536
+
537
+ * add context id features ([#62](https://github.com/iotaledger/twin-identity/issues/62)) ([e02ecca](https://github.com/iotaledger/twin-identity/commit/e02ecca9c45a849104bfbf7bc18a1f44e6eea8a1))
538
+ * add expiration date option to vc creation ([73e05e1](https://github.com/iotaledger/twin-identity/commit/73e05e1ae61112c7e056889969751f4ff82d9f29))
539
+ * add identity remove ([eebc13f](https://github.com/iotaledger/twin-identity/commit/eebc13f4c2cd994d2d9cce4da2128fb346c80ba7))
540
+ * add validate-locales ([04d74b4](https://github.com/iotaledger/twin-identity/commit/04d74b4d1ebe42672e8ca75a7bdb8e3556afd0be))
541
+ * eslint migration to flat config ([fd6246d](https://github.com/iotaledger/twin-identity/commit/fd6246d566280b6d5d10a108eb1e92c4b510f2f2))
542
+ * identity key separator use slash ([1319d0d](https://github.com/iotaledger/twin-identity/commit/1319d0d07164a36b3ec279e6421b8835ffefc3d3))
543
+ * remove unused namespace ([1987f72](https://github.com/iotaledger/twin-identity/commit/1987f72089be5ece10aa96b1fb9c386221c95c75))
544
+ * update framework core ([c824497](https://github.com/iotaledger/twin-identity/commit/c82449709af0215eb7af496cf687c93fb30b5ae0))
545
+ * update namespaces and contexts ([#90](https://github.com/iotaledger/twin-identity/issues/90)) ([0c34d64](https://github.com/iotaledger/twin-identity/commit/0c34d64add8cca77856fa2d0357e774d72fbbfc1))
546
+ * update twindev schemas ([f5b2735](https://github.com/iotaledger/twin-identity/commit/f5b273561b52fa75e654e074927c164a465aa510))
547
+ * use new generateKid method ([f0fe779](https://github.com/iotaledger/twin-identity/commit/f0fe779323b675575bb9f80aa74f1957dc57a094))
548
+ * use shared store mechanism ([#27](https://github.com/iotaledger/twin-identity/issues/27)) ([ce41f3f](https://github.com/iotaledger/twin-identity/commit/ce41f3fc3da1b206ec06da7ea5b2c968f788804d))
549
+
550
+
551
+ ### Bug Fixes
552
+
553
+ * Import path and bump version ([#21](https://github.com/iotaledger/twin-identity/issues/21)) ([ccea845](https://github.com/iotaledger/twin-identity/commit/ccea845bf32562267280bc1b3dde1c9af1a00360))
554
+ * Install sdk-wasm ([#20](https://github.com/iotaledger/twin-identity/issues/20)) ([75ec14e](https://github.com/iotaledger/twin-identity/commit/75ec14e072f8c219863a1c028a3b0783802086e9))
555
+ * missing path params ([02acbde](https://github.com/iotaledger/twin-identity/commit/02acbde3033bf5d5435dca0bd8187cabad8f3028))
556
+ * query params force coercion ([d9347d2](https://github.com/iotaledger/twin-identity/commit/d9347d29d4a9cc58759f30f5d8526de864ea7522))
557
+ * stricter pathParam types ([a174cdf](https://github.com/iotaledger/twin-identity/commit/a174cdf0ca4272bee35fcf20ab7e8e4e17b8b6f4))
558
+
559
+
560
+ ### Dependencies
561
+
562
+ * The following workspace dependencies were updated
563
+ * dependencies
564
+ * @twin.org/identity-models bumped from 0.0.3-next.10 to 0.0.3-next.11
565
+ * devDependencies
566
+ * @twin.org/identity-connector-entity-storage bumped from 0.0.3-next.10 to 0.0.3-next.11
567
+
568
+ ## [0.0.3-next.10](https://github.com/iotaledger/twin-identity/compare/identity-service-v0.0.3-next.9...identity-service-v0.0.3-next.10) (2026-01-15)
569
+
570
+
571
+ ### Miscellaneous Chores
572
+
573
+ * **identity-service:** Synchronize repo versions
574
+
575
+
576
+ ### Dependencies
577
+
578
+ * The following workspace dependencies were updated
579
+ * dependencies
580
+ * @twin.org/identity-models bumped from 0.0.3-next.9 to 0.0.3-next.10
581
+ * devDependencies
582
+ * @twin.org/identity-connector-entity-storage bumped from 0.0.3-next.9 to 0.0.3-next.10
583
+
584
+ ## [0.0.3-next.9](https://github.com/iotaledger/twin-identity/compare/identity-service-v0.0.3-next.8...identity-service-v0.0.3-next.9) (2026-01-14)
4
585
 
5
586
 
6
587
  ### Miscellaneous Chores
@@ -16,12 +597,12 @@
16
597
  * devDependencies
17
598
  * @twin.org/identity-connector-entity-storage bumped from 0.0.3-next.8 to 0.0.3-next.9
18
599
 
19
- ## [0.0.3-next.8](https://github.com/twinfoundation/identity/compare/identity-service-v0.0.3-next.7...identity-service-v0.0.3-next.8) (2026-01-14)
600
+ ## [0.0.3-next.8](https://github.com/iotaledger/twin-identity/compare/identity-service-v0.0.3-next.7...identity-service-v0.0.3-next.8) (2026-01-14)
20
601
 
21
602
 
22
603
  ### Features
23
604
 
24
- * update namespaces and contexts ([#90](https://github.com/twinfoundation/identity/issues/90)) ([0c34d64](https://github.com/twinfoundation/identity/commit/0c34d64add8cca77856fa2d0357e774d72fbbfc1))
605
+ * update namespaces and contexts ([#90](https://github.com/iotaledger/twin-identity/issues/90)) ([0c34d64](https://github.com/iotaledger/twin-identity/commit/0c34d64add8cca77856fa2d0357e774d72fbbfc1))
25
606
 
26
607
 
27
608
  ### Dependencies
@@ -32,7 +613,7 @@
32
613
  * devDependencies
33
614
  * @twin.org/identity-connector-entity-storage bumped from 0.0.3-next.7 to 0.0.3-next.8
34
615
 
35
- ## [0.0.3-next.7](https://github.com/twinfoundation/identity/compare/identity-service-v0.0.3-next.6...identity-service-v0.0.3-next.7) (2026-01-13)
616
+ ## [0.0.3-next.7](https://github.com/iotaledger/twin-identity/compare/identity-service-v0.0.3-next.6...identity-service-v0.0.3-next.7) (2026-01-13)
36
617
 
37
618
 
38
619
  ### Miscellaneous Chores
@@ -48,7 +629,7 @@
48
629
  * devDependencies
49
630
  * @twin.org/identity-connector-entity-storage bumped from 0.0.3-next.6 to 0.0.3-next.7
50
631
 
51
- ## [0.0.3-next.6](https://github.com/twinfoundation/identity/compare/identity-service-v0.0.3-next.5...identity-service-v0.0.3-next.6) (2025-11-26)
632
+ ## [0.0.3-next.6](https://github.com/iotaledger/twin-identity/compare/identity-service-v0.0.3-next.5...identity-service-v0.0.3-next.6) (2025-11-26)
52
633
 
53
634
 
54
635
  ### Miscellaneous Chores
@@ -64,7 +645,7 @@
64
645
  * devDependencies
65
646
  * @twin.org/identity-connector-entity-storage bumped from 0.0.3-next.5 to 0.0.3-next.6
66
647
 
67
- ## [0.0.3-next.5](https://github.com/twinfoundation/identity/compare/identity-service-v0.0.3-next.4...identity-service-v0.0.3-next.5) (2025-11-20)
648
+ ## [0.0.3-next.5](https://github.com/iotaledger/twin-identity/compare/identity-service-v0.0.3-next.4...identity-service-v0.0.3-next.5) (2025-11-20)
68
649
 
69
650
 
70
651
  ### Miscellaneous Chores
@@ -80,31 +661,31 @@
80
661
  * devDependencies
81
662
  * @twin.org/identity-connector-entity-storage bumped from 0.0.3-next.4 to 0.0.3-next.5
82
663
 
83
- ## [0.0.3-next.4](https://github.com/twinfoundation/identity/compare/identity-service-v0.0.3-next.3...identity-service-v0.0.3-next.4) (2025-11-17)
664
+ ## [0.0.3-next.4](https://github.com/iotaledger/twin-identity/compare/identity-service-v0.0.3-next.3...identity-service-v0.0.3-next.4) (2025-11-17)
84
665
 
85
666
 
86
667
  ### Features
87
668
 
88
- * add context id features ([#62](https://github.com/twinfoundation/identity/issues/62)) ([e02ecca](https://github.com/twinfoundation/identity/commit/e02ecca9c45a849104bfbf7bc18a1f44e6eea8a1))
89
- * add expiration date option to vc creation ([73e05e1](https://github.com/twinfoundation/identity/commit/73e05e1ae61112c7e056889969751f4ff82d9f29))
90
- * add identity remove ([eebc13f](https://github.com/twinfoundation/identity/commit/eebc13f4c2cd994d2d9cce4da2128fb346c80ba7))
91
- * add validate-locales ([04d74b4](https://github.com/twinfoundation/identity/commit/04d74b4d1ebe42672e8ca75a7bdb8e3556afd0be))
92
- * eslint migration to flat config ([fd6246d](https://github.com/twinfoundation/identity/commit/fd6246d566280b6d5d10a108eb1e92c4b510f2f2))
93
- * identity key separator use slash ([1319d0d](https://github.com/twinfoundation/identity/commit/1319d0d07164a36b3ec279e6421b8835ffefc3d3))
94
- * remove unused namespace ([1987f72](https://github.com/twinfoundation/identity/commit/1987f72089be5ece10aa96b1fb9c386221c95c75))
95
- * update framework core ([c824497](https://github.com/twinfoundation/identity/commit/c82449709af0215eb7af496cf687c93fb30b5ae0))
96
- * update twindev schemas ([f5b2735](https://github.com/twinfoundation/identity/commit/f5b273561b52fa75e654e074927c164a465aa510))
97
- * use new generateKid method ([f0fe779](https://github.com/twinfoundation/identity/commit/f0fe779323b675575bb9f80aa74f1957dc57a094))
98
- * use shared store mechanism ([#27](https://github.com/twinfoundation/identity/issues/27)) ([ce41f3f](https://github.com/twinfoundation/identity/commit/ce41f3fc3da1b206ec06da7ea5b2c968f788804d))
669
+ * add context id features ([#62](https://github.com/iotaledger/twin-identity/issues/62)) ([e02ecca](https://github.com/iotaledger/twin-identity/commit/e02ecca9c45a849104bfbf7bc18a1f44e6eea8a1))
670
+ * add expiration date option to vc creation ([73e05e1](https://github.com/iotaledger/twin-identity/commit/73e05e1ae61112c7e056889969751f4ff82d9f29))
671
+ * add identity remove ([eebc13f](https://github.com/iotaledger/twin-identity/commit/eebc13f4c2cd994d2d9cce4da2128fb346c80ba7))
672
+ * add validate-locales ([04d74b4](https://github.com/iotaledger/twin-identity/commit/04d74b4d1ebe42672e8ca75a7bdb8e3556afd0be))
673
+ * eslint migration to flat config ([fd6246d](https://github.com/iotaledger/twin-identity/commit/fd6246d566280b6d5d10a108eb1e92c4b510f2f2))
674
+ * identity key separator use slash ([1319d0d](https://github.com/iotaledger/twin-identity/commit/1319d0d07164a36b3ec279e6421b8835ffefc3d3))
675
+ * remove unused namespace ([1987f72](https://github.com/iotaledger/twin-identity/commit/1987f72089be5ece10aa96b1fb9c386221c95c75))
676
+ * update framework core ([c824497](https://github.com/iotaledger/twin-identity/commit/c82449709af0215eb7af496cf687c93fb30b5ae0))
677
+ * update twindev schemas ([f5b2735](https://github.com/iotaledger/twin-identity/commit/f5b273561b52fa75e654e074927c164a465aa510))
678
+ * use new generateKid method ([f0fe779](https://github.com/iotaledger/twin-identity/commit/f0fe779323b675575bb9f80aa74f1957dc57a094))
679
+ * use shared store mechanism ([#27](https://github.com/iotaledger/twin-identity/issues/27)) ([ce41f3f](https://github.com/iotaledger/twin-identity/commit/ce41f3fc3da1b206ec06da7ea5b2c968f788804d))
99
680
 
100
681
 
101
682
  ### Bug Fixes
102
683
 
103
- * Import path and bump version ([#21](https://github.com/twinfoundation/identity/issues/21)) ([ccea845](https://github.com/twinfoundation/identity/commit/ccea845bf32562267280bc1b3dde1c9af1a00360))
104
- * Install sdk-wasm ([#20](https://github.com/twinfoundation/identity/issues/20)) ([75ec14e](https://github.com/twinfoundation/identity/commit/75ec14e072f8c219863a1c028a3b0783802086e9))
105
- * missing path params ([02acbde](https://github.com/twinfoundation/identity/commit/02acbde3033bf5d5435dca0bd8187cabad8f3028))
106
- * query params force coercion ([d9347d2](https://github.com/twinfoundation/identity/commit/d9347d29d4a9cc58759f30f5d8526de864ea7522))
107
- * stricter pathParam types ([a174cdf](https://github.com/twinfoundation/identity/commit/a174cdf0ca4272bee35fcf20ab7e8e4e17b8b6f4))
684
+ * Import path and bump version ([#21](https://github.com/iotaledger/twin-identity/issues/21)) ([ccea845](https://github.com/iotaledger/twin-identity/commit/ccea845bf32562267280bc1b3dde1c9af1a00360))
685
+ * Install sdk-wasm ([#20](https://github.com/iotaledger/twin-identity/issues/20)) ([75ec14e](https://github.com/iotaledger/twin-identity/commit/75ec14e072f8c219863a1c028a3b0783802086e9))
686
+ * missing path params ([02acbde](https://github.com/iotaledger/twin-identity/commit/02acbde3033bf5d5435dca0bd8187cabad8f3028))
687
+ * query params force coercion ([d9347d2](https://github.com/iotaledger/twin-identity/commit/d9347d29d4a9cc58759f30f5d8526de864ea7522))
688
+ * stricter pathParam types ([a174cdf](https://github.com/iotaledger/twin-identity/commit/a174cdf0ca4272bee35fcf20ab7e8e4e17b8b6f4))
108
689
 
109
690
 
110
691
  ### Dependencies
@@ -115,7 +696,7 @@
115
696
  * devDependencies
116
697
  * @twin.org/identity-connector-entity-storage bumped from 0.0.3-next.3 to 0.0.3-next.4
117
698
 
118
- ## [0.0.3-next.3](https://github.com/twinfoundation/identity/compare/identity-service-v0.0.3-next.2...identity-service-v0.0.3-next.3) (2025-11-17)
699
+ ## [0.0.3-next.3](https://github.com/iotaledger/twin-identity/compare/identity-service-v0.0.3-next.2...identity-service-v0.0.3-next.3) (2025-11-17)
119
700
 
120
701
 
121
702
  ### Miscellaneous Chores
@@ -131,7 +712,7 @@
131
712
  * devDependencies
132
713
  * @twin.org/identity-connector-entity-storage bumped from 0.0.3-next.2 to 0.0.3-next.3
133
714
 
134
- ## [0.0.3-next.2](https://github.com/twinfoundation/identity/compare/identity-service-v0.0.3-next.1...identity-service-v0.0.3-next.2) (2025-11-14)
715
+ ## [0.0.3-next.2](https://github.com/iotaledger/twin-identity/compare/identity-service-v0.0.3-next.1...identity-service-v0.0.3-next.2) (2025-11-14)
135
716
 
136
717
 
137
718
  ### Miscellaneous Chores
@@ -147,30 +728,30 @@
147
728
  * devDependencies
148
729
  * @twin.org/identity-connector-entity-storage bumped from 0.0.3-next.1 to 0.0.3-next.2
149
730
 
150
- ## [0.0.3-next.1](https://github.com/twinfoundation/identity/compare/identity-service-v0.0.3-next.0...identity-service-v0.0.3-next.1) (2025-11-11)
731
+ ## [0.0.3-next.1](https://github.com/iotaledger/twin-identity/compare/identity-service-v0.0.3-next.0...identity-service-v0.0.3-next.1) (2025-11-11)
151
732
 
152
733
 
153
734
  ### Features
154
735
 
155
- * add context id features ([#62](https://github.com/twinfoundation/identity/issues/62)) ([e02ecca](https://github.com/twinfoundation/identity/commit/e02ecca9c45a849104bfbf7bc18a1f44e6eea8a1))
156
- * add expiration date option to vc creation ([73e05e1](https://github.com/twinfoundation/identity/commit/73e05e1ae61112c7e056889969751f4ff82d9f29))
157
- * add identity remove ([eebc13f](https://github.com/twinfoundation/identity/commit/eebc13f4c2cd994d2d9cce4da2128fb346c80ba7))
158
- * add validate-locales ([04d74b4](https://github.com/twinfoundation/identity/commit/04d74b4d1ebe42672e8ca75a7bdb8e3556afd0be))
159
- * eslint migration to flat config ([fd6246d](https://github.com/twinfoundation/identity/commit/fd6246d566280b6d5d10a108eb1e92c4b510f2f2))
160
- * identity key separator use slash ([1319d0d](https://github.com/twinfoundation/identity/commit/1319d0d07164a36b3ec279e6421b8835ffefc3d3))
161
- * remove unused namespace ([1987f72](https://github.com/twinfoundation/identity/commit/1987f72089be5ece10aa96b1fb9c386221c95c75))
162
- * update framework core ([c824497](https://github.com/twinfoundation/identity/commit/c82449709af0215eb7af496cf687c93fb30b5ae0))
163
- * update twindev schemas ([f5b2735](https://github.com/twinfoundation/identity/commit/f5b273561b52fa75e654e074927c164a465aa510))
164
- * use new generateKid method ([f0fe779](https://github.com/twinfoundation/identity/commit/f0fe779323b675575bb9f80aa74f1957dc57a094))
165
- * use shared store mechanism ([#27](https://github.com/twinfoundation/identity/issues/27)) ([ce41f3f](https://github.com/twinfoundation/identity/commit/ce41f3fc3da1b206ec06da7ea5b2c968f788804d))
736
+ * add context id features ([#62](https://github.com/iotaledger/twin-identity/issues/62)) ([e02ecca](https://github.com/iotaledger/twin-identity/commit/e02ecca9c45a849104bfbf7bc18a1f44e6eea8a1))
737
+ * add expiration date option to vc creation ([73e05e1](https://github.com/iotaledger/twin-identity/commit/73e05e1ae61112c7e056889969751f4ff82d9f29))
738
+ * add identity remove ([eebc13f](https://github.com/iotaledger/twin-identity/commit/eebc13f4c2cd994d2d9cce4da2128fb346c80ba7))
739
+ * add validate-locales ([04d74b4](https://github.com/iotaledger/twin-identity/commit/04d74b4d1ebe42672e8ca75a7bdb8e3556afd0be))
740
+ * eslint migration to flat config ([fd6246d](https://github.com/iotaledger/twin-identity/commit/fd6246d566280b6d5d10a108eb1e92c4b510f2f2))
741
+ * identity key separator use slash ([1319d0d](https://github.com/iotaledger/twin-identity/commit/1319d0d07164a36b3ec279e6421b8835ffefc3d3))
742
+ * remove unused namespace ([1987f72](https://github.com/iotaledger/twin-identity/commit/1987f72089be5ece10aa96b1fb9c386221c95c75))
743
+ * update framework core ([c824497](https://github.com/iotaledger/twin-identity/commit/c82449709af0215eb7af496cf687c93fb30b5ae0))
744
+ * update twindev schemas ([f5b2735](https://github.com/iotaledger/twin-identity/commit/f5b273561b52fa75e654e074927c164a465aa510))
745
+ * use new generateKid method ([f0fe779](https://github.com/iotaledger/twin-identity/commit/f0fe779323b675575bb9f80aa74f1957dc57a094))
746
+ * use shared store mechanism ([#27](https://github.com/iotaledger/twin-identity/issues/27)) ([ce41f3f](https://github.com/iotaledger/twin-identity/commit/ce41f3fc3da1b206ec06da7ea5b2c968f788804d))
166
747
 
167
748
 
168
749
  ### Bug Fixes
169
750
 
170
- * Import path and bump version ([#21](https://github.com/twinfoundation/identity/issues/21)) ([ccea845](https://github.com/twinfoundation/identity/commit/ccea845bf32562267280bc1b3dde1c9af1a00360))
171
- * Install sdk-wasm ([#20](https://github.com/twinfoundation/identity/issues/20)) ([75ec14e](https://github.com/twinfoundation/identity/commit/75ec14e072f8c219863a1c028a3b0783802086e9))
172
- * missing path params ([02acbde](https://github.com/twinfoundation/identity/commit/02acbde3033bf5d5435dca0bd8187cabad8f3028))
173
- * query params force coercion ([d9347d2](https://github.com/twinfoundation/identity/commit/d9347d29d4a9cc58759f30f5d8526de864ea7522))
751
+ * Import path and bump version ([#21](https://github.com/iotaledger/twin-identity/issues/21)) ([ccea845](https://github.com/iotaledger/twin-identity/commit/ccea845bf32562267280bc1b3dde1c9af1a00360))
752
+ * Install sdk-wasm ([#20](https://github.com/iotaledger/twin-identity/issues/20)) ([75ec14e](https://github.com/iotaledger/twin-identity/commit/75ec14e072f8c219863a1c028a3b0783802086e9))
753
+ * missing path params ([02acbde](https://github.com/iotaledger/twin-identity/commit/02acbde3033bf5d5435dca0bd8187cabad8f3028))
754
+ * query params force coercion ([d9347d2](https://github.com/iotaledger/twin-identity/commit/d9347d29d4a9cc58759f30f5d8526de864ea7522))
174
755
 
175
756
 
176
757
  ### Dependencies
@@ -181,12 +762,12 @@
181
762
  * devDependencies
182
763
  * @twin.org/identity-connector-entity-storage bumped from 0.0.3-next.0 to 0.0.3-next.1
183
764
 
184
- ## [0.0.2-next.10](https://github.com/twinfoundation/identity/compare/identity-service-v0.0.2-next.9...identity-service-v0.0.2-next.10) (2025-10-27)
765
+ ## [0.0.2-next.10](https://github.com/iotaledger/twin-identity/compare/identity-service-v0.0.2-next.9...identity-service-v0.0.2-next.10) (2025-10-27)
185
766
 
186
767
 
187
768
  ### Bug Fixes
188
769
 
189
- * missing path params ([02acbde](https://github.com/twinfoundation/identity/commit/02acbde3033bf5d5435dca0bd8187cabad8f3028))
770
+ * missing path params ([02acbde](https://github.com/iotaledger/twin-identity/commit/02acbde3033bf5d5435dca0bd8187cabad8f3028))
190
771
 
191
772
 
192
773
  ### Dependencies
@@ -197,12 +778,12 @@
197
778
  * devDependencies
198
779
  * @twin.org/identity-connector-entity-storage bumped from 0.0.2-next.9 to 0.0.2-next.10
199
780
 
200
- ## [0.0.2-next.9](https://github.com/twinfoundation/identity/compare/identity-service-v0.0.2-next.8...identity-service-v0.0.2-next.9) (2025-10-09)
781
+ ## [0.0.2-next.9](https://github.com/iotaledger/twin-identity/compare/identity-service-v0.0.2-next.8...identity-service-v0.0.2-next.9) (2025-10-09)
201
782
 
202
783
 
203
784
  ### Features
204
785
 
205
- * add validate-locales ([04d74b4](https://github.com/twinfoundation/identity/commit/04d74b4d1ebe42672e8ca75a7bdb8e3556afd0be))
786
+ * add validate-locales ([04d74b4](https://github.com/iotaledger/twin-identity/commit/04d74b4d1ebe42672e8ca75a7bdb8e3556afd0be))
206
787
 
207
788
 
208
789
  ### Dependencies
@@ -213,7 +794,7 @@
213
794
  * devDependencies
214
795
  * @twin.org/identity-connector-entity-storage bumped from 0.0.2-next.8 to 0.0.2-next.9
215
796
 
216
- ## [0.0.2-next.8](https://github.com/twinfoundation/identity/compare/identity-service-v0.0.2-next.7...identity-service-v0.0.2-next.8) (2025-09-25)
797
+ ## [0.0.2-next.8](https://github.com/iotaledger/twin-identity/compare/identity-service-v0.0.2-next.7...identity-service-v0.0.2-next.8) (2025-09-25)
217
798
 
218
799
 
219
800
  ### Miscellaneous Chores
@@ -229,7 +810,7 @@
229
810
  * devDependencies
230
811
  * @twin.org/identity-connector-entity-storage bumped from 0.0.2-next.7 to 0.0.2-next.8
231
812
 
232
- ## [0.0.2-next.7](https://github.com/twinfoundation/identity/compare/identity-service-v0.0.2-next.6...identity-service-v0.0.2-next.7) (2025-09-23)
813
+ ## [0.0.2-next.7](https://github.com/iotaledger/twin-identity/compare/identity-service-v0.0.2-next.6...identity-service-v0.0.2-next.7) (2025-09-23)
233
814
 
234
815
 
235
816
  ### Miscellaneous Chores
@@ -245,7 +826,7 @@
245
826
  * devDependencies
246
827
  * @twin.org/identity-connector-entity-storage bumped from 0.0.2-next.6 to 0.0.2-next.7
247
828
 
248
- ## [0.0.2-next.6](https://github.com/twinfoundation/identity/compare/identity-service-v0.0.2-next.5...identity-service-v0.0.2-next.6) (2025-09-23)
829
+ ## [0.0.2-next.6](https://github.com/iotaledger/twin-identity/compare/identity-service-v0.0.2-next.5...identity-service-v0.0.2-next.6) (2025-09-23)
249
830
 
250
831
 
251
832
  ### Miscellaneous Chores
@@ -260,7 +841,7 @@
260
841
  * @twin.org/identity-models bumped from 0.0.2-next.5 to 0.0.2-next.6
261
842
  * @twin.org/identity-connector-entity-storage bumped from 0.0.2-next.5 to 0.0.2-next.6
262
843
 
263
- ## [0.0.2-next.5](https://github.com/twinfoundation/identity/compare/identity-service-v0.0.2-next.4...identity-service-v0.0.2-next.5) (2025-09-15)
844
+ ## [0.0.2-next.5](https://github.com/iotaledger/twin-identity/compare/identity-service-v0.0.2-next.4...identity-service-v0.0.2-next.5) (2025-09-15)
264
845
 
265
846
 
266
847
  ### Miscellaneous Chores
@@ -275,12 +856,12 @@
275
856
  * @twin.org/identity-models bumped from 0.0.2-next.4 to 0.0.2-next.5
276
857
  * @twin.org/identity-connector-entity-storage bumped from 0.0.2-next.4 to 0.0.2-next.5
277
858
 
278
- ## [0.0.2-next.4](https://github.com/twinfoundation/identity/compare/identity-service-v0.0.2-next.3...identity-service-v0.0.2-next.4) (2025-09-12)
859
+ ## [0.0.2-next.4](https://github.com/iotaledger/twin-identity/compare/identity-service-v0.0.2-next.3...identity-service-v0.0.2-next.4) (2025-09-12)
279
860
 
280
861
 
281
862
  ### Features
282
863
 
283
- * add expiration date option to vc creation ([73e05e1](https://github.com/twinfoundation/identity/commit/73e05e1ae61112c7e056889969751f4ff82d9f29))
864
+ * add expiration date option to vc creation ([73e05e1](https://github.com/iotaledger/twin-identity/commit/73e05e1ae61112c7e056889969751f4ff82d9f29))
284
865
 
285
866
 
286
867
  ### Dependencies
@@ -290,12 +871,12 @@
290
871
  * @twin.org/identity-models bumped from 0.0.2-next.3 to 0.0.2-next.4
291
872
  * @twin.org/identity-connector-entity-storage bumped from 0.0.2-next.3 to 0.0.2-next.4
292
873
 
293
- ## [0.0.2-next.3](https://github.com/twinfoundation/identity/compare/identity-service-v0.0.2-next.2...identity-service-v0.0.2-next.3) (2025-08-29)
874
+ ## [0.0.2-next.3](https://github.com/iotaledger/twin-identity/compare/identity-service-v0.0.2-next.2...identity-service-v0.0.2-next.3) (2025-08-29)
294
875
 
295
876
 
296
877
  ### Features
297
878
 
298
- * eslint migration to flat config ([fd6246d](https://github.com/twinfoundation/identity/commit/fd6246d566280b6d5d10a108eb1e92c4b510f2f2))
879
+ * eslint migration to flat config ([fd6246d](https://github.com/iotaledger/twin-identity/commit/fd6246d566280b6d5d10a108eb1e92c4b510f2f2))
299
880
 
300
881
 
301
882
  ### Dependencies
@@ -305,12 +886,12 @@
305
886
  * @twin.org/identity-models bumped from 0.0.2-next.2 to 0.0.2-next.3
306
887
  * @twin.org/identity-connector-entity-storage bumped from 0.0.2-next.2 to 0.0.2-next.3
307
888
 
308
- ## [0.0.2-next.2](https://github.com/twinfoundation/identity/compare/identity-service-v0.0.2-next.1...identity-service-v0.0.2-next.2) (2025-08-20)
889
+ ## [0.0.2-next.2](https://github.com/iotaledger/twin-identity/compare/identity-service-v0.0.2-next.1...identity-service-v0.0.2-next.2) (2025-08-20)
309
890
 
310
891
 
311
892
  ### Features
312
893
 
313
- * update framework core ([c824497](https://github.com/twinfoundation/identity/commit/c82449709af0215eb7af496cf687c93fb30b5ae0))
894
+ * update framework core ([c824497](https://github.com/iotaledger/twin-identity/commit/c82449709af0215eb7af496cf687c93fb30b5ae0))
314
895
 
315
896
 
316
897
  ### Dependencies
@@ -320,24 +901,24 @@
320
901
  * @twin.org/identity-models bumped from 0.0.2-next.1 to 0.0.2-next.2
321
902
  * @twin.org/identity-connector-entity-storage bumped from 0.0.2-next.1 to 0.0.2-next.2
322
903
 
323
- ## [0.0.2-next.1](https://github.com/twinfoundation/identity/compare/identity-service-v0.0.2-next.0...identity-service-v0.0.2-next.1) (2025-08-18)
904
+ ## [0.0.2-next.1](https://github.com/iotaledger/twin-identity/compare/identity-service-v0.0.2-next.0...identity-service-v0.0.2-next.1) (2025-08-18)
324
905
 
325
906
 
326
907
  ### Features
327
908
 
328
- * add identity remove ([eebc13f](https://github.com/twinfoundation/identity/commit/eebc13f4c2cd994d2d9cce4da2128fb346c80ba7))
329
- * identity key separator use slash ([1319d0d](https://github.com/twinfoundation/identity/commit/1319d0d07164a36b3ec279e6421b8835ffefc3d3))
330
- * remove unused namespace ([1987f72](https://github.com/twinfoundation/identity/commit/1987f72089be5ece10aa96b1fb9c386221c95c75))
331
- * update twindev schemas ([f5b2735](https://github.com/twinfoundation/identity/commit/f5b273561b52fa75e654e074927c164a465aa510))
332
- * use new generateKid method ([f0fe779](https://github.com/twinfoundation/identity/commit/f0fe779323b675575bb9f80aa74f1957dc57a094))
333
- * use shared store mechanism ([#27](https://github.com/twinfoundation/identity/issues/27)) ([ce41f3f](https://github.com/twinfoundation/identity/commit/ce41f3fc3da1b206ec06da7ea5b2c968f788804d))
909
+ * add identity remove ([eebc13f](https://github.com/iotaledger/twin-identity/commit/eebc13f4c2cd994d2d9cce4da2128fb346c80ba7))
910
+ * identity key separator use slash ([1319d0d](https://github.com/iotaledger/twin-identity/commit/1319d0d07164a36b3ec279e6421b8835ffefc3d3))
911
+ * remove unused namespace ([1987f72](https://github.com/iotaledger/twin-identity/commit/1987f72089be5ece10aa96b1fb9c386221c95c75))
912
+ * update twindev schemas ([f5b2735](https://github.com/iotaledger/twin-identity/commit/f5b273561b52fa75e654e074927c164a465aa510))
913
+ * use new generateKid method ([f0fe779](https://github.com/iotaledger/twin-identity/commit/f0fe779323b675575bb9f80aa74f1957dc57a094))
914
+ * use shared store mechanism ([#27](https://github.com/iotaledger/twin-identity/issues/27)) ([ce41f3f](https://github.com/iotaledger/twin-identity/commit/ce41f3fc3da1b206ec06da7ea5b2c968f788804d))
334
915
 
335
916
 
336
917
  ### Bug Fixes
337
918
 
338
- * Import path and bump version ([#21](https://github.com/twinfoundation/identity/issues/21)) ([ccea845](https://github.com/twinfoundation/identity/commit/ccea845bf32562267280bc1b3dde1c9af1a00360))
339
- * Install sdk-wasm ([#20](https://github.com/twinfoundation/identity/issues/20)) ([75ec14e](https://github.com/twinfoundation/identity/commit/75ec14e072f8c219863a1c028a3b0783802086e9))
340
- * query params force coercion ([d9347d2](https://github.com/twinfoundation/identity/commit/d9347d29d4a9cc58759f30f5d8526de864ea7522))
919
+ * Import path and bump version ([#21](https://github.com/iotaledger/twin-identity/issues/21)) ([ccea845](https://github.com/iotaledger/twin-identity/commit/ccea845bf32562267280bc1b3dde1c9af1a00360))
920
+ * Install sdk-wasm ([#20](https://github.com/iotaledger/twin-identity/issues/20)) ([75ec14e](https://github.com/iotaledger/twin-identity/commit/75ec14e072f8c219863a1c028a3b0783802086e9))
921
+ * query params force coercion ([d9347d2](https://github.com/iotaledger/twin-identity/commit/d9347d29d4a9cc58759f30f5d8526de864ea7522))
341
922
 
342
923
 
343
924
  ### Dependencies
@@ -352,7 +933,7 @@
352
933
 
353
934
  ### Features
354
935
 
355
- * release to production ([8450ad7](https://github.com/twinfoundation/identity/commit/8450ad727e0c4d665f2ce483e41798c2ff5b7d55))
936
+ * release to production ([8450ad7](https://github.com/iotaledger/twin-identity/commit/8450ad727e0c4d665f2ce483e41798c2ff5b7d55))
356
937
 
357
938
 
358
939
  ### Dependencies
@@ -362,12 +943,12 @@
362
943
  * @twin.org/identity-models bumped from ^0.0.0 to ^0.0.1
363
944
  * @twin.org/identity-connector-entity-storage bumped from ^0.0.0 to ^0.0.1
364
945
 
365
- ## [0.0.1-next.57](https://github.com/twinfoundation/identity/compare/identity-service-v0.0.1-next.56...identity-service-v0.0.1-next.57) (2025-07-08)
946
+ ## [0.0.1-next.57](https://github.com/iotaledger/twin-identity/compare/identity-service-v0.0.1-next.56...identity-service-v0.0.1-next.57) (2025-07-08)
366
947
 
367
948
 
368
949
  ### Features
369
950
 
370
- * add identity remove ([eebc13f](https://github.com/twinfoundation/identity/commit/eebc13f4c2cd994d2d9cce4da2128fb346c80ba7))
951
+ * add identity remove ([eebc13f](https://github.com/iotaledger/twin-identity/commit/eebc13f4c2cd994d2d9cce4da2128fb346c80ba7))
371
952
 
372
953
 
373
954
  ### Dependencies
@@ -377,7 +958,7 @@
377
958
  * @twin.org/identity-models bumped from 0.0.1-next.56 to 0.0.1-next.57
378
959
  * @twin.org/identity-connector-entity-storage bumped from 0.0.1-next.56 to 0.0.1-next.57
379
960
 
380
- ## [0.0.1-next.56](https://github.com/twinfoundation/identity/compare/identity-service-v0.0.1-next.55...identity-service-v0.0.1-next.56) (2025-06-30)
961
+ ## [0.0.1-next.56](https://github.com/iotaledger/twin-identity/compare/identity-service-v0.0.1-next.55...identity-service-v0.0.1-next.56) (2025-06-30)
381
962
 
382
963
 
383
964
  ### Miscellaneous Chores
@@ -392,21 +973,21 @@
392
973
  * @twin.org/identity-models bumped from 0.0.1-next.55 to 0.0.1-next.56
393
974
  * @twin.org/identity-connector-entity-storage bumped from 0.0.1-next.55 to 0.0.1-next.56
394
975
 
395
- ## [0.0.1-next.55](https://github.com/twinfoundation/identity/compare/identity-service-v0.0.1-next.54...identity-service-v0.0.1-next.55) (2025-06-26)
976
+ ## [0.0.1-next.55](https://github.com/iotaledger/twin-identity/compare/identity-service-v0.0.1-next.54...identity-service-v0.0.1-next.55) (2025-06-26)
396
977
 
397
978
 
398
979
  ### Features
399
980
 
400
- * identity key separator use slash ([1319d0d](https://github.com/twinfoundation/identity/commit/1319d0d07164a36b3ec279e6421b8835ffefc3d3))
401
- * use new generateKid method ([f0fe779](https://github.com/twinfoundation/identity/commit/f0fe779323b675575bb9f80aa74f1957dc57a094))
402
- * use shared store mechanism ([#27](https://github.com/twinfoundation/identity/issues/27)) ([ce41f3f](https://github.com/twinfoundation/identity/commit/ce41f3fc3da1b206ec06da7ea5b2c968f788804d))
981
+ * identity key separator use slash ([1319d0d](https://github.com/iotaledger/twin-identity/commit/1319d0d07164a36b3ec279e6421b8835ffefc3d3))
982
+ * use new generateKid method ([f0fe779](https://github.com/iotaledger/twin-identity/commit/f0fe779323b675575bb9f80aa74f1957dc57a094))
983
+ * use shared store mechanism ([#27](https://github.com/iotaledger/twin-identity/issues/27)) ([ce41f3f](https://github.com/iotaledger/twin-identity/commit/ce41f3fc3da1b206ec06da7ea5b2c968f788804d))
403
984
 
404
985
 
405
986
  ### Bug Fixes
406
987
 
407
- * Import path and bump version ([#21](https://github.com/twinfoundation/identity/issues/21)) ([ccea845](https://github.com/twinfoundation/identity/commit/ccea845bf32562267280bc1b3dde1c9af1a00360))
408
- * Install sdk-wasm ([#20](https://github.com/twinfoundation/identity/issues/20)) ([75ec14e](https://github.com/twinfoundation/identity/commit/75ec14e072f8c219863a1c028a3b0783802086e9))
409
- * query params force coercion ([d9347d2](https://github.com/twinfoundation/identity/commit/d9347d29d4a9cc58759f30f5d8526de864ea7522))
988
+ * Import path and bump version ([#21](https://github.com/iotaledger/twin-identity/issues/21)) ([ccea845](https://github.com/iotaledger/twin-identity/commit/ccea845bf32562267280bc1b3dde1c9af1a00360))
989
+ * Install sdk-wasm ([#20](https://github.com/iotaledger/twin-identity/issues/20)) ([75ec14e](https://github.com/iotaledger/twin-identity/commit/75ec14e072f8c219863a1c028a3b0783802086e9))
990
+ * query params force coercion ([d9347d2](https://github.com/iotaledger/twin-identity/commit/d9347d29d4a9cc58759f30f5d8526de864ea7522))
410
991
 
411
992
 
412
993
  ### Dependencies
@@ -416,7 +997,7 @@
416
997
  * @twin.org/identity-models bumped from 0.0.1-next.54 to 0.0.1-next.55
417
998
  * @twin.org/identity-connector-entity-storage bumped from 0.0.1-next.54 to 0.0.1-next.55
418
999
 
419
- ## [0.0.1-next.54](https://github.com/twinfoundation/identity/compare/identity-service-v0.0.1-next.53...identity-service-v0.0.1-next.54) (2025-06-26)
1000
+ ## [0.0.1-next.54](https://github.com/iotaledger/twin-identity/compare/identity-service-v0.0.1-next.53...identity-service-v0.0.1-next.54) (2025-06-26)
420
1001
 
421
1002
 
422
1003
  ### Miscellaneous Chores
@@ -431,7 +1012,7 @@
431
1012
  * @twin.org/identity-models bumped from 0.0.1-next.53 to 0.0.1-next.54
432
1013
  * @twin.org/identity-connector-entity-storage bumped from 0.0.1-next.53 to 0.0.1-next.54
433
1014
 
434
- ## [0.0.1-next.53](https://github.com/twinfoundation/identity/compare/identity-service-v0.0.1-next.52...identity-service-v0.0.1-next.53) (2025-06-23)
1015
+ ## [0.0.1-next.53](https://github.com/iotaledger/twin-identity/compare/identity-service-v0.0.1-next.52...identity-service-v0.0.1-next.53) (2025-06-23)
435
1016
 
436
1017
 
437
1018
  ### Miscellaneous Chores
@@ -446,12 +1027,12 @@
446
1027
  * @twin.org/identity-models bumped from 0.0.1-next.52 to 0.0.1-next.53
447
1028
  * @twin.org/identity-connector-entity-storage bumped from 0.0.1-next.52 to 0.0.1-next.53
448
1029
 
449
- ## [0.0.1-next.52](https://github.com/twinfoundation/identity/compare/identity-service-v0.0.1-next.51...identity-service-v0.0.1-next.52) (2025-06-20)
1030
+ ## [0.0.1-next.52](https://github.com/iotaledger/twin-identity/compare/identity-service-v0.0.1-next.51...identity-service-v0.0.1-next.52) (2025-06-20)
450
1031
 
451
1032
 
452
1033
  ### Bug Fixes
453
1034
 
454
- * query params force coercion ([d9347d2](https://github.com/twinfoundation/identity/commit/d9347d29d4a9cc58759f30f5d8526de864ea7522))
1035
+ * query params force coercion ([d9347d2](https://github.com/iotaledger/twin-identity/commit/d9347d29d4a9cc58759f30f5d8526de864ea7522))
455
1036
 
456
1037
 
457
1038
  ### Dependencies
@@ -461,7 +1042,7 @@
461
1042
  * @twin.org/identity-models bumped from 0.0.1-next.51 to 0.0.1-next.52
462
1043
  * @twin.org/identity-connector-entity-storage bumped from 0.0.1-next.51 to 0.0.1-next.52
463
1044
 
464
- ## [0.0.1-next.51](https://github.com/twinfoundation/identity/compare/identity-service-v0.0.1-next.50...identity-service-v0.0.1-next.51) (2025-06-19)
1045
+ ## [0.0.1-next.51](https://github.com/iotaledger/twin-identity/compare/identity-service-v0.0.1-next.50...identity-service-v0.0.1-next.51) (2025-06-19)
465
1046
 
466
1047
 
467
1048
  ### Miscellaneous Chores
@@ -476,12 +1057,12 @@
476
1057
  * @twin.org/identity-models bumped from 0.0.1-next.50 to 0.0.1-next.51
477
1058
  * @twin.org/identity-connector-entity-storage bumped from 0.0.1-next.50 to 0.0.1-next.51
478
1059
 
479
- ## [0.0.1-next.50](https://github.com/twinfoundation/identity/compare/identity-service-v0.0.1-next.49...identity-service-v0.0.1-next.50) (2025-06-19)
1060
+ ## [0.0.1-next.50](https://github.com/iotaledger/twin-identity/compare/identity-service-v0.0.1-next.49...identity-service-v0.0.1-next.50) (2025-06-19)
480
1061
 
481
1062
 
482
1063
  ### Features
483
1064
 
484
- * use new generateKid method ([f0fe779](https://github.com/twinfoundation/identity/commit/f0fe779323b675575bb9f80aa74f1957dc57a094))
1065
+ * use new generateKid method ([f0fe779](https://github.com/iotaledger/twin-identity/commit/f0fe779323b675575bb9f80aa74f1957dc57a094))
485
1066
 
486
1067
 
487
1068
  ### Dependencies
@@ -491,7 +1072,7 @@
491
1072
  * @twin.org/identity-models bumped from 0.0.1-next.49 to 0.0.1-next.50
492
1073
  * @twin.org/identity-connector-entity-storage bumped from 0.0.1-next.49 to 0.0.1-next.50
493
1074
 
494
- ## [0.0.1-next.49](https://github.com/twinfoundation/identity/compare/identity-service-v0.0.1-next.48...identity-service-v0.0.1-next.49) (2025-06-18)
1075
+ ## [0.0.1-next.49](https://github.com/iotaledger/twin-identity/compare/identity-service-v0.0.1-next.48...identity-service-v0.0.1-next.49) (2025-06-18)
495
1076
 
496
1077
 
497
1078
  ### Miscellaneous Chores
@@ -506,7 +1087,7 @@
506
1087
  * @twin.org/identity-models bumped from 0.0.1-next.48 to 0.0.1-next.49
507
1088
  * @twin.org/identity-connector-entity-storage bumped from 0.0.1-next.48 to 0.0.1-next.49
508
1089
 
509
- ## [0.0.1-next.48](https://github.com/twinfoundation/identity/compare/identity-service-v0.0.1-next.47...identity-service-v0.0.1-next.48) (2025-06-17)
1090
+ ## [0.0.1-next.48](https://github.com/iotaledger/twin-identity/compare/identity-service-v0.0.1-next.47...identity-service-v0.0.1-next.48) (2025-06-17)
510
1091
 
511
1092
 
512
1093
  ### Miscellaneous Chores
@@ -521,12 +1102,12 @@
521
1102
  * @twin.org/identity-models bumped from 0.0.1-next.47 to 0.0.1-next.48
522
1103
  * @twin.org/identity-connector-entity-storage bumped from 0.0.1-next.47 to 0.0.1-next.48
523
1104
 
524
- ## [0.0.1-next.47](https://github.com/twinfoundation/identity/compare/identity-service-v0.0.1-next.46...identity-service-v0.0.1-next.47) (2025-06-12)
1105
+ ## [0.0.1-next.47](https://github.com/iotaledger/twin-identity/compare/identity-service-v0.0.1-next.46...identity-service-v0.0.1-next.47) (2025-06-12)
525
1106
 
526
1107
 
527
1108
  ### Features
528
1109
 
529
- * identity key separator use slash ([1319d0d](https://github.com/twinfoundation/identity/commit/1319d0d07164a36b3ec279e6421b8835ffefc3d3))
1110
+ * identity key separator use slash ([1319d0d](https://github.com/iotaledger/twin-identity/commit/1319d0d07164a36b3ec279e6421b8835ffefc3d3))
530
1111
 
531
1112
 
532
1113
  ### Dependencies
@@ -536,18 +1117,18 @@
536
1117
  * @twin.org/identity-models bumped from 0.0.1-next.46 to 0.0.1-next.47
537
1118
  * @twin.org/identity-connector-entity-storage bumped from 0.0.1-next.46 to 0.0.1-next.47
538
1119
 
539
- ## [0.0.1-next.46](https://github.com/twinfoundation/identity/compare/identity-service-v0.0.1-next.45...identity-service-v0.0.1-next.46) (2025-05-20)
1120
+ ## [0.0.1-next.46](https://github.com/iotaledger/twin-identity/compare/identity-service-v0.0.1-next.45...identity-service-v0.0.1-next.46) (2025-05-20)
540
1121
 
541
1122
 
542
1123
  ### Features
543
1124
 
544
- * use shared store mechanism ([#27](https://github.com/twinfoundation/identity/issues/27)) ([ce41f3f](https://github.com/twinfoundation/identity/commit/ce41f3fc3da1b206ec06da7ea5b2c968f788804d))
1125
+ * use shared store mechanism ([#27](https://github.com/iotaledger/twin-identity/issues/27)) ([ce41f3f](https://github.com/iotaledger/twin-identity/commit/ce41f3fc3da1b206ec06da7ea5b2c968f788804d))
545
1126
 
546
1127
 
547
1128
  ### Bug Fixes
548
1129
 
549
- * Import path and bump version ([#21](https://github.com/twinfoundation/identity/issues/21)) ([ccea845](https://github.com/twinfoundation/identity/commit/ccea845bf32562267280bc1b3dde1c9af1a00360))
550
- * Install sdk-wasm ([#20](https://github.com/twinfoundation/identity/issues/20)) ([75ec14e](https://github.com/twinfoundation/identity/commit/75ec14e072f8c219863a1c028a3b0783802086e9))
1130
+ * Import path and bump version ([#21](https://github.com/iotaledger/twin-identity/issues/21)) ([ccea845](https://github.com/iotaledger/twin-identity/commit/ccea845bf32562267280bc1b3dde1c9af1a00360))
1131
+ * Install sdk-wasm ([#20](https://github.com/iotaledger/twin-identity/issues/20)) ([75ec14e](https://github.com/iotaledger/twin-identity/commit/75ec14e072f8c219863a1c028a3b0783802086e9))
551
1132
 
552
1133
 
553
1134
  ### Dependencies
@@ -557,7 +1138,7 @@
557
1138
  * @twin.org/identity-models bumped from 0.0.1-next.45 to 0.0.1-next.46
558
1139
  * @twin.org/identity-connector-entity-storage bumped from 0.0.1-next.45 to 0.0.1-next.46
559
1140
 
560
- ## [0.0.1-next.45](https://github.com/twinfoundation/identity/compare/identity-service-v0.0.1-next.44...identity-service-v0.0.1-next.45) (2025-05-06)
1141
+ ## [0.0.1-next.45](https://github.com/iotaledger/twin-identity/compare/identity-service-v0.0.1-next.44...identity-service-v0.0.1-next.45) (2025-05-06)
561
1142
 
562
1143
 
563
1144
  ### Miscellaneous Chores
@@ -572,7 +1153,7 @@
572
1153
  * @twin.org/identity-models bumped from 0.0.1-next.44 to 0.0.1-next.45
573
1154
  * @twin.org/identity-connector-entity-storage bumped from 0.0.1-next.44 to 0.0.1-next.45
574
1155
 
575
- ## [0.0.1-next.44](https://github.com/twinfoundation/identity/compare/identity-service-v0.0.1-next.43...identity-service-v0.0.1-next.44) (2025-04-30)
1156
+ ## [0.0.1-next.44](https://github.com/iotaledger/twin-identity/compare/identity-service-v0.0.1-next.43...identity-service-v0.0.1-next.44) (2025-04-30)
576
1157
 
577
1158
 
578
1159
  ### Miscellaneous Chores
@@ -587,7 +1168,7 @@
587
1168
  * @twin.org/identity-models bumped from 0.0.1-next.43 to 0.0.1-next.44
588
1169
  * @twin.org/identity-connector-entity-storage bumped from 0.0.1-next.43 to 0.0.1-next.44
589
1170
 
590
- ## [0.0.1-next.43](https://github.com/twinfoundation/identity/compare/identity-service-v0.0.1-next.42...identity-service-v0.0.1-next.43) (2025-04-25)
1171
+ ## [0.0.1-next.43](https://github.com/iotaledger/twin-identity/compare/identity-service-v0.0.1-next.42...identity-service-v0.0.1-next.43) (2025-04-25)
591
1172
 
592
1173
 
593
1174
  ### Miscellaneous Chores
@@ -602,12 +1183,12 @@
602
1183
  * @twin.org/identity-models bumped from 0.0.1-next.42 to 0.0.1-next.43
603
1184
  * @twin.org/identity-connector-entity-storage bumped from 0.0.1-next.42 to 0.0.1-next.43
604
1185
 
605
- ## [0.0.1-next.42](https://github.com/twinfoundation/identity/compare/identity-service-v0.0.1-next.41...identity-service-v0.0.1-next.42) (2025-04-17)
1186
+ ## [0.0.1-next.42](https://github.com/iotaledger/twin-identity/compare/identity-service-v0.0.1-next.41...identity-service-v0.0.1-next.42) (2025-04-17)
606
1187
 
607
1188
 
608
1189
  ### Features
609
1190
 
610
- * use shared store mechanism ([#27](https://github.com/twinfoundation/identity/issues/27)) ([ce41f3f](https://github.com/twinfoundation/identity/commit/ce41f3fc3da1b206ec06da7ea5b2c968f788804d))
1191
+ * use shared store mechanism ([#27](https://github.com/iotaledger/twin-identity/issues/27)) ([ce41f3f](https://github.com/iotaledger/twin-identity/commit/ce41f3fc3da1b206ec06da7ea5b2c968f788804d))
611
1192
 
612
1193
 
613
1194
  ### Dependencies
@@ -617,7 +1198,7 @@
617
1198
  * @twin.org/identity-models bumped from 0.0.1-next.41 to 0.0.1-next.42
618
1199
  * @twin.org/identity-connector-entity-storage bumped from 0.0.1-next.41 to 0.0.1-next.42
619
1200
 
620
- ## [0.0.1-next.41](https://github.com/twinfoundation/identity/compare/identity-service-v0.0.1-next.40...identity-service-v0.0.1-next.41) (2025-04-09)
1201
+ ## [0.0.1-next.41](https://github.com/iotaledger/twin-identity/compare/identity-service-v0.0.1-next.40...identity-service-v0.0.1-next.41) (2025-04-09)
621
1202
 
622
1203
 
623
1204
  ### Miscellaneous Chores
@@ -632,13 +1213,13 @@
632
1213
  * @twin.org/identity-models bumped from 0.0.1-next.40 to 0.0.1-next.41
633
1214
  * @twin.org/identity-connector-entity-storage bumped from 0.0.1-next.40 to 0.0.1-next.41
634
1215
 
635
- ## [0.0.1-next.40](https://github.com/twinfoundation/identity/compare/identity-service-v0.0.1-next.39...identity-service-v0.0.1-next.40) (2025-03-28)
1216
+ ## [0.0.1-next.40](https://github.com/iotaledger/twin-identity/compare/identity-service-v0.0.1-next.39...identity-service-v0.0.1-next.40) (2025-03-28)
636
1217
 
637
1218
 
638
1219
  ### Bug Fixes
639
1220
 
640
- * Import path and bump version ([#21](https://github.com/twinfoundation/identity/issues/21)) ([ccea845](https://github.com/twinfoundation/identity/commit/ccea845bf32562267280bc1b3dde1c9af1a00360))
641
- * Install sdk-wasm ([#20](https://github.com/twinfoundation/identity/issues/20)) ([75ec14e](https://github.com/twinfoundation/identity/commit/75ec14e072f8c219863a1c028a3b0783802086e9))
1221
+ * Import path and bump version ([#21](https://github.com/iotaledger/twin-identity/issues/21)) ([ccea845](https://github.com/iotaledger/twin-identity/commit/ccea845bf32562267280bc1b3dde1c9af1a00360))
1222
+ * Install sdk-wasm ([#20](https://github.com/iotaledger/twin-identity/issues/20)) ([75ec14e](https://github.com/iotaledger/twin-identity/commit/75ec14e072f8c219863a1c028a3b0783802086e9))
642
1223
 
643
1224
 
644
1225
  ### Dependencies