@axinom/mosaic-id-guard 0.16.2-rc.8 → 0.16.2
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.
- package/package.json +5 -5
- package/CHANGELOG.md +0 -403
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@axinom/mosaic-id-guard",
|
|
3
|
-
"version": "0.16.2
|
|
3
|
+
"version": "0.16.2",
|
|
4
4
|
"description": "Authentication and authorization helpers for Axinom Mosaic services",
|
|
5
5
|
"author": "Axinom",
|
|
6
6
|
"license": "PROPRIETARY",
|
|
@@ -27,9 +27,9 @@
|
|
|
27
27
|
"lint": "eslint . --ext .ts,.tsx,.js --color --cache"
|
|
28
28
|
},
|
|
29
29
|
"dependencies": {
|
|
30
|
-
"@axinom/mosaic-id-utils": "^0.10.2
|
|
31
|
-
"@axinom/mosaic-message-bus": "^0.11.2
|
|
32
|
-
"@axinom/mosaic-service-common": "^0.
|
|
30
|
+
"@axinom/mosaic-id-utils": "^0.10.2",
|
|
31
|
+
"@axinom/mosaic-message-bus": "^0.11.2",
|
|
32
|
+
"@axinom/mosaic-service-common": "^0.26.0",
|
|
33
33
|
"amqplib": "^0.6.0",
|
|
34
34
|
"express": "^4.17.1",
|
|
35
35
|
"express-bearer-token": "^2.4.0",
|
|
@@ -60,5 +60,5 @@
|
|
|
60
60
|
"publishConfig": {
|
|
61
61
|
"access": "public"
|
|
62
62
|
},
|
|
63
|
-
"gitHead": "
|
|
63
|
+
"gitHead": "034b87d91d39cd6d6721d6a57398a0ccdccce2c6"
|
|
64
64
|
}
|
package/CHANGELOG.md
DELETED
|
@@ -1,403 +0,0 @@
|
|
|
1
|
-
# Change Log
|
|
2
|
-
|
|
3
|
-
All notable changes to this project will be documented in this file.
|
|
4
|
-
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
|
-
|
|
6
|
-
### [0.16.1](https://dev.azure.com/axinom/CMS/_git/Navy/branchCompare?baseVersion=GT@axinom/mosaic-id-guard@0.16.0&targetVersion=GT@axinom/mosaic-id-guard@0.16.1) (2022-11-10)
|
|
7
|
-
|
|
8
|
-
**Note:** Version bump only for package @axinom/mosaic-id-guard
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
## [0.16.0](https://dev.azure.com/axinom/CMS/_git/Navy/branchCompare?baseVersion=GT@axinom/mosaic-id-guard@0.15.0&targetVersion=GT@axinom/mosaic-id-guard@0.16.0) (2022-10-17)
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
### Features
|
|
18
|
-
|
|
19
|
-
* library adjusted to use updated error handling types ([a88f685](https://dev.azure.com/axinom/CMS/_git/Navy/commit/a88f68592e0f7792de9bd8a05caba326ce18236c)), closes [#36079](https://dev.azure.com/axinom/CMS/_workitems/edit/36079)
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
### Bug Fixes
|
|
23
|
-
|
|
24
|
-
* error handling optimizations ([fd1a599](https://dev.azure.com/axinom/CMS/_git/Navy/commit/fd1a5996289c3269b26bc982da370a43a5dbb1a0)), closes [#36079](https://dev.azure.com/axinom/CMS/_workitems/edit/36079)
|
|
25
|
-
* proper dependency versions have been aligned ([0fac580](https://dev.azure.com/axinom/CMS/_git/Navy/commit/0fac580f977fee26dce1e99f4581d115da44ecd1))
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
## [0.15.0](https://dev.azure.com/axinom/CMS/_git/Navy/branchCompare?baseVersion=GT@axinom/mosaic-id-guard@0.14.11&targetVersion=GT@axinom/mosaic-id-guard@0.15.0) (2022-09-30)
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
### Features
|
|
33
|
-
|
|
34
|
-
* Include required permissions when a not authorized error is raised ([23b7e2a](https://dev.azure.com/axinom/CMS/_git/Navy/commit/23b7e2aa9970a2d2c9d1f8c735e660d8c97b90cf))
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
### Bug Fixes
|
|
38
|
-
|
|
39
|
-
* Move token decoding method into individual cases ([15bea28](https://dev.azure.com/axinom/CMS/_git/Navy/commit/15bea283d2e632e3d5efc0fd302299c652a2b36d))
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
### [0.14.11](https://dev.azure.com/axinom/CMS/_git/Navy/branchCompare?baseVersion=GT@axinom/mosaic-id-guard@0.14.10&targetVersion=GT@axinom/mosaic-id-guard@0.14.11) (2022-09-13)
|
|
44
|
-
|
|
45
|
-
**Note:** Version bump only for package @axinom/mosaic-id-guard
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
### [0.14.10](https://dev.azure.com/axinom/CMS/_git/Navy/branchCompare?baseVersion=GT@axinom/mosaic-id-guard@0.14.9&targetVersion=GT@axinom/mosaic-id-guard@0.14.10) (2022-08-29)
|
|
52
|
-
|
|
53
|
-
**Note:** Version bump only for package @axinom/mosaic-id-guard
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
### [0.14.9](https://dev.azure.com/axinom/CMS/_git/Navy/branchCompare?baseVersion=GT@axinom/mosaic-id-guard@0.14.8&targetVersion=GT@axinom/mosaic-id-guard@0.14.9) (2022-08-16)
|
|
60
|
-
|
|
61
|
-
**Note:** Version bump only for package @axinom/mosaic-id-guard
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
### [0.14.8](https://dev.azure.com/axinom/CMS/_git/Navy/branchCompare?baseVersion=GT@axinom/mosaic-id-guard@0.14.7&targetVersion=GT@axinom/mosaic-id-guard@0.14.8) (2022-08-03)
|
|
68
|
-
|
|
69
|
-
**Note:** Version bump only for package @axinom/mosaic-id-guard
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
### [0.14.7](https://dev.azure.com/axinom/CMS/_git/Navy/branchCompare?baseVersion=GT@axinom/mosaic-id-guard@0.14.6&targetVersion=GT@axinom/mosaic-id-guard@0.14.7) (2022-07-21)
|
|
76
|
-
|
|
77
|
-
**Note:** Version bump only for package @axinom/mosaic-id-guard
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
### [0.14.6](https://dev.azure.com/axinom/CMS/_git/Navy/branchCompare?baseVersion=GT@axinom/mosaic-id-guard@0.14.5&targetVersion=GT@axinom/mosaic-id-guard@0.14.6) (2022-06-21)
|
|
84
|
-
|
|
85
|
-
**Note:** Version bump only for package @axinom/mosaic-id-guard
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
### [0.14.5](https://dev.azure.com/axinom/CMS/_git/Navy/branchCompare?baseVersion=GT@axinom/mosaic-id-guard@0.14.4&targetVersion=GT@axinom/mosaic-id-guard@0.14.5) (2022-06-07)
|
|
92
|
-
|
|
93
|
-
**Note:** Version bump only for package @axinom/mosaic-id-guard
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
### [0.14.4](https://dev.azure.com/axinom/CMS/_git/Navy/branchCompare?baseVersion=GT@axinom/mosaic-id-guard@0.14.3&targetVersion=GT@axinom/mosaic-id-guard@0.14.4) (2022-05-26)
|
|
100
|
-
|
|
101
|
-
**Note:** Version bump only for package @axinom/mosaic-id-guard
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
### [0.14.3](https://dev.azure.com/axinom/CMS/_git/Navy/branchCompare?baseVersion=GT@axinom/mosaic-id-guard@0.14.0&targetVersion=GT@axinom/mosaic-id-guard@0.14.3) (2022-05-10)
|
|
108
|
-
|
|
109
|
-
**Note:** Version bump only for package @axinom/mosaic-id-guard
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
### [0.14.2](https://dev.azure.com/axinom/CMS/_git/Navy/branchCompare?baseVersion=GT@axinom/mosaic-id-guard@0.14.0&targetVersion=GT@axinom/mosaic-id-guard@0.14.2) (2022-04-28)
|
|
116
|
-
|
|
117
|
-
**Note:** Version bump only for package @axinom/mosaic-id-guard
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
### [0.14.1](https://dev.azure.com/axinom/CMS/_git/Navy/branchCompare?baseVersion=GT@axinom/mosaic-id-guard@0.14.0&targetVersion=GT@axinom/mosaic-id-guard@0.14.1) (2022-04-14)
|
|
124
|
-
|
|
125
|
-
**Note:** Version bump only for package @axinom/mosaic-id-guard
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
## [0.14.0](https://dev.azure.com/axinom/CMS/_git/Navy/branchCompare?baseVersion=GT@axinom/mosaic-id-guard@0.13.0&targetVersion=GT@axinom/mosaic-id-guard@0.14.0) (2022-04-01)
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
### Features
|
|
135
|
-
|
|
136
|
-
* Introduce authorization related to end user application tokens ([5134e14](https://dev.azure.com/axinom/CMS/_git/Navy/commit/5134e14454f69ace636d4c010d884dad125b65f3))
|
|
137
|
-
* Support renamed operation names through hooks in AxGuard ([e110ba7](https://dev.azure.com/axinom/CMS/_git/Navy/commit/e110ba775fc2a3f94d107cc4fcf4c0762aca38d7))
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
### Bug Fixes
|
|
141
|
-
|
|
142
|
-
* Remove commented code ([5dcd7c3](https://dev.azure.com/axinom/CMS/_git/Navy/commit/5dcd7c3f494e0aec87a125cdb1bbdf9442a14148))
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
## [0.13.0](https://dev.azure.com/axinom/CMS/_git/Navy/branchCompare?baseVersion=GT@axinom/mosaic-id-guard@0.12.0&targetVersion=GT@axinom/mosaic-id-guard@0.13.0) (2022-03-16)
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
### Features
|
|
150
|
-
|
|
151
|
-
* embeddedd end user token ([fd6c875](https://dev.azure.com/axinom/CMS/_git/Navy/commit/fd6c8757301bd403bbac66e34701c126ad219bb2))
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
## [0.12.0](https://dev.azure.com/axinom/CMS/_git/Navy/branchCompare?baseVersion=GT@axinom/mosaic-id-guard@0.11.1&targetVersion=GT@axinom/mosaic-id-guard@0.12.0) (2022-03-01)
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
### Features
|
|
159
|
-
|
|
160
|
-
* consumer subscriptions ([19fcb4b](https://dev.azure.com/axinom/CMS/_git/Navy/commit/19fcb4bfff88ee5d2c81a07df938b4a6333074ad))
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
### Bug Fixes
|
|
164
|
-
|
|
165
|
-
* add SuperUserAccount and EnvironmentAdminAccount to AuthenticatedManagementSubejct assertion ([f8a8a68](https://dev.azure.com/axinom/CMS/_git/Navy/commit/f8a8a6811610dc6ae6de2f9c22c20f949979ab61))
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
### [0.11.1](https://dev.azure.com/axinom/CMS/_git/Navy/branchCompare?baseVersion=GT@axinom/mosaic-id-guard@0.11.0&targetVersion=GT@axinom/mosaic-id-guard@0.11.1) (2022-02-21)
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
### Bug Fixes
|
|
173
|
-
|
|
174
|
-
* master merge related adjustments ([b790f0c](https://dev.azure.com/axinom/CMS/_git/Navy/commit/b790f0cbf6e44b2bdf72830a75d0745e2ec824f5))
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
## [0.11.0](https://dev.azure.com/axinom/CMS/_git/Navy/branchCompare?baseVersion=GT@axinom/mosaic-id-guard@0.10.1&targetVersion=GT@axinom/mosaic-id-guard@0.11.0) (2022-02-02)
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
### Features
|
|
182
|
-
|
|
183
|
-
* add new endpoint to generate Consumer Application token ([79e1123](https://dev.azure.com/axinom/CMS/_git/Navy/commit/79e11239b21bad8876a3ee0c173d0d043b32ab5e))
|
|
184
|
-
* anonymous consumer token WIP ([280a075](https://dev.azure.com/axinom/CMS/_git/Navy/commit/280a075d4da97b24915c6a2c6a71158a1f4c03c5))
|
|
185
|
-
* rebase with master branch ([fe969fa](https://dev.azure.com/axinom/CMS/_git/Navy/commit/fe969fac8a5e64c98174faefd61288907e10eefd))
|
|
186
|
-
* remove additionalGqlOperations from permission definition ([305b448](https://dev.azure.com/axinom/CMS/_git/Navy/commit/305b4487db5292b41cbe6792abbbb4401bb2f9ee))
|
|
187
|
-
* set default ts version ([16ce926](https://dev.azure.com/axinom/CMS/_git/Navy/commit/16ce92627bec279b93f5b21fe6ae830361f201a8))
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
### Bug Fixes
|
|
191
|
-
|
|
192
|
-
* update unit test for permission ([7b21914](https://dev.azure.com/axinom/CMS/_git/Navy/commit/7b2191419ffc11aec9579b7c2b0057a5c1427424))
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
### [0.10.1](https://dev.azure.com/axinom/CMS/_git/Navy/branchCompare?baseVersion=GT@axinom/mosaic-id-guard@0.10.0&targetVersion=GT@axinom/mosaic-id-guard@0.10.1) (2022-01-19)
|
|
197
|
-
|
|
198
|
-
**Note:** Version bump only for package @axinom/mosaic-id-guard
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
## [0.10.0](https://dev.azure.com/axinom/CMS/_git/Navy/branchCompare?baseVersion=GT@axinom/mosaic-id-guard@0.9.1&targetVersion=GT@axinom/mosaic-id-guard@0.10.0) (2021-12-09)
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
### Features
|
|
208
|
-
|
|
209
|
-
* add new functions to jwt tokens ([80f68a6](https://dev.azure.com/axinom/CMS/_git/Navy/commit/80f68a64fc14108bc2feb4426573069cf31dcce4))
|
|
210
|
-
* change permission definition folder path ([1ea44e0](https://dev.azure.com/axinom/CMS/_git/Navy/commit/1ea44e0bb3bffe3df06ca511cb23df9b2b0fcbe3))
|
|
211
|
-
* fixed failed test cases ([def2783](https://dev.azure.com/axinom/CMS/_git/Navy/commit/def2783dbf0d07d7fa1cb43e2176dd376f95c57f))
|
|
212
|
-
* fixed PR commits ([a271b5c](https://dev.azure.com/axinom/CMS/_git/Navy/commit/a271b5ccb9dec8368a47932fa90d1f3fd07b449e))
|
|
213
|
-
* permission structure v2 changes all ([4ddff67](https://dev.azure.com/axinom/CMS/_git/Navy/commit/4ddff677d8a9d5f39a3cd15dc608d1fc4f06d419))
|
|
214
|
-
* permission structure v2 implement for api ([2db1f7c](https://dev.azure.com/axinom/CMS/_git/Navy/commit/2db1f7c90ae05786eaed49399ee943ef8687ff55))
|
|
215
|
-
* refactor permission table new columns ([9faa385](https://dev.azure.com/axinom/CMS/_git/Navy/commit/9faa3850035b6d62af9e65737b61931d570820c6))
|
|
216
|
-
* rename permission name in id service ([afa16b4](https://dev.azure.com/axinom/CMS/_git/Navy/commit/afa16b4d527532e7f72f30be3bae9dd2f1f6c700))
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
### Bug Fixes
|
|
220
|
-
|
|
221
|
-
* log improvements to id-guard ([a2d0290](https://dev.azure.com/axinom/CMS/_git/Navy/commit/a2d0290fae8ff8ec80f40430b22dc8262158ec9e))
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
### [0.9.1](https://dev.azure.com/axinom/CMS/_git/Navy/branchCompare?baseVersion=GT@axinom/mosaic-id-guard@0.9.0&targetVersion=GT@axinom/mosaic-id-guard@0.9.1) (2021-11-24)
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
### Bug Fixes
|
|
229
|
-
|
|
230
|
-
* EventEmmitter memory leak issue with updated rascal version ([a6feb5b](https://dev.azure.com/axinom/CMS/_git/Navy/commit/a6feb5bf5a25d15ceace37d00b52c34fd0ec80ac)), closes [#33451](https://dev.azure.com/axinom/CMS/_workitems/edit/33451)
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
## [0.9.0](https://dev.azure.com/axinom/CMS/_git/Navy/branchCompare?baseVersion=GT@axinom/mosaic-id-guard@0.8.0&targetVersion=GT@axinom/mosaic-id-guard@0.9.0) (2021-11-11)
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
### Features
|
|
238
|
-
|
|
239
|
-
* add graphql-transport-ws protocol support ([98cf349](https://dev.azure.com/axinom/CMS/_git/Navy/commit/98cf349d98bec01ce2c2764c6159a0ed312963cb))
|
|
240
|
-
* split AuthenticatedSubject interface ([023a368](https://dev.azure.com/axinom/CMS/_git/Navy/commit/023a3687e334650491e2ffbf66938b21a548729f))
|
|
241
|
-
* split AuthenticationContext ([cacd9b4](https://dev.azure.com/axinom/CMS/_git/Navy/commit/cacd9b46ecb46be0c5b40f4d150f313cd8218c8e))
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
### Bug Fixes
|
|
245
|
-
|
|
246
|
-
* bug fix in guard.middleware ([88b3c4d](https://dev.azure.com/axinom/CMS/_git/Navy/commit/88b3c4da496fb316f7b52633679c9484cd5f3d3b))
|
|
247
|
-
* error handling in postgraphile:ws:onSubscribe ([1f873bc](https://dev.azure.com/axinom/CMS/_git/Navy/commit/1f873bc630137bd9def4a0a0ce57500cca195c6e))
|
|
248
|
-
* fix typo ([ce050e3](https://dev.azure.com/axinom/CMS/_git/Navy/commit/ce050e3546825674389b448c23cae249f22eeac9))
|
|
249
|
-
* minor modifications to comments ([75908b2](https://dev.azure.com/axinom/CMS/_git/Navy/commit/75908b293b0cbc05afb09e58c81f6bfa8106e757))
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
## [0.8.0](https://dev.azure.com/axinom/CMS/_git/Navy/branchCompare?baseVersion=GT@axinom/mosaic-id-guard@0.6.1&targetVersion=GT@axinom/mosaic-id-guard@0.8.0) (2021-10-25)
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
### Features
|
|
257
|
-
|
|
258
|
-
* case when id service is not accessible is handled ([de97e2f](https://dev.azure.com/axinom/CMS/_git/Navy/commit/de97e2fb6d34ecd2ed7637afe19abe4e0fcf018a)), closes [#32254](https://dev.azure.com/axinom/CMS/_workitems/edit/32254)
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
## [0.7.0](https://dev.azure.com/axinom/CMS/_git/Navy/branchCompare?baseVersion=GT@axinom/mosaic-id-guard@0.6.1&targetVersion=GT@axinom/mosaic-id-guard@0.7.0) (2021-10-13)
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
### Features
|
|
266
|
-
|
|
267
|
-
* case when id service is not accessible is handled ([de97e2f](https://dev.azure.com/axinom/CMS/_git/Navy/commit/de97e2fb6d34ecd2ed7637afe19abe4e0fcf018a)), closes [#32254](https://dev.azure.com/axinom/CMS/_workitems/edit/32254)
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
### [0.6.1](https://dev.azure.com/axinom/CMS/_git/Navy/branchCompare?baseVersion=GT@axinom/mosaic-id-guard@0.6.0&targetVersion=GT@axinom/mosaic-id-guard@0.6.1) (2021-09-30)
|
|
272
|
-
|
|
273
|
-
**Note:** Version bump only for package @axinom/mosaic-id-guard
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
## [0.6.0](https://dev.azure.com/axinom/CMS/_git/Navy/branchCompare?baseVersion=GT@axinom/mosaic-id-guard@0.5.0&targetVersion=GT@axinom/mosaic-id-guard@0.6.0) (2021-09-28)
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
### Features
|
|
283
|
-
|
|
284
|
-
* new jwks endpoint for user service ([eaf29eb](https://dev.azure.com/axinom/CMS/_git/Navy/commit/eaf29eb5f2f95f84839d50c8308e8e47659b29bd))
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
## 0.5.0 (2021-09-15)
|
|
289
|
-
|
|
290
|
-
|
|
291
|
-
### Features
|
|
292
|
-
|
|
293
|
-
* added functionality to verify user srvc. jwt ([f56cb45](https://dev.azure.com/axinom/CMS/_git/Navy/commit/f56cb45b24167f600c28e03edf56e3bedc684d8c))
|
|
294
|
-
* ensureOnlyAuthentication permissionless auth ([1ccfd3a](https://dev.azure.com/axinom/CMS/_git/Navy/commit/1ccfd3a899267bd7964ef2cf995ff35dfe722ae8))
|
|
295
|
-
* extended guard-plugin to support end users ([cf5044c](https://dev.azure.com/axinom/CMS/_git/Navy/commit/cf5044c86192d01c5444a547c226ce659e5a5fc4))
|
|
296
|
-
|
|
297
|
-
|
|
298
|
-
### Bug Fixes
|
|
299
|
-
|
|
300
|
-
* default false for ensureOnlyAuthentication ([88d7122](https://dev.azure.com/axinom/CMS/_git/Navy/commit/88d7122869156e0e7e59b828b4fb1d6b4ae74f79))
|
|
301
|
-
* fixed animation issues with async data ([e2d77d7](https://dev.azure.com/axinom/CMS/_git/Navy/commit/e2d77d7d7d4a0681db0abb6d3a1bb264733796d4))
|
|
302
|
-
* set issuer in getAuthenticatedSubject ([f03f77d](https://dev.azure.com/axinom/CMS/_git/Navy/commit/f03f77d476072491e0ede49ef500973bd8a56892))
|
|
303
|
-
|
|
304
|
-
|
|
305
|
-
|
|
306
|
-
### 0.4.3 (2021-09-01)
|
|
307
|
-
|
|
308
|
-
**Note:** Version bump only for package @axinom/mosaic-id-guard
|
|
309
|
-
|
|
310
|
-
### [0.4.1] - 2021-08-31
|
|
311
|
-
|
|
312
|
-
#### Changed
|
|
313
|
-
|
|
314
|
-
- mosaic-service-common and mosaic-id-utils library versions updated.
|
|
315
|
-
|
|
316
|
-
### [0.4.0] - 2021-08-17
|
|
317
|
-
|
|
318
|
-
#### Changed
|
|
319
|
-
|
|
320
|
-
- `ono` package dependency dropped and `@axinom/mosaic-service-common`
|
|
321
|
-
dependency added.
|
|
322
|
-
- `EnforceStrictPermissionsPlugin` now uses standard mosaic logger as a
|
|
323
|
-
parameter to be passed to postgraphile build options.
|
|
324
|
-
|
|
325
|
-
### [0.3.1] - 2021-07-21
|
|
326
|
-
|
|
327
|
-
#### Added
|
|
328
|
-
|
|
329
|
-
- New middleware and utility functions to handle subscription authentication and
|
|
330
|
-
authorization.
|
|
331
|
-
|
|
332
|
-
#### Changed
|
|
333
|
-
|
|
334
|
-
- `ManagedServiceGuardedMessageHandler` and `GuardedMessageHandler` will now
|
|
335
|
-
throw an error when subject can not be extracted from MessageInfo object,
|
|
336
|
-
instead of returning undefined.
|
|
337
|
-
|
|
338
|
-
#### Removed
|
|
339
|
-
|
|
340
|
-
- Removed ErrorMessage enum.
|
|
341
|
-
|
|
342
|
-
### [0.3.0] - 2021-05-31
|
|
343
|
-
|
|
344
|
-
#### Added
|
|
345
|
-
|
|
346
|
-
- JSDoc comments for exported library methods.
|
|
347
|
-
|
|
348
|
-
#### Changed
|
|
349
|
-
|
|
350
|
-
- Changed the SubjectType enum value TenantAdminAccount to SuperUserAccount.
|
|
351
|
-
- Excluded `ignored` operations from all operations in
|
|
352
|
-
enforce-strict-permissions.plugin.
|
|
353
|
-
- Changed the token-issuer value to be the new service identity value
|
|
354
|
-
|
|
355
|
-
### [0.2.0] - 2021-03-31
|
|
356
|
-
|
|
357
|
-
#### Changed
|
|
358
|
-
|
|
359
|
-
- Rename applicationId occurrences to environmentId.
|
|
360
|
-
|
|
361
|
-
#### Added
|
|
362
|
-
|
|
363
|
-
- New middleware functions for authentication - `setupAuthentication`,
|
|
364
|
-
`setupManagedServiceAuthentication` and `tenantAdminAuthSetup`.
|
|
365
|
-
- New authentication/token related artifacts for managed services -
|
|
366
|
-
`getManagedAuthenticatedSubject`, `managedAuthenticationMiddleware`,
|
|
367
|
-
`ManagedServiceGuardedMessageHandler`.
|
|
368
|
-
- `AuthenticationConfig` in place of `IdServiceParams`.
|
|
369
|
-
|
|
370
|
-
#### Removed
|
|
371
|
-
|
|
372
|
-
- `JwtProcessingMiddleware` was removed.
|
|
373
|
-
- `IdServiceParams` was removed and replaced by `AuthenticationConfig`.
|
|
374
|
-
|
|
375
|
-
### [0.1.1] - 2021-02-26
|
|
376
|
-
|
|
377
|
-
#### Removed
|
|
378
|
-
|
|
379
|
-
- Removed `IOperationsToPermissionMappings` and helper methods and re-exported
|
|
380
|
-
from `@axinom/mosaic-id-utils`.
|
|
381
|
-
|
|
382
|
-
### [0.1.0] - 2021-02-19
|
|
383
|
-
|
|
384
|
-
#### Added
|
|
385
|
-
|
|
386
|
-
- Introduced new method `getEnvironmentInfo` to `GuardedMessageHandler` which
|
|
387
|
-
returns `tenant_id` & `environment_id` from the access-token present in the
|
|
388
|
-
message envelope.
|
|
389
|
-
|
|
390
|
-
### [0.0.2] - 2021-02-04
|
|
391
|
-
|
|
392
|
-
#### Changed
|
|
393
|
-
|
|
394
|
-
- Introduced getJwtVerifyOptions() to centrally configure JWT
|
|
395
|
-
issuing/verification options.
|
|
396
|
-
- The `GuardedMessageHandler` accepts now a complete `IdServiceParams` instead
|
|
397
|
-
of just the auth endpointURL to enable both multitenant and single tenant
|
|
398
|
-
messaging handlers.
|
|
399
|
-
- Updated missing peer dependency for `amqplib`.
|
|
400
|
-
|
|
401
|
-
### [0.0.1]
|
|
402
|
-
|
|
403
|
-
- First release
|