@feathersjs/authentication 5.0.0-pre.29 → 5.0.0-pre.30
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/CHANGELOG.md +179 -432
- package/lib/options.d.ts +2 -117
- package/lib/options.js +2 -107
- package/lib/options.js.map +1 -1
- package/lib/service.js.map +1 -1
- package/package.json +13 -13
- package/src/options.ts +2 -111
- package/src/service.ts +1 -0
package/CHANGELOG.md
CHANGED
|
@@ -3,788 +3,468 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
-
# [5.0.0-pre.
|
|
7
|
-
|
|
6
|
+
# [5.0.0-pre.30](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.29...v5.0.0-pre.30) (2022-10-07)
|
|
8
7
|
|
|
9
8
|
### Features
|
|
10
9
|
|
|
11
|
-
|
|
12
|
-
|
|
10
|
+
- **core:** Allow to unregister services at runtime ([#2756](https://github.com/feathersjs/feathers/issues/2756)) ([d16601f](https://github.com/feathersjs/feathers/commit/d16601f2277dca5357866ffdefba2a611f6dc7fa))
|
|
11
|
+
- **schema:** Make schemas validation library independent and add TypeBox support ([#2772](https://github.com/feathersjs/feathers/issues/2772)) ([44172d9](https://github.com/feathersjs/feathers/commit/44172d99b566d11d9ceda04f1d0bf72b6d05ce76))
|
|
13
12
|
|
|
13
|
+
# [5.0.0-pre.29](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.28...v5.0.0-pre.29) (2022-09-16)
|
|
14
14
|
|
|
15
|
+
### Features
|
|
15
16
|
|
|
17
|
+
- **authentication-oauth:** Koa and transport independent oAuth authentication ([#2737](https://github.com/feathersjs/feathers/issues/2737)) ([9231525](https://github.com/feathersjs/feathers/commit/9231525a24bb790ba9c5d940f2867a9c727691c9))
|
|
16
18
|
|
|
17
19
|
# [5.0.0-pre.28](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.27...v5.0.0-pre.28) (2022-08-03)
|
|
18
20
|
|
|
19
|
-
|
|
20
21
|
### Bug Fixes
|
|
21
22
|
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
23
|
+
- **cli:** Improve generated application and client ([#2701](https://github.com/feathersjs/feathers/issues/2701)) ([bd55ffb](https://github.com/feathersjs/feathers/commit/bd55ffb812e89bf215f4515e7f137656ea888c3f))
|
|
27
24
|
|
|
28
25
|
# [5.0.0-pre.27](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.26...v5.0.0-pre.27) (2022-07-13)
|
|
29
26
|
|
|
30
27
|
**Note:** Version bump only for package @feathersjs/authentication
|
|
31
28
|
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
29
|
# [5.0.0-pre.26](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.25...v5.0.0-pre.26) (2022-06-22)
|
|
37
30
|
|
|
38
31
|
**Note:** Version bump only for package @feathersjs/authentication
|
|
39
32
|
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
33
|
# [5.0.0-pre.25](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.24...v5.0.0-pre.25) (2022-06-22)
|
|
45
34
|
|
|
46
35
|
**Note:** Version bump only for package @feathersjs/authentication
|
|
47
36
|
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
37
|
# [5.0.0-pre.24](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.23...v5.0.0-pre.24) (2022-06-21)
|
|
53
38
|
|
|
54
|
-
|
|
55
39
|
### Bug Fixes
|
|
56
40
|
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
41
|
+
- **authentication:** Add safe dispatch data for authentication requests ([#2662](https://github.com/feathersjs/feathers/issues/2662)) ([d8104a1](https://github.com/feathersjs/feathers/commit/d8104a19ee9181e6a5ea81014af29ff9a3c28a8a))
|
|
62
42
|
|
|
63
43
|
# [5.0.0-pre.23](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.22...v5.0.0-pre.23) (2022-06-06)
|
|
64
44
|
|
|
65
45
|
**Note:** Version bump only for package @feathersjs/authentication
|
|
66
46
|
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
47
|
# [5.0.0-pre.22](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.21...v5.0.0-pre.22) (2022-05-24)
|
|
72
48
|
|
|
73
49
|
**Note:** Version bump only for package @feathersjs/authentication
|
|
74
50
|
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
51
|
# [5.0.0-pre.21](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.20...v5.0.0-pre.21) (2022-05-23)
|
|
80
52
|
|
|
81
53
|
**Note:** Version bump only for package @feathersjs/authentication
|
|
82
54
|
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
55
|
# [5.0.0-pre.20](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.19...v5.0.0-pre.20) (2022-05-04)
|
|
88
56
|
|
|
89
|
-
|
|
90
57
|
### Bug Fixes
|
|
91
58
|
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
59
|
+
- **dependencies:** Lock monorepo package version numbers ([#2623](https://github.com/feathersjs/feathers/issues/2623)) ([5640c10](https://github.com/feathersjs/feathers/commit/5640c1020cc139994e695d658c08bad3494db507))
|
|
97
60
|
|
|
98
61
|
# [5.0.0-pre.19](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.18...v5.0.0-pre.19) (2022-05-01)
|
|
99
62
|
|
|
100
|
-
|
|
101
63
|
### Features
|
|
102
64
|
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
65
|
+
- **typescript:** Improve adapter typings ([#2605](https://github.com/feathersjs/feathers/issues/2605)) ([3b2ca0a](https://github.com/feathersjs/feathers/commit/3b2ca0a6a8e03e8390272c4d7e930b4bffdaacf5))
|
|
66
|
+
- **typescript:** Improve params and query typeability ([#2600](https://github.com/feathersjs/feathers/issues/2600)) ([df28b76](https://github.com/feathersjs/feathers/commit/df28b7619161f1df5e700326f52cca1a92dc5d28))
|
|
109
67
|
|
|
110
68
|
# [5.0.0-pre.18](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.17...v5.0.0-pre.18) (2022-04-11)
|
|
111
69
|
|
|
112
|
-
|
|
113
70
|
### Features
|
|
114
71
|
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
72
|
+
- **authentication:** Add setup method for auth strategies ([#1611](https://github.com/feathersjs/feathers/issues/1611)) ([a3c3581](https://github.com/feathersjs/feathers/commit/a3c35814dccdbbf6de96f04f60b226ce206c6dbe))
|
|
73
|
+
- **configuration:** Allow app configuration to be validated against a schema ([#2590](https://github.com/feathersjs/feathers/issues/2590)) ([a268f86](https://github.com/feathersjs/feathers/commit/a268f86da92a8ada14ed11ab456aac0a4bba5bb0))
|
|
121
74
|
|
|
122
75
|
# [5.0.0-pre.17](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.16...v5.0.0-pre.17) (2022-02-15)
|
|
123
76
|
|
|
124
77
|
**Note:** Version bump only for package @feathersjs/authentication
|
|
125
78
|
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
79
|
# [5.0.0-pre.16](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.15...v5.0.0-pre.16) (2022-01-12)
|
|
131
80
|
|
|
132
|
-
|
|
133
81
|
### Features
|
|
134
82
|
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
83
|
+
- **express, koa:** make transports similar ([#2486](https://github.com/feathersjs/feathers/issues/2486)) ([26aa937](https://github.com/feathersjs/feathers/commit/26aa937c114fb8596dfefc599b1f53cead69c159))
|
|
140
84
|
|
|
141
85
|
# [5.0.0-pre.15](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.14...v5.0.0-pre.15) (2021-11-27)
|
|
142
86
|
|
|
143
|
-
|
|
144
87
|
### Bug Fixes
|
|
145
88
|
|
|
146
|
-
|
|
147
|
-
|
|
89
|
+
- **typescript:** Overall typing improvements ([#2478](https://github.com/feathersjs/feathers/issues/2478)) ([b8eb804](https://github.com/feathersjs/feathers/commit/b8eb804158556d9651a8607e3c3fda15e0bfd110))
|
|
148
90
|
|
|
149
91
|
### Features
|
|
150
92
|
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
93
|
+
- **authentication-oauth:** Allow dynamic oAuth redirect ([#2469](https://github.com/feathersjs/feathers/issues/2469)) ([b7143d4](https://github.com/feathersjs/feathers/commit/b7143d4c0fbe961e714f79512be04449b9bbd7d9))
|
|
156
94
|
|
|
157
95
|
# [5.0.0-pre.14](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.13...v5.0.0-pre.14) (2021-10-13)
|
|
158
96
|
|
|
159
97
|
**Note:** Version bump only for package @feathersjs/authentication
|
|
160
98
|
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
99
|
# [5.0.0-pre.13](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.12...v5.0.0-pre.13) (2021-10-13)
|
|
166
100
|
|
|
167
101
|
**Note:** Version bump only for package @feathersjs/authentication
|
|
168
102
|
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
103
|
# [5.0.0-pre.12](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.11...v5.0.0-pre.12) (2021-10-12)
|
|
174
104
|
|
|
175
105
|
**Note:** Version bump only for package @feathersjs/authentication
|
|
176
106
|
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
107
|
# [5.0.0-pre.11](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.10...v5.0.0-pre.11) (2021-10-06)
|
|
182
108
|
|
|
183
109
|
**Note:** Version bump only for package @feathersjs/authentication
|
|
184
110
|
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
111
|
# [5.0.0-pre.10](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.9...v5.0.0-pre.10) (2021-09-19)
|
|
190
112
|
|
|
191
113
|
**Note:** Version bump only for package @feathersjs/authentication
|
|
192
114
|
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
115
|
# [5.0.0-pre.9](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.8...v5.0.0-pre.9) (2021-08-09)
|
|
198
116
|
|
|
199
117
|
**Note:** Version bump only for package @feathersjs/authentication
|
|
200
118
|
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
119
|
# [5.0.0-pre.8](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.7...v5.0.0-pre.8) (2021-08-09)
|
|
206
120
|
|
|
207
121
|
**Note:** Version bump only for package @feathersjs/authentication
|
|
208
122
|
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
123
|
# [5.0.0-pre.7](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.6...v5.0.0-pre.7) (2021-08-09)
|
|
214
124
|
|
|
215
125
|
**Note:** Version bump only for package @feathersjs/authentication
|
|
216
126
|
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
127
|
# [5.0.0-pre.6](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.5...v5.0.0-pre.6) (2021-08-08)
|
|
222
128
|
|
|
223
129
|
**Note:** Version bump only for package @feathersjs/authentication
|
|
224
130
|
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
131
|
# [5.0.0-pre.5](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.4...v5.0.0-pre.5) (2021-06-23)
|
|
230
132
|
|
|
231
|
-
|
|
232
133
|
### Bug Fixes
|
|
233
134
|
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
135
|
+
- **hooks:** Migrate built-in hooks and allow backwards compatibility ([#2358](https://github.com/feathersjs/feathers/issues/2358)) ([759c5a1](https://github.com/feathersjs/feathers/commit/759c5a19327a731af965c3604119393b3d09a406))
|
|
136
|
+
- **koa:** Use extended query parser for compatibility ([#2397](https://github.com/feathersjs/feathers/issues/2397)) ([b2944ba](https://github.com/feathersjs/feathers/commit/b2944bac3ec6d5ecc80dc518cd4e58093692db74))
|
|
237
137
|
|
|
238
138
|
### Features
|
|
239
139
|
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
140
|
+
- **adapter-commons:** Add support for params.adapter option and move memory adapter to @feathersjs/memory ([#2367](https://github.com/feathersjs/feathers/issues/2367)) ([a43e7da](https://github.com/feathersjs/feathers/commit/a43e7da22b6b981a96d1321736ea9a0cb924fb4f))
|
|
245
141
|
|
|
246
142
|
# [5.0.0-pre.4](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.3...v5.0.0-pre.4) (2021-05-13)
|
|
247
143
|
|
|
248
144
|
**Note:** Version bump only for package @feathersjs/authentication
|
|
249
145
|
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
254
146
|
# [5.0.0-pre.3](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.2...v5.0.0-pre.3) (2021-04-21)
|
|
255
147
|
|
|
256
|
-
|
|
257
148
|
### Bug Fixes
|
|
258
149
|
|
|
259
|
-
|
|
260
|
-
|
|
150
|
+
- **typescript:** Improve TypeScript backwards compatibility ([#2310](https://github.com/feathersjs/feathers/issues/2310)) ([f33be73](https://github.com/feathersjs/feathers/commit/f33be73fc46a533efb15df9aab0658e3240d3897))
|
|
261
151
|
|
|
262
152
|
### Features
|
|
263
153
|
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
154
|
+
- **dependencies:** Remove direct debug dependency ([#2296](https://github.com/feathersjs/feathers/issues/2296)) ([501d416](https://github.com/feathersjs/feathers/commit/501d4164d30c6a126906dc640cdfdc82207ba34a))
|
|
269
155
|
|
|
270
156
|
# [5.0.0-pre.2](https://github.com/feathersjs/feathers/compare/v5.0.0-beta.1...v5.0.0-pre.2) (2021-04-06)
|
|
271
157
|
|
|
272
158
|
**Note:** Version bump only for package @feathersjs/authentication
|
|
273
159
|
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
|
|
278
160
|
# [5.0.0-beta.1](https://github.com/feathersjs/feathers/compare/v5.0.0-beta.0...v5.0.0-beta.1) (2021-04-03)
|
|
279
161
|
|
|
280
162
|
**Note:** Version bump only for package @feathersjs/authentication
|
|
281
163
|
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
|
|
286
164
|
# [5.0.0-beta.0](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.1...v5.0.0-beta.0) (2021-03-28)
|
|
287
165
|
|
|
288
|
-
|
|
289
166
|
### Bug Fixes
|
|
290
167
|
|
|
291
|
-
|
|
292
|
-
|
|
168
|
+
- Update Grant usage and other dependencies ([#2264](https://github.com/feathersjs/feathers/issues/2264)) ([7b0f8fa](https://github.com/feathersjs/feathers/commit/7b0f8fad252419ed0ad0bf259cdf3104d322ab60))
|
|
293
169
|
|
|
294
170
|
### Features
|
|
295
171
|
|
|
296
|
-
|
|
297
|
-
|
|
298
|
-
|
|
299
|
-
|
|
300
|
-
|
|
301
|
-
|
|
172
|
+
- Application service types default to any ([#1566](https://github.com/feathersjs/feathers/issues/1566)) ([d93ba9a](https://github.com/feathersjs/feathers/commit/d93ba9a17edd20d3397bb00f4f6e82e804e42ed6))
|
|
173
|
+
- Feathers v5 core refactoring and features ([#2255](https://github.com/feathersjs/feathers/issues/2255)) ([2dafb7c](https://github.com/feathersjs/feathers/commit/2dafb7ce14ba57406aeec13d10ca45b1e709bee9))
|
|
302
174
|
|
|
303
175
|
# [5.0.0-pre.1](https://github.com/feathersjs/feathers/compare/v4.5.11...v5.0.0-pre.1) (2020-12-17)
|
|
304
176
|
|
|
305
|
-
|
|
306
|
-
|
|
307
177
|
# [5.0.0-pre.0](https://github.com/feathersjs/feathers/compare/v4.5.4...v5.0.0-pre.0) (2020-05-19)
|
|
308
178
|
|
|
309
179
|
**Note:** Version bump only for package @feathersjs/authentication
|
|
310
180
|
|
|
311
|
-
|
|
312
|
-
|
|
313
|
-
|
|
314
|
-
|
|
315
181
|
# [5.0.0-pre.0](https://github.com/feathersjs/feathers/compare/v4.5.4...v5.0.0-pre.0) (2020-05-19)
|
|
316
182
|
|
|
317
|
-
|
|
318
|
-
|
|
319
183
|
## [4.5.11](https://github.com/feathersjs/feathers/compare/v4.5.10...v4.5.11) (2020-12-05)
|
|
320
184
|
|
|
321
185
|
**Note:** Version bump only for package @feathersjs/authentication
|
|
322
186
|
|
|
323
|
-
|
|
324
|
-
|
|
325
|
-
|
|
326
|
-
|
|
327
187
|
## [4.5.10](https://github.com/feathersjs/feathers/compare/v4.5.9...v4.5.10) (2020-11-08)
|
|
328
188
|
|
|
329
|
-
|
|
330
189
|
### Bug Fixes
|
|
331
190
|
|
|
332
|
-
|
|
333
|
-
|
|
334
|
-
|
|
335
|
-
|
|
336
|
-
|
|
191
|
+
- **authentication:** consistent response return between local and jwt strategy ([#2042](https://github.com/feathersjs/feathers/issues/2042)) ([8d25be1](https://github.com/feathersjs/feathers/commit/8d25be101a2593a9e789375c928a07780b9e28cf))
|
|
337
192
|
|
|
338
193
|
## [4.5.9](https://github.com/feathersjs/feathers/compare/v4.5.8...v4.5.9) (2020-10-09)
|
|
339
194
|
|
|
340
195
|
**Note:** Version bump only for package @feathersjs/authentication
|
|
341
196
|
|
|
342
|
-
|
|
343
|
-
|
|
344
|
-
|
|
345
|
-
|
|
346
197
|
## [4.5.8](https://github.com/feathersjs/feathers/compare/v4.5.7...v4.5.8) (2020-08-12)
|
|
347
198
|
|
|
348
199
|
**Note:** Version bump only for package @feathersjs/authentication
|
|
349
200
|
|
|
350
|
-
|
|
351
|
-
|
|
352
|
-
|
|
353
|
-
|
|
354
201
|
## [4.5.7](https://github.com/feathersjs/feathers/compare/v4.5.6...v4.5.7) (2020-07-24)
|
|
355
202
|
|
|
356
|
-
|
|
357
203
|
### Bug Fixes
|
|
358
204
|
|
|
359
|
-
|
|
360
|
-
|
|
361
|
-
|
|
362
|
-
|
|
363
|
-
|
|
205
|
+
- **authentication:** Add JWT getEntityQuery ([#2013](https://github.com/feathersjs/feathers/issues/2013)) ([e0e7fb5](https://github.com/feathersjs/feathers/commit/e0e7fb5162940fe776731283b40026c61d9c8a33))
|
|
364
206
|
|
|
365
207
|
## [4.5.6](https://github.com/feathersjs/feathers/compare/v4.5.5...v4.5.6) (2020-07-12)
|
|
366
208
|
|
|
367
|
-
|
|
368
209
|
### Bug Fixes
|
|
369
210
|
|
|
370
|
-
|
|
371
|
-
|
|
372
|
-
|
|
373
|
-
|
|
374
|
-
|
|
211
|
+
- **authentication:** Omit query in JWT strategy ([#2011](https://github.com/feathersjs/feathers/issues/2011)) ([04ce7e9](https://github.com/feathersjs/feathers/commit/04ce7e98515fe9d495cd0e83e0da097e9bcd7382))
|
|
375
212
|
|
|
376
213
|
## [4.5.5](https://github.com/feathersjs/feathers/compare/v4.5.4...v4.5.5) (2020-07-11)
|
|
377
214
|
|
|
378
|
-
|
|
379
215
|
### Bug Fixes
|
|
380
216
|
|
|
381
|
-
|
|
382
|
-
|
|
383
|
-
|
|
384
|
-
|
|
385
|
-
|
|
217
|
+
- **authentication:** Include query params when authenticating via authenticate hook [#2009](https://github.com/feathersjs/feathers/issues/2009) ([4cdb7bf](https://github.com/feathersjs/feathers/commit/4cdb7bf2898385ddac7a1692bc9ac2f6cf5ad446))
|
|
386
218
|
|
|
387
219
|
## [4.5.3](https://github.com/feathersjs/feathers/compare/v4.5.2...v4.5.3) (2020-04-17)
|
|
388
220
|
|
|
389
|
-
|
|
390
221
|
### Bug Fixes
|
|
391
222
|
|
|
392
|
-
|
|
393
|
-
|
|
394
|
-
|
|
395
|
-
|
|
396
|
-
|
|
223
|
+
- **authentication:** Remove entity from connection information on logout ([#1889](https://github.com/feathersjs/feathers/issues/1889)) ([b062753](https://github.com/feathersjs/feathers/commit/b0627530d61babe15dd84369d3093ccae4b780ca))
|
|
397
224
|
|
|
398
225
|
## [4.5.2](https://github.com/feathersjs/feathers/compare/v4.5.1...v4.5.2) (2020-03-04)
|
|
399
226
|
|
|
400
|
-
|
|
401
227
|
### Bug Fixes
|
|
402
228
|
|
|
403
|
-
|
|
404
|
-
|
|
405
|
-
|
|
406
|
-
|
|
407
|
-
|
|
229
|
+
- **authentication:** Improve JWT strategy configuration error message ([#1844](https://github.com/feathersjs/feathers/issues/1844)) ([2c771db](https://github.com/feathersjs/feathers/commit/2c771dbb22d53d4f7de3c3f514e57afa1a186322))
|
|
408
230
|
|
|
409
231
|
## [4.5.1](https://github.com/feathersjs/feathers/compare/v4.5.0...v4.5.1) (2020-01-24)
|
|
410
232
|
|
|
411
233
|
**Note:** Version bump only for package @feathersjs/authentication
|
|
412
234
|
|
|
413
|
-
|
|
414
|
-
|
|
415
|
-
|
|
416
|
-
|
|
417
235
|
# [4.5.0](https://github.com/feathersjs/feathers/compare/v4.4.3...v4.5.0) (2020-01-18)
|
|
418
236
|
|
|
419
|
-
|
|
420
237
|
### Bug Fixes
|
|
421
238
|
|
|
422
|
-
|
|
423
|
-
|
|
424
|
-
|
|
425
|
-
|
|
426
|
-
|
|
239
|
+
- Add `params.authentication` type, remove `hook.connection` type ([#1732](https://github.com/feathersjs/feathers/issues/1732)) ([d46b7b2](https://github.com/feathersjs/feathers/commit/d46b7b2abac8862c0e4dbfce20d71b8b8a96692f))
|
|
427
240
|
|
|
428
241
|
## [4.4.3](https://github.com/feathersjs/feathers/compare/v4.4.1...v4.4.3) (2019-12-06)
|
|
429
242
|
|
|
430
243
|
**Note:** Version bump only for package @feathersjs/authentication
|
|
431
244
|
|
|
432
|
-
|
|
433
|
-
|
|
434
|
-
|
|
435
|
-
|
|
436
245
|
## [4.4.1](https://github.com/feathersjs/feathers/compare/v4.4.0...v4.4.1) (2019-11-27)
|
|
437
246
|
|
|
438
247
|
**Note:** Version bump only for package @feathersjs/authentication
|
|
439
248
|
|
|
440
|
-
|
|
441
|
-
|
|
442
|
-
|
|
443
|
-
|
|
444
249
|
# [4.4.0](https://github.com/feathersjs/feathers/compare/v4.3.11...v4.4.0) (2019-11-27)
|
|
445
250
|
|
|
446
251
|
**Note:** Version bump only for package @feathersjs/authentication
|
|
447
252
|
|
|
448
|
-
|
|
449
|
-
|
|
450
|
-
|
|
451
|
-
|
|
452
253
|
## [4.3.11](https://github.com/feathersjs/feathers/compare/v4.3.10...v4.3.11) (2019-11-11)
|
|
453
254
|
|
|
454
|
-
|
|
455
255
|
### Bug Fixes
|
|
456
256
|
|
|
457
|
-
|
|
458
|
-
|
|
459
|
-
|
|
460
|
-
|
|
461
|
-
|
|
257
|
+
- **authentication:** Retain object references in authenticate hook ([#1675](https://github.com/feathersjs/feathers/issues/1675)) ([e1939be](https://github.com/feathersjs/feathers/commit/e1939be19d4e79d3f5e2fe69ba894a11c627ae99))
|
|
462
258
|
|
|
463
259
|
## [4.3.10](https://github.com/feathersjs/feathers/compare/v4.3.9...v4.3.10) (2019-10-26)
|
|
464
260
|
|
|
465
261
|
**Note:** Version bump only for package @feathersjs/authentication
|
|
466
262
|
|
|
467
|
-
|
|
468
|
-
|
|
469
|
-
|
|
470
|
-
|
|
471
263
|
## [4.3.9](https://github.com/feathersjs/feathers/compare/v4.3.8...v4.3.9) (2019-10-26)
|
|
472
264
|
|
|
473
|
-
|
|
474
265
|
### Bug Fixes
|
|
475
266
|
|
|
476
|
-
|
|
477
|
-
|
|
478
|
-
|
|
479
|
-
|
|
480
|
-
|
|
481
|
-
|
|
267
|
+
- Add jsonwebtoken TypeScript type dependency ([317c80a](https://github.com/feathersjs/feathers/commit/317c80a9205e8853bb830a12c3aa1a19e95f9abc))
|
|
268
|
+
- Small type improvements ([#1624](https://github.com/feathersjs/feathers/issues/1624)) ([50162c6](https://github.com/feathersjs/feathers/commit/50162c6e562f0a47c6a280c4f01fff7c3afee293))
|
|
482
269
|
|
|
483
270
|
## [4.3.7](https://github.com/feathersjs/feathers/compare/v4.3.6...v4.3.7) (2019-10-14)
|
|
484
271
|
|
|
485
272
|
**Note:** Version bump only for package @feathersjs/authentication
|
|
486
273
|
|
|
487
|
-
|
|
488
|
-
|
|
489
|
-
|
|
490
|
-
|
|
491
274
|
## [4.3.5](https://github.com/feathersjs/feathers/compare/v4.3.4...v4.3.5) (2019-10-07)
|
|
492
275
|
|
|
493
|
-
|
|
494
276
|
### Bug Fixes
|
|
495
277
|
|
|
496
|
-
|
|
497
|
-
|
|
498
|
-
|
|
499
|
-
|
|
500
|
-
|
|
501
|
-
|
|
278
|
+
- Authentication type improvements and timeout fix ([#1605](https://github.com/feathersjs/feathers/issues/1605)) ([19854d3](https://github.com/feathersjs/feathers/commit/19854d3))
|
|
279
|
+
- Improve error message when authentication strategy is not allowed ([#1600](https://github.com/feathersjs/feathers/issues/1600)) ([317a312](https://github.com/feathersjs/feathers/commit/317a312))
|
|
502
280
|
|
|
503
281
|
## [4.3.4](https://github.com/feathersjs/feathers/compare/v4.3.3...v4.3.4) (2019-10-03)
|
|
504
282
|
|
|
505
283
|
**Note:** Version bump only for package @feathersjs/authentication
|
|
506
284
|
|
|
507
|
-
|
|
508
|
-
|
|
509
|
-
|
|
510
|
-
|
|
511
285
|
## [4.3.3](https://github.com/feathersjs/feathers/compare/v4.3.2...v4.3.3) (2019-09-21)
|
|
512
286
|
|
|
513
|
-
|
|
514
287
|
### Bug Fixes
|
|
515
288
|
|
|
516
|
-
|
|
517
|
-
|
|
518
|
-
|
|
519
|
-
|
|
520
|
-
|
|
521
|
-
|
|
289
|
+
- check for undefined access token ([#1571](https://github.com/feathersjs/feathers/issues/1571)) ([976369d](https://github.com/feathersjs/feathers/commit/976369d))
|
|
290
|
+
- Small improvements in dependencies and code sturcture ([#1562](https://github.com/feathersjs/feathers/issues/1562)) ([42c13e2](https://github.com/feathersjs/feathers/commit/42c13e2))
|
|
522
291
|
|
|
523
292
|
## [4.3.2](https://github.com/feathersjs/feathers/compare/v4.3.1...v4.3.2) (2019-09-16)
|
|
524
293
|
|
|
525
294
|
**Note:** Version bump only for package @feathersjs/authentication
|
|
526
295
|
|
|
527
|
-
|
|
528
|
-
|
|
529
|
-
|
|
530
|
-
|
|
531
296
|
## [4.3.1](https://github.com/feathersjs/feathers/compare/v4.3.0...v4.3.1) (2019-09-09)
|
|
532
297
|
|
|
533
|
-
|
|
534
298
|
### Bug Fixes
|
|
535
299
|
|
|
536
|
-
|
|
537
|
-
|
|
538
|
-
|
|
539
|
-
|
|
540
|
-
|
|
300
|
+
- Use long-timeout for JWT expiration timers ([#1552](https://github.com/feathersjs/feathers/issues/1552)) ([65637ec](https://github.com/feathersjs/feathers/commit/65637ec))
|
|
541
301
|
|
|
542
302
|
# [4.3.0](https://github.com/feathersjs/feathers/compare/v4.3.0-pre.4...v4.3.0) (2019-08-27)
|
|
543
303
|
|
|
544
304
|
**Note:** Version bump only for package @feathersjs/authentication
|
|
545
305
|
|
|
546
|
-
|
|
547
|
-
|
|
548
|
-
|
|
549
|
-
|
|
550
306
|
# [4.3.0-pre.4](https://github.com/feathersjs/feathers/compare/v4.3.0-pre.3...v4.3.0-pre.4) (2019-08-22)
|
|
551
307
|
|
|
552
|
-
|
|
553
308
|
### Bug Fixes
|
|
554
309
|
|
|
555
|
-
|
|
556
|
-
|
|
557
|
-
|
|
558
|
-
|
|
559
|
-
|
|
310
|
+
- Fix auth publisher mistake ([08bad61](https://github.com/feathersjs/feathers/commit/08bad61))
|
|
560
311
|
|
|
561
312
|
# [4.3.0-pre.3](https://github.com/feathersjs/feathers/compare/v4.3.0-pre.2...v4.3.0-pre.3) (2019-08-19)
|
|
562
313
|
|
|
563
|
-
|
|
564
314
|
### Bug Fixes
|
|
565
315
|
|
|
566
|
-
|
|
567
|
-
|
|
568
|
-
|
|
316
|
+
- Expire and remove authenticated real-time connections ([#1512](https://github.com/feathersjs/feathers/issues/1512)) ([2707c33](https://github.com/feathersjs/feathers/commit/2707c33))
|
|
317
|
+
- Update all dependencies ([7d53a00](https://github.com/feathersjs/feathers/commit/7d53a00))
|
|
569
318
|
|
|
570
319
|
### Features
|
|
571
320
|
|
|
572
|
-
|
|
573
|
-
|
|
574
|
-
|
|
575
|
-
|
|
576
|
-
|
|
321
|
+
- Let strategies handle the connection ([#1510](https://github.com/feathersjs/feathers/issues/1510)) ([4329feb](https://github.com/feathersjs/feathers/commit/4329feb))
|
|
577
322
|
|
|
578
323
|
# [4.3.0-pre.2](https://github.com/feathersjs/feathers/compare/v4.3.0-pre.1...v4.3.0-pre.2) (2019-08-02)
|
|
579
324
|
|
|
580
|
-
|
|
581
325
|
### Bug Fixes
|
|
582
326
|
|
|
583
|
-
|
|
584
|
-
|
|
585
|
-
|
|
586
|
-
|
|
587
|
-
|
|
588
|
-
|
|
327
|
+
- Add getEntityId to JWT strategy and fix legacy Socket authentication ([#1488](https://github.com/feathersjs/feathers/issues/1488)) ([9a3b324](https://github.com/feathersjs/feathers/commit/9a3b324))
|
|
328
|
+
- Add method to reliably get default authentication service ([#1470](https://github.com/feathersjs/feathers/issues/1470)) ([e542cb3](https://github.com/feathersjs/feathers/commit/e542cb3))
|
|
589
329
|
|
|
590
330
|
# [4.3.0-pre.1](https://github.com/feathersjs/feathers/compare/v4.0.0-pre.5...v4.3.0-pre.1) (2019-07-11)
|
|
591
331
|
|
|
592
332
|
**Note:** Version bump only for package @feathersjs/authentication
|
|
593
333
|
|
|
594
|
-
|
|
595
|
-
|
|
596
|
-
|
|
597
|
-
|
|
598
334
|
# [4.0.0-pre.5](https://github.com/feathersjs/feathers/compare/v4.0.0-pre.4...v4.0.0-pre.5) (2019-07-10)
|
|
599
335
|
|
|
600
336
|
**Note:** Version bump only for package @feathersjs/authentication
|
|
601
337
|
|
|
602
|
-
|
|
603
|
-
|
|
604
|
-
|
|
605
|
-
|
|
606
338
|
# [4.0.0-pre.4](https://github.com/feathersjs/feathers/compare/v4.0.0-pre.3...v4.0.0-pre.4) (2019-07-05)
|
|
607
339
|
|
|
608
|
-
|
|
609
340
|
### Bug Fixes
|
|
610
341
|
|
|
611
|
-
|
|
612
|
-
|
|
613
|
-
|
|
614
|
-
|
|
615
|
-
|
|
342
|
+
- Updated typings for ServiceMethods ([#1409](https://github.com/feathersjs/feathers/issues/1409)) ([b5ee7e2](https://github.com/feathersjs/feathers/commit/b5ee7e2))
|
|
616
343
|
|
|
617
344
|
# [4.0.0-pre.3](https://github.com/feathersjs/feathers/compare/v4.0.0-pre.2...v4.0.0-pre.3) (2019-06-01)
|
|
618
345
|
|
|
619
|
-
|
|
620
346
|
### Bug Fixes
|
|
621
347
|
|
|
622
|
-
|
|
623
|
-
|
|
624
|
-
|
|
625
|
-
|
|
626
|
-
|
|
627
|
-
|
|
628
|
-
|
|
629
|
-
|
|
348
|
+
- Make oAuth paths more consistent and improve authentication client ([#1377](https://github.com/feathersjs/feathers/issues/1377)) ([adb2543](https://github.com/feathersjs/feathers/commit/adb2543))
|
|
349
|
+
- Set authenticated: true after successful authentication ([#1367](https://github.com/feathersjs/feathers/issues/1367)) ([9918cff](https://github.com/feathersjs/feathers/commit/9918cff))
|
|
350
|
+
- Typings fix and improvements. ([#1364](https://github.com/feathersjs/feathers/issues/1364)) ([515b916](https://github.com/feathersjs/feathers/commit/515b916))
|
|
351
|
+
- Update dependencies and fix tests ([#1373](https://github.com/feathersjs/feathers/issues/1373)) ([d743a7f](https://github.com/feathersjs/feathers/commit/d743a7f))
|
|
630
352
|
|
|
631
353
|
# [4.0.0-pre.2](https://github.com/feathersjs/feathers/compare/v4.0.0-pre.1...v4.0.0-pre.2) (2019-05-15)
|
|
632
354
|
|
|
633
|
-
|
|
634
355
|
### Bug Fixes
|
|
635
356
|
|
|
636
|
-
|
|
637
|
-
|
|
638
|
-
|
|
639
|
-
|
|
640
|
-
|
|
357
|
+
- Throw NotAuthenticated on token verification errors ([#1357](https://github.com/feathersjs/feathers/issues/1357)) ([e0120df](https://github.com/feathersjs/feathers/commit/e0120df))
|
|
641
358
|
|
|
642
359
|
# [4.0.0-pre.1](https://github.com/feathersjs/feathers/compare/v4.0.0-pre.0...v4.0.0-pre.1) (2019-05-08)
|
|
643
360
|
|
|
644
|
-
|
|
645
361
|
### Bug Fixes
|
|
646
362
|
|
|
647
|
-
|
|
648
|
-
|
|
649
|
-
|
|
650
|
-
|
|
651
|
-
|
|
652
|
-
|
|
363
|
+
- Always require strategy parameter in authentication ([#1327](https://github.com/feathersjs/feathers/issues/1327)) ([d4a8021](https://github.com/feathersjs/feathers/commit/d4a8021))
|
|
364
|
+
- Bring back params.authenticated ([#1317](https://github.com/feathersjs/feathers/issues/1317)) ([a0ffd5e](https://github.com/feathersjs/feathers/commit/a0ffd5e))
|
|
365
|
+
- Improve authentication parameter handling ([#1333](https://github.com/feathersjs/feathers/issues/1333)) ([6e77204](https://github.com/feathersjs/feathers/commit/6e77204))
|
|
366
|
+
- Merge httpStrategies and authStrategies option ([#1308](https://github.com/feathersjs/feathers/issues/1308)) ([afa4d55](https://github.com/feathersjs/feathers/commit/afa4d55))
|
|
367
|
+
- Rename jwtStrategies option to authStrategies ([#1305](https://github.com/feathersjs/feathers/issues/1305)) ([4aee151](https://github.com/feathersjs/feathers/commit/4aee151))
|
|
653
368
|
|
|
654
369
|
### Features
|
|
655
370
|
|
|
656
|
-
|
|
657
|
-
|
|
658
|
-
|
|
659
|
-
|
|
660
|
-
|
|
371
|
+
- Change and *JWT methods to *accessToken ([#1304](https://github.com/feathersjs/feathers/issues/1304)) ([5ac826b](https://github.com/feathersjs/feathers/commit/5ac826b))
|
|
661
372
|
|
|
662
373
|
# [4.0.0-pre.0](https://github.com/feathersjs/feathers/compare/v3.2.0-pre.1...v4.0.0-pre.0) (2019-04-21)
|
|
663
374
|
|
|
664
|
-
|
|
665
375
|
### Bug Fixes
|
|
666
376
|
|
|
667
|
-
|
|
668
|
-
|
|
669
|
-
|
|
670
|
-
|
|
671
|
-
|
|
672
|
-
|
|
673
|
-
|
|
674
|
-
|
|
675
|
-
|
|
676
|
-
|
|
677
|
-
|
|
678
|
-
|
|
679
|
-
|
|
680
|
-
|
|
681
|
-
|
|
682
|
-
|
|
377
|
+
- Added path and method in to express request for passport ([#1112](https://github.com/feathersjs/feathers/issues/1112)) ([afa1cb4](https://github.com/feathersjs/feathers/commit/afa1cb4))
|
|
378
|
+
- Authentication core improvements ([#1260](https://github.com/feathersjs/feathers/issues/1260)) ([c5dc7a2](https://github.com/feathersjs/feathers/commit/c5dc7a2))
|
|
379
|
+
- Improve JWT authentication option handling ([#1261](https://github.com/feathersjs/feathers/issues/1261)) ([31b956b](https://github.com/feathersjs/feathers/commit/31b956b))
|
|
380
|
+
- Make Mocha a proper devDependency for every repository ([#1053](https://github.com/feathersjs/feathers/issues/1053)) ([9974803](https://github.com/feathersjs/feathers/commit/9974803))
|
|
381
|
+
- Only merge authenticated property on update ([8a564f7](https://github.com/feathersjs/feathers/commit/8a564f7))
|
|
382
|
+
- reduce authentication connection hook complexity and remove unnecessary checks ([fa94b2f](https://github.com/feathersjs/feathers/commit/fa94b2f))
|
|
383
|
+
- Update all dependencies to latest ([#1206](https://github.com/feathersjs/feathers/issues/1206)) ([e51e0f6](https://github.com/feathersjs/feathers/commit/e51e0f6))
|
|
384
|
+
- **authentication:** Fall back when req.app is not the application when emitting events ([#1185](https://github.com/feathersjs/feathers/issues/1185)) ([6a534f0](https://github.com/feathersjs/feathers/commit/6a534f0))
|
|
385
|
+
- Update adapter common tests ([#1135](https://github.com/feathersjs/feathers/issues/1135)) ([8166dda](https://github.com/feathersjs/feathers/commit/8166dda))
|
|
386
|
+
- **docs/new-features:** syntax highlighting ([#347](https://github.com/feathersjs/feathers/issues/347)) ([4ab7c95](https://github.com/feathersjs/feathers/commit/4ab7c95))
|
|
387
|
+
- **package:** update @feathersjs/commons to version 2.0.0 ([#692](https://github.com/feathersjs/feathers/issues/692)) ([ca665ab](https://github.com/feathersjs/feathers/commit/ca665ab))
|
|
388
|
+
- **package:** update debug to version 3.0.0 ([#555](https://github.com/feathersjs/feathers/issues/555)) ([f788804](https://github.com/feathersjs/feathers/commit/f788804))
|
|
389
|
+
- **package:** update jsonwebtoken to version 8.0.0 ([#567](https://github.com/feathersjs/feathers/issues/567)) ([6811626](https://github.com/feathersjs/feathers/commit/6811626))
|
|
390
|
+
- **package:** update ms to version 2.0.0 ([#509](https://github.com/feathersjs/feathers/issues/509)) ([7e4b0b6](https://github.com/feathersjs/feathers/commit/7e4b0b6))
|
|
391
|
+
- **package:** update passport to version 0.4.0 ([#558](https://github.com/feathersjs/feathers/issues/558)) ([dcb14a5](https://github.com/feathersjs/feathers/commit/dcb14a5))
|
|
683
392
|
|
|
684
393
|
### Features
|
|
685
394
|
|
|
686
|
-
|
|
687
|
-
|
|
688
|
-
|
|
689
|
-
|
|
690
|
-
|
|
691
|
-
|
|
692
|
-
|
|
693
|
-
|
|
395
|
+
- @feathersjs/authentication-oauth ([#1299](https://github.com/feathersjs/feathers/issues/1299)) ([656bae7](https://github.com/feathersjs/feathers/commit/656bae7))
|
|
396
|
+
- Add AuthenticationBaseStrategy and make authentication option handling more explicit ([#1284](https://github.com/feathersjs/feathers/issues/1284)) ([2667d92](https://github.com/feathersjs/feathers/commit/2667d92))
|
|
397
|
+
- Add TypeScript definitions ([#1275](https://github.com/feathersjs/feathers/issues/1275)) ([9dd6713](https://github.com/feathersjs/feathers/commit/9dd6713))
|
|
398
|
+
- Authentication v3 core server implementation ([#1205](https://github.com/feathersjs/feathers/issues/1205)) ([1bd7591](https://github.com/feathersjs/feathers/commit/1bd7591))
|
|
399
|
+
- Authentication v3 local authentication ([#1211](https://github.com/feathersjs/feathers/issues/1211)) ([0fa5f7c](https://github.com/feathersjs/feathers/commit/0fa5f7c))
|
|
400
|
+
- Remove (hook, next) signature and SKIP support ([#1269](https://github.com/feathersjs/feathers/issues/1269)) ([211c0f8](https://github.com/feathersjs/feathers/commit/211c0f8))
|
|
401
|
+
- Support params symbol to skip authenticate hook ([#1296](https://github.com/feathersjs/feathers/issues/1296)) ([d16cf4d](https://github.com/feathersjs/feathers/commit/d16cf4d))
|
|
694
402
|
|
|
695
403
|
### BREAKING CHANGES
|
|
696
404
|
|
|
697
|
-
|
|
698
|
-
|
|
699
|
-
|
|
700
|
-
|
|
701
|
-
|
|
405
|
+
- Update authentication strategies for @feathersjs/authentication v3
|
|
702
406
|
|
|
703
407
|
## [2.1.16](https://github.com/feathersjs/feathers/compare/@feathersjs/authentication@2.1.15...@feathersjs/authentication@2.1.16) (2019-01-26)
|
|
704
408
|
|
|
705
|
-
|
|
706
409
|
### Bug Fixes
|
|
707
410
|
|
|
708
|
-
|
|
709
|
-
|
|
710
|
-
|
|
711
|
-
|
|
712
|
-
|
|
411
|
+
- **authentication:** Fall back when req.app is not the application when emitting events ([#1185](https://github.com/feathersjs/feathers/issues/1185)) ([6a534f0](https://github.com/feathersjs/feathers/commit/6a534f0))
|
|
713
412
|
|
|
714
413
|
## [2.1.15](https://github.com/feathersjs/feathers/compare/@feathersjs/authentication@2.1.14...@feathersjs/authentication@2.1.15) (2019-01-02)
|
|
715
414
|
|
|
716
|
-
|
|
717
415
|
### Bug Fixes
|
|
718
416
|
|
|
719
|
-
|
|
720
|
-
|
|
721
|
-
|
|
722
|
-
|
|
723
|
-
|
|
417
|
+
- Update adapter common tests ([#1135](https://github.com/feathersjs/feathers/issues/1135)) ([8166dda](https://github.com/feathersjs/feathers/commit/8166dda))
|
|
724
418
|
|
|
725
419
|
<a name="2.1.14"></a>
|
|
726
|
-
## [2.1.14](https://github.com/feathersjs/feathers/compare/@feathersjs/authentication@2.1.13...@feathersjs/authentication@2.1.14) (2018-12-16)
|
|
727
420
|
|
|
421
|
+
## [2.1.14](https://github.com/feathersjs/feathers/compare/@feathersjs/authentication@2.1.13...@feathersjs/authentication@2.1.14) (2018-12-16)
|
|
728
422
|
|
|
729
423
|
### Bug Fixes
|
|
730
424
|
|
|
731
|
-
|
|
732
|
-
|
|
733
|
-
|
|
734
|
-
|
|
735
|
-
|
|
425
|
+
- Added path and method in to express request for passport ([#1112](https://github.com/feathersjs/feathers/issues/1112)) ([afa1cb4](https://github.com/feathersjs/feathers/commit/afa1cb4))
|
|
736
426
|
|
|
737
427
|
<a name="2.1.13"></a>
|
|
428
|
+
|
|
738
429
|
## [2.1.13](https://github.com/feathersjs/feathers/compare/@feathersjs/authentication@2.1.12...@feathersjs/authentication@2.1.13) (2018-10-26)
|
|
739
430
|
|
|
740
431
|
**Note:** Version bump only for package @feathersjs/authentication
|
|
741
432
|
|
|
742
|
-
|
|
743
|
-
|
|
744
|
-
|
|
745
|
-
|
|
746
433
|
<a name="2.1.12"></a>
|
|
747
|
-
## [2.1.12](https://github.com/feathersjs/feathers/compare/@feathersjs/authentication@2.1.11...@feathersjs/authentication@2.1.12) (2018-10-25)
|
|
748
434
|
|
|
435
|
+
## [2.1.12](https://github.com/feathersjs/feathers/compare/@feathersjs/authentication@2.1.11...@feathersjs/authentication@2.1.12) (2018-10-25)
|
|
749
436
|
|
|
750
437
|
### Bug Fixes
|
|
751
438
|
|
|
752
|
-
|
|
753
|
-
|
|
754
|
-
|
|
755
|
-
|
|
756
|
-
|
|
757
|
-
|
|
439
|
+
- Make Mocha a proper devDependency for every repository ([#1053](https://github.com/feathersjs/feathers/issues/1053)) ([9974803](https://github.com/feathersjs/feathers/commit/9974803))
|
|
440
|
+
- Only merge authenticated property on update ([8a564f7](https://github.com/feathersjs/feathers/commit/8a564f7))
|
|
758
441
|
|
|
759
442
|
<a name="2.1.11"></a>
|
|
443
|
+
|
|
760
444
|
## [2.1.11](https://github.com/feathersjs/feathers/compare/@feathersjs/authentication@2.1.10...@feathersjs/authentication@2.1.11) (2018-09-21)
|
|
761
445
|
|
|
762
446
|
**Note:** Version bump only for package @feathersjs/authentication
|
|
763
447
|
|
|
764
|
-
|
|
765
|
-
|
|
766
|
-
|
|
767
|
-
|
|
768
448
|
<a name="2.1.10"></a>
|
|
449
|
+
|
|
769
450
|
## [2.1.10](https://github.com/feathersjs/feathers/compare/@feathersjs/authentication@2.1.9...@feathersjs/authentication@2.1.10) (2018-09-17)
|
|
770
451
|
|
|
771
452
|
**Note:** Version bump only for package @feathersjs/authentication
|
|
772
453
|
|
|
773
|
-
|
|
774
|
-
|
|
775
|
-
|
|
776
|
-
|
|
777
454
|
<a name="2.1.9"></a>
|
|
455
|
+
|
|
778
456
|
## [2.1.9](https://github.com/feathersjs/feathers/compare/@feathersjs/authentication@2.1.8...@feathersjs/authentication@2.1.9) (2018-09-02)
|
|
779
457
|
|
|
780
458
|
**Note:** Version bump only for package @feathersjs/authentication
|
|
781
459
|
|
|
782
460
|
<a name="2.1.8"></a>
|
|
461
|
+
|
|
783
462
|
## 2.1.8
|
|
784
463
|
|
|
785
464
|
- Migrate to Monorepo ([feathers#462](https://github.com/feathersjs/feathers/issues/462))
|
|
786
465
|
|
|
787
466
|
## [v2.1.7](https://github.com/feathersjs/authentication/tree/v2.1.7) (2018-06-29)
|
|
467
|
+
|
|
788
468
|
[Full Changelog](https://github.com/feathersjs/authentication/compare/v2.1.6...v2.1.7)
|
|
789
469
|
|
|
790
470
|
**Fixed bugs:**
|
|
@@ -806,6 +486,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
806
486
|
- Update sinon to the latest version 🚀 [\#681](https://github.com/feathersjs/authentication/pull/681) ([greenkeeper[bot]](https://github.com/apps/greenkeeper))
|
|
807
487
|
|
|
808
488
|
## [v2.1.6](https://github.com/feathersjs/authentication/tree/v2.1.6) (2018-06-01)
|
|
489
|
+
|
|
809
490
|
[Full Changelog](https://github.com/feathersjs/authentication/compare/v2.1.5...v2.1.6)
|
|
810
491
|
|
|
811
492
|
**Closed issues:**
|
|
@@ -827,6 +508,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
827
508
|
- add option to allowUnauthenticated [\#599](https://github.com/feathersjs/authentication/pull/599) ([MichaelErmer](https://github.com/MichaelErmer))
|
|
828
509
|
|
|
829
510
|
## [v2.1.5](https://github.com/feathersjs/authentication/tree/v2.1.5) (2018-04-16)
|
|
511
|
+
|
|
830
512
|
[Full Changelog](https://github.com/feathersjs/authentication/compare/v2.1.4...v2.1.5)
|
|
831
513
|
|
|
832
514
|
**Closed issues:**
|
|
@@ -839,6 +521,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
839
521
|
- Remove payload and user entity on logout. [\#665](https://github.com/feathersjs/authentication/pull/665) ([bertho-zero](https://github.com/bertho-zero))
|
|
840
522
|
|
|
841
523
|
## [v2.1.4](https://github.com/feathersjs/authentication/tree/v2.1.4) (2018-04-12)
|
|
524
|
+
|
|
842
525
|
[Full Changelog](https://github.com/feathersjs/authentication/compare/v2.1.3...v2.1.4)
|
|
843
526
|
|
|
844
527
|
**Closed issues:**
|
|
@@ -855,6 +538,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
855
538
|
- Update sinon to the latest version 🚀 [\#656](https://github.com/feathersjs/authentication/pull/656) ([greenkeeper[bot]](https://github.com/apps/greenkeeper))
|
|
856
539
|
|
|
857
540
|
## [v2.1.3](https://github.com/feathersjs/authentication/tree/v2.1.3) (2018-03-16)
|
|
541
|
+
|
|
858
542
|
[Full Changelog](https://github.com/feathersjs/authentication/compare/v2.1.2...v2.1.3)
|
|
859
543
|
|
|
860
544
|
**Closed issues:**
|
|
@@ -874,6 +558,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
874
558
|
- Update sinon-chai to the latest version 🚀 [\#644](https://github.com/feathersjs/authentication/pull/644) ([greenkeeper[bot]](https://github.com/apps/greenkeeper))
|
|
875
559
|
|
|
876
560
|
## [v2.1.2](https://github.com/feathersjs/authentication/tree/v2.1.2) (2018-02-14)
|
|
561
|
+
|
|
877
562
|
[Full Changelog](https://github.com/feathersjs/authentication/compare/v2.1.1...v2.1.2)
|
|
878
563
|
|
|
879
564
|
**Fixed bugs:**
|
|
@@ -890,7 +575,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
890
575
|
- cookie reused from server in SSR app [\#619](https://github.com/feathersjs/authentication/issues/619)
|
|
891
576
|
- Express middleware not setCookie [\#617](https://github.com/feathersjs/authentication/issues/617)
|
|
892
577
|
- Server to Server Authentication Question [\#612](https://github.com/feathersjs/authentication/issues/612)
|
|
893
|
-
- No way to share token between socket-rest-express
|
|
578
|
+
- No way to share token between socket-rest-express [\#607](https://github.com/feathersjs/authentication/issues/607)
|
|
894
579
|
- 404 when accessing route using customer authentication [\#579](https://github.com/feathersjs/authentication/issues/579)
|
|
895
580
|
- \[question\] is it possible to protect by role a create method? [\#564](https://github.com/feathersjs/authentication/issues/564)
|
|
896
581
|
- Authentication with server-side rendering [\#560](https://github.com/feathersjs/authentication/issues/560)
|
|
@@ -907,6 +592,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
907
592
|
- Options merged [\#611](https://github.com/feathersjs/authentication/pull/611) ([Makingweb](https://github.com/Makingweb))
|
|
908
593
|
|
|
909
594
|
## [v2.1.1](https://github.com/feathersjs/authentication/tree/v2.1.1) (2018-01-03)
|
|
595
|
+
|
|
910
596
|
[Full Changelog](https://github.com/feathersjs/authentication/compare/v2.1.0...v2.1.1)
|
|
911
597
|
|
|
912
598
|
**Closed issues:**
|
|
@@ -922,6 +608,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
922
608
|
- Update mongodb to the latest version 🚀 [\#618](https://github.com/feathersjs/authentication/pull/618) ([greenkeeper[bot]](https://github.com/apps/greenkeeper))
|
|
923
609
|
|
|
924
610
|
## [v2.1.0](https://github.com/feathersjs/authentication/tree/v2.1.0) (2017-12-06)
|
|
611
|
+
|
|
925
612
|
[Full Changelog](https://github.com/feathersjs/authentication/compare/v2.0.1...v2.1.0)
|
|
926
613
|
|
|
927
614
|
**Closed issues:**
|
|
@@ -935,6 +622,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
935
622
|
- Update feathers-memory to the latest version 🚀 [\#613](https://github.com/feathersjs/authentication/pull/613) ([greenkeeper[bot]](https://github.com/apps/greenkeeper))
|
|
936
623
|
|
|
937
624
|
## [v2.0.1](https://github.com/feathersjs/authentication/tree/v2.0.1) (2017-11-16)
|
|
625
|
+
|
|
938
626
|
[Full Changelog](https://github.com/feathersjs/authentication/compare/v2.0.0...v2.0.1)
|
|
939
627
|
|
|
940
628
|
**Merged pull requests:**
|
|
@@ -942,6 +630,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
942
630
|
- Add default export for better ES module \(TypeScript\) compatibility [\#605](https://github.com/feathersjs/authentication/pull/605) ([daffl](https://github.com/daffl))
|
|
943
631
|
|
|
944
632
|
## [v2.0.0](https://github.com/feathersjs/authentication/tree/v2.0.0) (2017-11-09)
|
|
633
|
+
|
|
945
634
|
[Full Changelog](https://github.com/feathersjs/authentication/compare/v1.3.1...v2.0.0)
|
|
946
635
|
|
|
947
636
|
**Closed issues:**
|
|
@@ -954,6 +643,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
954
643
|
- Update nsp to the latest version 🚀 [\#603](https://github.com/feathersjs/authentication/pull/603) ([greenkeeper[bot]](https://github.com/apps/greenkeeper))
|
|
955
644
|
|
|
956
645
|
## [v1.3.1](https://github.com/feathersjs/authentication/tree/v1.3.1) (2017-11-03)
|
|
646
|
+
|
|
957
647
|
[Full Changelog](https://github.com/feathersjs/authentication/compare/v1.4.1...v1.3.1)
|
|
958
648
|
|
|
959
649
|
**Merged pull requests:**
|
|
@@ -961,6 +651,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
961
651
|
- Only set the JWT UUID if it is not already set [\#600](https://github.com/feathersjs/authentication/pull/600) ([daffl](https://github.com/daffl))
|
|
962
652
|
|
|
963
653
|
## [v1.4.1](https://github.com/feathersjs/authentication/tree/v1.4.1) (2017-11-01)
|
|
654
|
+
|
|
964
655
|
[Full Changelog](https://github.com/feathersjs/authentication/compare/v1.4.0...v1.4.1)
|
|
965
656
|
|
|
966
657
|
**Merged pull requests:**
|
|
@@ -970,6 +661,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
970
661
|
- Update Codeclimate coverage token [\#595](https://github.com/feathersjs/authentication/pull/595) ([daffl](https://github.com/daffl))
|
|
971
662
|
|
|
972
663
|
## [v1.4.0](https://github.com/feathersjs/authentication/tree/v1.4.0) (2017-10-25)
|
|
664
|
+
|
|
973
665
|
[Full Changelog](https://github.com/feathersjs/authentication/compare/v1.3.0...v1.4.0)
|
|
974
666
|
|
|
975
667
|
**Closed issues:**
|
|
@@ -984,6 +676,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
984
676
|
- Update to new plugin infrastructure [\#591](https://github.com/feathersjs/authentication/pull/591) ([daffl](https://github.com/daffl))
|
|
985
677
|
|
|
986
678
|
## [v1.3.0](https://github.com/feathersjs/authentication/tree/v1.3.0) (2017-10-24)
|
|
679
|
+
|
|
987
680
|
[Full Changelog](https://github.com/feathersjs/authentication/compare/v0.7.13...v1.3.0)
|
|
988
681
|
|
|
989
682
|
**Merged pull requests:**
|
|
@@ -991,12 +684,13 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
991
684
|
- updating the codeclimate setup [\#589](https://github.com/feathersjs/authentication/pull/589) ([ekryski](https://github.com/ekryski))
|
|
992
685
|
|
|
993
686
|
## [v0.7.13](https://github.com/feathersjs/authentication/tree/v0.7.13) (2017-10-23)
|
|
687
|
+
|
|
994
688
|
[Full Changelog](https://github.com/feathersjs/authentication/compare/v1.2.7...v0.7.13)
|
|
995
689
|
|
|
996
690
|
**Closed issues:**
|
|
997
691
|
|
|
998
692
|
- Error authenticating! Error: Token provided to verifyJWT is missing or not a string ? [\#584](https://github.com/feathersjs/authentication/issues/584)
|
|
999
|
-
- Visual Studio Code
|
|
693
|
+
- Visual Studio Code Debug no authentication [\#583](https://github.com/feathersjs/authentication/issues/583)
|
|
1000
694
|
- \[Feature Request\] Cloud DB's [\#581](https://github.com/feathersjs/authentication/issues/581)
|
|
1001
695
|
- Request doesn't contain any headers when user service requested [\#578](https://github.com/feathersjs/authentication/issues/578)
|
|
1002
696
|
- No way to pass Options to auth.express.authenticate. Needed for Google API refreshToken [\#576](https://github.com/feathersjs/authentication/issues/576)
|
|
@@ -1037,13 +731,14 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
1037
731
|
- Refresh token must have a user ID [\#419](https://github.com/feathersjs/authentication/pull/419) ([francisco-sanchez-molina](https://github.com/francisco-sanchez-molina))
|
|
1038
732
|
|
|
1039
733
|
## [v1.2.7](https://github.com/feathersjs/authentication/tree/v1.2.7) (2017-07-11)
|
|
734
|
+
|
|
1040
735
|
[Full Changelog](https://github.com/feathersjs/authentication/compare/v1.2.6...v1.2.7)
|
|
1041
736
|
|
|
1042
737
|
**Closed issues:**
|
|
1043
738
|
|
|
1044
739
|
- Connection without password [\#541](https://github.com/feathersjs/authentication/issues/541)
|
|
1045
740
|
- email in lower case ? [\#538](https://github.com/feathersjs/authentication/issues/538)
|
|
1046
|
-
- Im unable to ping feathers server from react native.
|
|
741
|
+
- Im unable to ping feathers server from react native. [\#537](https://github.com/feathersjs/authentication/issues/537)
|
|
1047
742
|
- whats the official way to open cors in feather ? [\#536](https://github.com/feathersjs/authentication/issues/536)
|
|
1048
743
|
- Error options.service does not exist after initial auth setup [\#535](https://github.com/feathersjs/authentication/issues/535)
|
|
1049
744
|
- LogoutTimer not being cleared correctly [\#532](https://github.com/feathersjs/authentication/issues/532)
|
|
@@ -1054,6 +749,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
1054
749
|
- fixed meta undefined error [\#542](https://github.com/feathersjs/authentication/pull/542) ([markacola](https://github.com/markacola))
|
|
1055
750
|
|
|
1056
751
|
## [v1.2.6](https://github.com/feathersjs/authentication/tree/v1.2.6) (2017-06-22)
|
|
752
|
+
|
|
1057
753
|
[Full Changelog](https://github.com/feathersjs/authentication/compare/v1.2.5...v1.2.6)
|
|
1058
754
|
|
|
1059
755
|
**Closed issues:**
|
|
@@ -1066,6 +762,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
1066
762
|
- Update feathers-authentication-local to the latest version 🚀 [\#533](https://github.com/feathersjs/authentication/pull/533) ([greenkeeper[bot]](https://github.com/apps/greenkeeper))
|
|
1067
763
|
|
|
1068
764
|
## [v1.2.5](https://github.com/feathersjs/authentication/tree/v1.2.5) (2017-06-21)
|
|
765
|
+
|
|
1069
766
|
[Full Changelog](https://github.com/feathersjs/authentication/compare/v1.2.4...v1.2.5)
|
|
1070
767
|
|
|
1071
768
|
**Closed issues:**
|
|
@@ -1079,6 +776,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
1079
776
|
- fixes several issues with update-entity w/ test cases [\#531](https://github.com/feathersjs/authentication/pull/531) ([jerfowler](https://github.com/jerfowler))
|
|
1080
777
|
|
|
1081
778
|
## [v1.2.4](https://github.com/feathersjs/authentication/tree/v1.2.4) (2017-06-08)
|
|
779
|
+
|
|
1082
780
|
[Full Changelog](https://github.com/feathersjs/authentication/compare/v1.2.3...v1.2.4)
|
|
1083
781
|
|
|
1084
782
|
**Fixed bugs:**
|
|
@@ -1106,6 +804,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
1106
804
|
- Fix default authentication config keys [\#506](https://github.com/feathersjs/authentication/pull/506) ([ekryski](https://github.com/ekryski))
|
|
1107
805
|
|
|
1108
806
|
## [v1.2.3](https://github.com/feathersjs/authentication/tree/v1.2.3) (2017-05-10)
|
|
807
|
+
|
|
1109
808
|
[Full Changelog](https://github.com/feathersjs/authentication/compare/v1.2.2...v1.2.3)
|
|
1110
809
|
|
|
1111
810
|
**Closed issues:**
|
|
@@ -1131,6 +830,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
1131
830
|
- Update dependencies to enable Greenkeeper 🌴 [\#482](https://github.com/feathersjs/authentication/pull/482) ([greenkeeper[bot]](https://github.com/apps/greenkeeper))
|
|
1132
831
|
|
|
1133
832
|
## [v1.2.2](https://github.com/feathersjs/authentication/tree/v1.2.2) (2017-04-12)
|
|
833
|
+
|
|
1134
834
|
[Full Changelog](https://github.com/feathersjs/authentication/compare/v1.2.1...v1.2.2)
|
|
1135
835
|
|
|
1136
836
|
**Fixed bugs:**
|
|
@@ -1152,6 +852,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
1152
852
|
- Resolves \#475 - Socket params are made available to authentication hooks [\#477](https://github.com/feathersjs/authentication/pull/477) ([thomas-p-wilson](https://github.com/thomas-p-wilson))
|
|
1153
853
|
|
|
1154
854
|
## [v1.2.1](https://github.com/feathersjs/authentication/tree/v1.2.1) (2017-04-07)
|
|
855
|
+
|
|
1155
856
|
[Full Changelog](https://github.com/feathersjs/authentication/compare/v1.2.0...v1.2.1)
|
|
1156
857
|
|
|
1157
858
|
**Fixed bugs:**
|
|
@@ -1175,6 +876,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
1175
876
|
- Allow the cookie to be set if action is not `remove` [\#474](https://github.com/feathersjs/authentication/pull/474) ([marshallswain](https://github.com/marshallswain))
|
|
1176
877
|
|
|
1177
878
|
## [v1.2.0](https://github.com/feathersjs/authentication/tree/v1.2.0) (2017-03-23)
|
|
879
|
+
|
|
1178
880
|
[Full Changelog](https://github.com/feathersjs/authentication/compare/v1.1.1...v1.2.0)
|
|
1179
881
|
|
|
1180
882
|
**Fixed bugs:**
|
|
@@ -1187,7 +889,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
1187
889
|
|
|
1188
890
|
- Token creation has side effect [\#454](https://github.com/feathersjs/authentication/issues/454)
|
|
1189
891
|
- Question: When is userId set? [\#453](https://github.com/feathersjs/authentication/issues/453)
|
|
1190
|
-
- How to authenticate SPA? More precisely how does the redirect works?
|
|
892
|
+
- How to authenticate SPA? More precisely how does the redirect works? [\#451](https://github.com/feathersjs/authentication/issues/451)
|
|
1191
893
|
- POST to auth/facebook for FacebookTokenStrategy 404? [\#447](https://github.com/feathersjs/authentication/issues/447)
|
|
1192
894
|
- feathers-authentication 1.1.1 `No auth token` [\#445](https://github.com/feathersjs/authentication/issues/445)
|
|
1193
895
|
- Another readme incorrect and maybe docs to [\#441](https://github.com/feathersjs/authentication/issues/441)
|
|
@@ -1210,6 +912,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
1210
912
|
- Add support for Bearer scheme in remove method [\#403](https://github.com/feathersjs/authentication/pull/403) ([boybundit](https://github.com/boybundit))
|
|
1211
913
|
|
|
1212
914
|
## [v1.1.1](https://github.com/feathersjs/authentication/tree/v1.1.1) (2017-03-02)
|
|
915
|
+
|
|
1213
916
|
[Full Changelog](https://github.com/feathersjs/authentication/compare/v1.1.0...v1.1.1)
|
|
1214
917
|
|
|
1215
918
|
**Closed issues:**
|
|
@@ -1221,6 +924,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
1221
924
|
- Remove lots of hardcoded values for config, and adds the `authenticate` hook [\#427](https://github.com/feathersjs/authentication/pull/427) ([myknbani](https://github.com/myknbani))
|
|
1222
925
|
|
|
1223
926
|
## [v1.1.0](https://github.com/feathersjs/authentication/tree/v1.1.0) (2017-03-01)
|
|
927
|
+
|
|
1224
928
|
[Full Changelog](https://github.com/feathersjs/authentication/compare/v1.0.2...v1.1.0)
|
|
1225
929
|
|
|
1226
930
|
**Fixed bugs:**
|
|
@@ -1249,10 +953,10 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
1249
953
|
- feathers-authentication errors with any view error, and redirects to /auth/failure [\#381](https://github.com/feathersjs/authentication/issues/381)
|
|
1250
954
|
- what does app.service\('authentication'\).remove\(...\) mean? [\#379](https://github.com/feathersjs/authentication/issues/379)
|
|
1251
955
|
- Rest Endpoints. [\#375](https://github.com/feathersjs/authentication/issues/375)
|
|
1252
|
-
- cordova google-plus signUp with
|
|
956
|
+
- cordova google-plus signUp with id_token [\#373](https://github.com/feathersjs/authentication/issues/373)
|
|
1253
957
|
- How to reconnect socket with cookie after page refresh ? [\#372](https://github.com/feathersjs/authentication/issues/372)
|
|
1254
958
|
- Error: Could not find stored JWT and no authentication strategy was given [\#367](https://github.com/feathersjs/authentication/issues/367)
|
|
1255
|
-
- "No auth token" using authenticate
|
|
959
|
+
- "No auth token" using authenticate strategy: 'jwt' \(v.1.0.0-beta-2\) [\#366](https://github.com/feathersjs/authentication/issues/366)
|
|
1256
960
|
- Navigating to /auth/\<provider\> twice redirects to /auth/failed [\#344](https://github.com/feathersjs/authentication/issues/344)
|
|
1257
961
|
- Meteor auth migration guide [\#334](https://github.com/feathersjs/authentication/issues/334)
|
|
1258
962
|
- Auth 1.0 [\#330](https://github.com/feathersjs/authentication/issues/330)
|
|
@@ -1280,6 +984,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
1280
984
|
- Docs: Equalize usage of feathers-authenticate [\#378](https://github.com/feathersjs/authentication/pull/378) ([eikaramba](https://github.com/eikaramba))
|
|
1281
985
|
|
|
1282
986
|
## [v1.0.2](https://github.com/feathersjs/authentication/tree/v1.0.2) (2016-12-14)
|
|
987
|
+
|
|
1283
988
|
[Full Changelog](https://github.com/feathersjs/authentication/compare/v1.0.1...v1.0.2)
|
|
1284
989
|
|
|
1285
990
|
**Closed issues:**
|
|
@@ -1287,9 +992,11 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
1287
992
|
- successRedirect not redirecting [\#364](https://github.com/feathersjs/authentication/issues/364)
|
|
1288
993
|
|
|
1289
994
|
## [v1.0.1](https://github.com/feathersjs/authentication/tree/v1.0.1) (2016-12-14)
|
|
995
|
+
|
|
1290
996
|
[Full Changelog](https://github.com/feathersjs/authentication/compare/v1.0.0...v1.0.1)
|
|
1291
997
|
|
|
1292
998
|
## [v1.0.0](https://github.com/feathersjs/authentication/tree/v1.0.0) (2016-12-14)
|
|
999
|
+
|
|
1293
1000
|
[Full Changelog](https://github.com/feathersjs/authentication/compare/v0.7.12...v1.0.0)
|
|
1294
1001
|
|
|
1295
1002
|
**Fixed bugs:**
|
|
@@ -1300,19 +1007,19 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
1300
1007
|
|
|
1301
1008
|
- auth.express.authenticate got undefined [\#363](https://github.com/feathersjs/authentication/issues/363)
|
|
1302
1009
|
- Non-standard header structure [\#361](https://github.com/feathersjs/authentication/issues/361)
|
|
1303
|
-
- localEndpoint without local strategy
|
|
1010
|
+
- localEndpoint without local strategy [\#359](https://github.com/feathersjs/authentication/issues/359)
|
|
1304
1011
|
- Using custom passport strategies [\#356](https://github.com/feathersjs/authentication/issues/356)
|
|
1305
1012
|
- Client-side app.on\('login'\) [\#355](https://github.com/feathersjs/authentication/issues/355)
|
|
1306
1013
|
- Payload limiting on `app.get\('user'\)`? [\#354](https://github.com/feathersjs/authentication/issues/354)
|
|
1307
|
-
- Authentication token is missing
|
|
1014
|
+
- Authentication token is missing [\#352](https://github.com/feathersjs/authentication/issues/352)
|
|
1308
1015
|
- \[1.0\] The entity on the socket should pull from the strategy options. [\#348](https://github.com/feathersjs/authentication/issues/348)
|
|
1309
1016
|
- \[1.0\] Only the first failure is returned on auth failure when chaining multiple strategies [\#346](https://github.com/feathersjs/authentication/issues/346)
|
|
1310
1017
|
- Build 0.7.11 does not contain current code on NPMJS [\#342](https://github.com/feathersjs/authentication/issues/342)
|
|
1311
|
-
-
|
|
1018
|
+
- feathers-authentication branch 0.8 did not work with payload \(tested on socket\) [\#264](https://github.com/feathersjs/authentication/issues/264)
|
|
1312
1019
|
- Add method for updating JWT [\#260](https://github.com/feathersjs/authentication/issues/260)
|
|
1313
1020
|
- 1.0 architecture considerations [\#226](https://github.com/feathersjs/authentication/issues/226)
|
|
1314
1021
|
- Features/RFC [\#213](https://github.com/feathersjs/authentication/issues/213)
|
|
1315
|
-
- Support
|
|
1022
|
+
- Support access_token based OAuth2 providers [\#169](https://github.com/feathersjs/authentication/issues/169)
|
|
1316
1023
|
- Support openID [\#154](https://github.com/feathersjs/authentication/issues/154)
|
|
1317
1024
|
- Disable cookie by default if not using OAuth [\#152](https://github.com/feathersjs/authentication/issues/152)
|
|
1318
1025
|
- Add token service tests [\#144](https://github.com/feathersjs/authentication/issues/144)
|
|
@@ -1343,6 +1050,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
1343
1050
|
- 1.0 Pre-release [\#336](https://github.com/feathersjs/authentication/pull/336) ([ekryski](https://github.com/ekryski))
|
|
1344
1051
|
|
|
1345
1052
|
## [v0.7.12](https://github.com/feathersjs/authentication/tree/v0.7.12) (2016-11-11)
|
|
1053
|
+
|
|
1346
1054
|
[Full Changelog](https://github.com/feathersjs/authentication/compare/v0.7.11...v0.7.12)
|
|
1347
1055
|
|
|
1348
1056
|
**Closed issues:**
|
|
@@ -1390,6 +1098,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
1390
1098
|
- 0.8 - OAuth fixes [\#304](https://github.com/feathersjs/authentication/pull/304) ([marshallswain](https://github.com/marshallswain))
|
|
1391
1099
|
|
|
1392
1100
|
## [v0.7.11](https://github.com/feathersjs/authentication/tree/v0.7.11) (2016-09-28)
|
|
1101
|
+
|
|
1393
1102
|
[Full Changelog](https://github.com/feathersjs/authentication/compare/v0.7.10...v0.7.11)
|
|
1394
1103
|
|
|
1395
1104
|
**Closed issues:**
|
|
@@ -1408,6 +1117,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
1408
1117
|
- Allow multiple username fields for local auth [\#283](https://github.com/feathersjs/authentication/pull/283) ([sdbondi](https://github.com/sdbondi))
|
|
1409
1118
|
|
|
1410
1119
|
## [v0.7.10](https://github.com/feathersjs/authentication/tree/v0.7.10) (2016-08-31)
|
|
1120
|
+
|
|
1411
1121
|
[Full Changelog](https://github.com/feathersjs/authentication/compare/v0.7.9...v0.7.10)
|
|
1412
1122
|
|
|
1413
1123
|
**Fixed bugs:**
|
|
@@ -1420,7 +1130,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
1420
1130
|
- Auth0 & featherjs authorization only [\#277](https://github.com/feathersjs/authentication/issues/277)
|
|
1421
1131
|
- Cannot read property 'scope' of undefined [\#273](https://github.com/feathersjs/authentication/issues/273)
|
|
1422
1132
|
- Socker.js | Custom successHandler [\#271](https://github.com/feathersjs/authentication/issues/271)
|
|
1423
|
-
- Use feathers-socketio? and rest&socket share session maybe?
|
|
1133
|
+
- Use feathers-socketio? and rest&socket share session maybe? [\#269](https://github.com/feathersjs/authentication/issues/269)
|
|
1424
1134
|
- Ability to invalidate old token/session when user login with another machine. [\#267](https://github.com/feathersjs/authentication/issues/267)
|
|
1425
1135
|
- 0.8 authentication before hooks - only ever getting a 401 Unauthorised [\#263](https://github.com/feathersjs/authentication/issues/263)
|
|
1426
1136
|
- REST Middleware breaks local auth [\#262](https://github.com/feathersjs/authentication/issues/262)
|
|
@@ -1450,6 +1160,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
1450
1160
|
- Adds ability to limit queries unless authenticated and authorized [\#229](https://github.com/feathersjs/authentication/pull/229) ([codingfriend1](https://github.com/codingfriend1))
|
|
1451
1161
|
|
|
1452
1162
|
## [v0.7.9](https://github.com/feathersjs/authentication/tree/v0.7.9) (2016-06-20)
|
|
1163
|
+
|
|
1453
1164
|
[Full Changelog](https://github.com/feathersjs/authentication/compare/v0.7.8...v0.7.9)
|
|
1454
1165
|
|
|
1455
1166
|
**Fixed bugs:**
|
|
@@ -1467,6 +1178,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
1467
1178
|
- jwt ssl warning [\#214](https://github.com/feathersjs/authentication/pull/214) ([aboutlo](https://github.com/aboutlo))
|
|
1468
1179
|
|
|
1469
1180
|
## [v0.7.8](https://github.com/feathersjs/authentication/tree/v0.7.8) (2016-06-09)
|
|
1181
|
+
|
|
1470
1182
|
[Full Changelog](https://github.com/feathersjs/authentication/compare/v0.7.7...v0.7.8)
|
|
1471
1183
|
|
|
1472
1184
|
**Closed issues:**
|
|
@@ -1491,6 +1203,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
1491
1203
|
- Update babel-plugin-add-module-exports to version 0.2.0 🚀 [\#199](https://github.com/feathersjs/authentication/pull/199) ([greenkeeperio-bot](https://github.com/greenkeeperio-bot))
|
|
1492
1204
|
|
|
1493
1205
|
## [v0.7.7](https://github.com/feathersjs/authentication/tree/v0.7.7) (2016-05-05)
|
|
1206
|
+
|
|
1494
1207
|
[Full Changelog](https://github.com/feathersjs/authentication/compare/v0.7.6...v0.7.7)
|
|
1495
1208
|
|
|
1496
1209
|
**Fixed bugs:**
|
|
@@ -1502,6 +1215,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
1502
1215
|
- properly handle optional `\_json` property [\#197](https://github.com/feathersjs/authentication/pull/197) ([nyaaao](https://github.com/nyaaao))
|
|
1503
1216
|
|
|
1504
1217
|
## [v0.7.6](https://github.com/feathersjs/authentication/tree/v0.7.6) (2016-05-03)
|
|
1218
|
+
|
|
1505
1219
|
[Full Changelog](https://github.com/feathersjs/authentication/compare/v0.7.5...v0.7.6)
|
|
1506
1220
|
|
|
1507
1221
|
**Fixed bugs:**
|
|
@@ -1510,7 +1224,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
1510
1224
|
|
|
1511
1225
|
**Closed issues:**
|
|
1512
1226
|
|
|
1513
|
-
- Authenticated user
|
|
1227
|
+
- Authenticated user [\#192](https://github.com/feathersjs/authentication/issues/192)
|
|
1514
1228
|
- REST token revoke [\#185](https://github.com/feathersjs/authentication/issues/185)
|
|
1515
1229
|
- TypeError: Cannot read property 'service' of undefined [\#173](https://github.com/feathersjs/authentication/issues/173)
|
|
1516
1230
|
- Optionally Include password in the params.query object passed to User.find\(\) [\#171](https://github.com/feathersjs/authentication/issues/171)
|
|
@@ -1524,6 +1238,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
1524
1238
|
- fix\(oauth2\): Use patch to update user in oauthCallback [\#183](https://github.com/feathersjs/authentication/pull/183) ([beevelop](https://github.com/beevelop))
|
|
1525
1239
|
|
|
1526
1240
|
## [v0.7.5](https://github.com/feathersjs/authentication/tree/v0.7.5) (2016-04-23)
|
|
1241
|
+
|
|
1527
1242
|
[Full Changelog](https://github.com/feathersjs/authentication/compare/v0.7.4...v0.7.5)
|
|
1528
1243
|
|
|
1529
1244
|
**Fixed bugs:**
|
|
@@ -1536,6 +1251,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
1536
1251
|
- Unable to authenticate requests when using vanilla Socket.IO [\#166](https://github.com/feathersjs/authentication/issues/166)
|
|
1537
1252
|
|
|
1538
1253
|
## [v0.7.4](https://github.com/feathersjs/authentication/tree/v0.7.4) (2016-04-18)
|
|
1254
|
+
|
|
1539
1255
|
[Full Changelog](https://github.com/feathersjs/authentication/compare/v0.7.3...v0.7.4)
|
|
1540
1256
|
|
|
1541
1257
|
**Fixed bugs:**
|
|
@@ -1553,9 +1269,11 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
1553
1269
|
- Hook fixes [\#164](https://github.com/feathersjs/authentication/pull/164) ([ekryski](https://github.com/ekryski))
|
|
1554
1270
|
|
|
1555
1271
|
## [v0.7.3](https://github.com/feathersjs/authentication/tree/v0.7.3) (2016-04-16)
|
|
1272
|
+
|
|
1556
1273
|
[Full Changelog](https://github.com/feathersjs/authentication/compare/v0.7.2...v0.7.3)
|
|
1557
1274
|
|
|
1558
1275
|
## [v0.7.2](https://github.com/feathersjs/authentication/tree/v0.7.2) (2016-04-16)
|
|
1276
|
+
|
|
1559
1277
|
[Full Changelog](https://github.com/feathersjs/authentication/compare/v0.7.1...v0.7.2)
|
|
1560
1278
|
|
|
1561
1279
|
**Closed issues:**
|
|
@@ -1571,6 +1289,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
1571
1289
|
- Steal Compatibility [\#156](https://github.com/feathersjs/authentication/pull/156) ([marshallswain](https://github.com/marshallswain))
|
|
1572
1290
|
|
|
1573
1291
|
## [v0.7.1](https://github.com/feathersjs/authentication/tree/v0.7.1) (2016-04-08)
|
|
1292
|
+
|
|
1574
1293
|
[Full Changelog](https://github.com/feathersjs/authentication/compare/v0.7.0...v0.7.1)
|
|
1575
1294
|
|
|
1576
1295
|
**Closed issues:**
|
|
@@ -1587,6 +1306,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
1587
1306
|
- Fix copy paste typo in queryWithCurrentUser hook. [\#140](https://github.com/feathersjs/authentication/pull/140) ([juodumas](https://github.com/juodumas))
|
|
1588
1307
|
|
|
1589
1308
|
## [v0.7.0](https://github.com/feathersjs/authentication/tree/v0.7.0) (2016-03-30)
|
|
1309
|
+
|
|
1590
1310
|
[Full Changelog](https://github.com/feathersjs/authentication/compare/v0.6.0...v0.7.0)
|
|
1591
1311
|
|
|
1592
1312
|
**Fixed bugs:**
|
|
@@ -1617,6 +1337,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
1617
1337
|
- 0.7 Release [\#139](https://github.com/feathersjs/authentication/pull/139) ([ekryski](https://github.com/ekryski))
|
|
1618
1338
|
|
|
1619
1339
|
## [v0.6.0](https://github.com/feathersjs/authentication/tree/v0.6.0) (2016-03-24)
|
|
1340
|
+
|
|
1620
1341
|
[Full Changelog](https://github.com/feathersjs/authentication/compare/v0.5.1...v0.6.0)
|
|
1621
1342
|
|
|
1622
1343
|
**Fixed bugs:**
|
|
@@ -1637,15 +1358,17 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
1637
1358
|
**Merged pull requests:**
|
|
1638
1359
|
|
|
1639
1360
|
- Bcryptjs [\#137](https://github.com/feathersjs/authentication/pull/137) ([ekryski](https://github.com/ekryski))
|
|
1640
|
-
- Allow user.id to be 0.
|
|
1361
|
+
- Allow user.id to be 0. Fixes \#116 [\#117](https://github.com/feathersjs/authentication/pull/117) ([marshallswain](https://github.com/marshallswain))
|
|
1641
1362
|
- client should return a 401 error code when no token is provided [\#115](https://github.com/feathersjs/authentication/pull/115) ([ccummings](https://github.com/ccummings))
|
|
1642
1363
|
- v0.6 - Bugs fixes, new hooks, and hook tests [\#109](https://github.com/feathersjs/authentication/pull/109) ([ekryski](https://github.com/ekryski))
|
|
1643
1364
|
- primus client connect event is 'open' [\#106](https://github.com/feathersjs/authentication/pull/106) ([ahdinosaur](https://github.com/ahdinosaur))
|
|
1644
1365
|
|
|
1645
1366
|
## [v0.5.1](https://github.com/feathersjs/authentication/tree/v0.5.1) (2016-03-15)
|
|
1367
|
+
|
|
1646
1368
|
[Full Changelog](https://github.com/feathersjs/authentication/compare/v0.5.0...v0.5.1)
|
|
1647
1369
|
|
|
1648
1370
|
## [v0.5.0](https://github.com/feathersjs/authentication/tree/v0.5.0) (2016-03-14)
|
|
1371
|
+
|
|
1649
1372
|
[Full Changelog](https://github.com/feathersjs/authentication/compare/v0.4.1...v0.5.0)
|
|
1650
1373
|
|
|
1651
1374
|
**Fixed bugs:**
|
|
@@ -1671,6 +1394,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
1671
1394
|
- Customize the JWT payload [\#80](https://github.com/feathersjs/authentication/pull/80) ([enten](https://github.com/enten))
|
|
1672
1395
|
|
|
1673
1396
|
## [v0.4.1](https://github.com/feathersjs/authentication/tree/v0.4.1) (2016-02-28)
|
|
1397
|
+
|
|
1674
1398
|
[Full Changelog](https://github.com/feathersjs/authentication/compare/v0.4.0...v0.4.1)
|
|
1675
1399
|
|
|
1676
1400
|
**Fixed bugs:**
|
|
@@ -1680,13 +1404,14 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
1680
1404
|
**Closed issues:**
|
|
1681
1405
|
|
|
1682
1406
|
- Username response ? [\#84](https://github.com/feathersjs/authentication/issues/84)
|
|
1683
|
-
- User doesn't get populated after authentication with databases that don't use \_id
|
|
1407
|
+
- User doesn't get populated after authentication with databases that don't use \_id [\#71](https://github.com/feathersjs/authentication/issues/71)
|
|
1684
1408
|
- Support client usage in NodeJS [\#52](https://github.com/feathersjs/authentication/issues/52)
|
|
1685
1409
|
- Support async storage for React Native [\#51](https://github.com/feathersjs/authentication/issues/51)
|
|
1686
1410
|
- RequireAdmin on userService [\#36](https://github.com/feathersjs/authentication/issues/36)
|
|
1687
1411
|
- Create test for changing the `usernameField` [\#1](https://github.com/feathersjs/authentication/issues/1)
|
|
1688
1412
|
|
|
1689
1413
|
## [v0.4.0](https://github.com/feathersjs/authentication/tree/v0.4.0) (2016-02-27)
|
|
1414
|
+
|
|
1690
1415
|
[Full Changelog](https://github.com/feathersjs/authentication/compare/v0.3.5...v0.4.0)
|
|
1691
1416
|
|
|
1692
1417
|
**Closed issues:**
|
|
@@ -1698,6 +1423,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
1698
1423
|
- Refactoring for storage service [\#76](https://github.com/feathersjs/authentication/pull/76) ([ekryski](https://github.com/ekryski))
|
|
1699
1424
|
|
|
1700
1425
|
## [v0.3.5](https://github.com/feathersjs/authentication/tree/v0.3.5) (2016-02-25)
|
|
1426
|
+
|
|
1701
1427
|
[Full Changelog](https://github.com/feathersjs/authentication/compare/v0.3.4...v0.3.5)
|
|
1702
1428
|
|
|
1703
1429
|
**Merged pull requests:**
|
|
@@ -1705,12 +1431,15 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
1705
1431
|
- Adding support for OAuth2 token based auth strategies. Closes \#46. [\#77](https://github.com/feathersjs/authentication/pull/77) ([ekryski](https://github.com/ekryski))
|
|
1706
1432
|
|
|
1707
1433
|
## [v0.3.4](https://github.com/feathersjs/authentication/tree/v0.3.4) (2016-02-25)
|
|
1434
|
+
|
|
1708
1435
|
[Full Changelog](https://github.com/feathersjs/authentication/compare/v0.3.3...v0.3.4)
|
|
1709
1436
|
|
|
1710
1437
|
## [v0.3.3](https://github.com/feathersjs/authentication/tree/v0.3.3) (2016-02-25)
|
|
1438
|
+
|
|
1711
1439
|
[Full Changelog](https://github.com/feathersjs/authentication/compare/v0.3.2...v0.3.3)
|
|
1712
1440
|
|
|
1713
1441
|
## [v0.3.2](https://github.com/feathersjs/authentication/tree/v0.3.2) (2016-02-24)
|
|
1442
|
+
|
|
1714
1443
|
[Full Changelog](https://github.com/feathersjs/authentication/compare/v0.3.1...v0.3.2)
|
|
1715
1444
|
|
|
1716
1445
|
**Merged pull requests:**
|
|
@@ -1718,6 +1447,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
1718
1447
|
- bumping feathers-errors version [\#79](https://github.com/feathersjs/authentication/pull/79) ([ekryski](https://github.com/ekryski))
|
|
1719
1448
|
|
|
1720
1449
|
## [v0.3.1](https://github.com/feathersjs/authentication/tree/v0.3.1) (2016-02-23)
|
|
1450
|
+
|
|
1721
1451
|
[Full Changelog](https://github.com/feathersjs/authentication/compare/v0.3.0...v0.3.1)
|
|
1722
1452
|
|
|
1723
1453
|
**Closed issues:**
|
|
@@ -1731,6 +1461,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
1731
1461
|
- Fix toLowerCase hook [\#75](https://github.com/feathersjs/authentication/pull/75) ([enten](https://github.com/enten))
|
|
1732
1462
|
|
|
1733
1463
|
## [v0.3.0](https://github.com/feathersjs/authentication/tree/v0.3.0) (2016-02-19)
|
|
1464
|
+
|
|
1734
1465
|
[Full Changelog](https://github.com/feathersjs/authentication/compare/v0.2.4...v0.3.0)
|
|
1735
1466
|
|
|
1736
1467
|
**Fixed bugs:**
|
|
@@ -1748,6 +1479,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
1748
1479
|
- Config options [\#70](https://github.com/feathersjs/authentication/pull/70) ([ekryski](https://github.com/ekryski))
|
|
1749
1480
|
|
|
1750
1481
|
## [v0.2.4](https://github.com/feathersjs/authentication/tree/v0.2.4) (2016-02-17)
|
|
1482
|
+
|
|
1751
1483
|
[Full Changelog](https://github.com/feathersjs/authentication/compare/v0.2.3...v0.2.4)
|
|
1752
1484
|
|
|
1753
1485
|
**Closed issues:**
|
|
@@ -1759,11 +1491,12 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
1759
1491
|
- Add module exports Babel module and test CommonJS compatibility [\#68](https://github.com/feathersjs/authentication/pull/68) ([daffl](https://github.com/daffl))
|
|
1760
1492
|
|
|
1761
1493
|
## [v0.2.3](https://github.com/feathersjs/authentication/tree/v0.2.3) (2016-02-15)
|
|
1494
|
+
|
|
1762
1495
|
[Full Changelog](https://github.com/feathersjs/authentication/compare/v0.2.2...v0.2.3)
|
|
1763
1496
|
|
|
1764
1497
|
**Closed issues:**
|
|
1765
1498
|
|
|
1766
|
-
- How to forbid get and find on the userEndpoint?
|
|
1499
|
+
- How to forbid get and find on the userEndpoint? [\#66](https://github.com/feathersjs/authentication/issues/66)
|
|
1767
1500
|
- userEndpoint problem in sub-app [\#63](https://github.com/feathersjs/authentication/issues/63)
|
|
1768
1501
|
- How to modify successRedirect in local authentication? [\#60](https://github.com/feathersjs/authentication/issues/60)
|
|
1769
1502
|
|
|
@@ -1773,6 +1506,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
1773
1506
|
- Fixing client query [\#65](https://github.com/feathersjs/authentication/pull/65) ([fastlorenzo](https://github.com/fastlorenzo))
|
|
1774
1507
|
|
|
1775
1508
|
## [v0.2.2](https://github.com/feathersjs/authentication/tree/v0.2.2) (2016-02-13)
|
|
1509
|
+
|
|
1776
1510
|
[Full Changelog](https://github.com/feathersjs/authentication/compare/v0.2.1...v0.2.2)
|
|
1777
1511
|
|
|
1778
1512
|
**Closed issues:**
|
|
@@ -1786,6 +1520,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
1786
1520
|
- Fixing token endpoint [\#58](https://github.com/feathersjs/authentication/pull/58) ([marshallswain](https://github.com/marshallswain))
|
|
1787
1521
|
|
|
1788
1522
|
## [v0.2.1](https://github.com/feathersjs/authentication/tree/v0.2.1) (2016-02-12)
|
|
1523
|
+
|
|
1789
1524
|
[Full Changelog](https://github.com/feathersjs/authentication/compare/v0.2.0...v0.2.1)
|
|
1790
1525
|
|
|
1791
1526
|
**Closed issues:**
|
|
@@ -1794,6 +1529,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
1794
1529
|
- node can not require\("feathers-authentication"\).default [\#53](https://github.com/feathersjs/authentication/issues/53)
|
|
1795
1530
|
|
|
1796
1531
|
## [v0.2.0](https://github.com/feathersjs/authentication/tree/v0.2.0) (2016-02-12)
|
|
1532
|
+
|
|
1797
1533
|
[Full Changelog](https://github.com/feathersjs/authentication/compare/v0.1.2...v0.2.0)
|
|
1798
1534
|
|
|
1799
1535
|
**Closed issues:**
|
|
@@ -1815,6 +1551,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
1815
1551
|
- Validate if provider [\#39](https://github.com/feathersjs/authentication/pull/39) ([mastertinner](https://github.com/mastertinner))
|
|
1816
1552
|
|
|
1817
1553
|
## [v0.1.2](https://github.com/feathersjs/authentication/tree/v0.1.2) (2016-02-04)
|
|
1554
|
+
|
|
1818
1555
|
[Full Changelog](https://github.com/feathersjs/authentication/compare/v0.1.1...v0.1.2)
|
|
1819
1556
|
|
|
1820
1557
|
**Closed issues:**
|
|
@@ -1828,9 +1565,11 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
1828
1565
|
- safety check for data [\#35](https://github.com/feathersjs/authentication/pull/35) ([deanmcpherson](https://github.com/deanmcpherson))
|
|
1829
1566
|
|
|
1830
1567
|
## [v0.1.1](https://github.com/feathersjs/authentication/tree/v0.1.1) (2016-01-30)
|
|
1568
|
+
|
|
1831
1569
|
[Full Changelog](https://github.com/feathersjs/authentication/compare/v0.1.0...v0.1.1)
|
|
1832
1570
|
|
|
1833
1571
|
## [v0.1.0](https://github.com/feathersjs/authentication/tree/v0.1.0) (2016-01-25)
|
|
1572
|
+
|
|
1834
1573
|
[Full Changelog](https://github.com/feathersjs/authentication/compare/v0.0.8...v0.1.0)
|
|
1835
1574
|
|
|
1836
1575
|
**Closed issues:**
|
|
@@ -1849,6 +1588,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
1849
1588
|
- Adding nsp check [\#26](https://github.com/feathersjs/authentication/pull/26) ([marshallswain](https://github.com/marshallswain))
|
|
1850
1589
|
|
|
1851
1590
|
## [v0.0.8](https://github.com/feathersjs/authentication/tree/v0.0.8) (2016-01-16)
|
|
1591
|
+
|
|
1852
1592
|
[Full Changelog](https://github.com/feathersjs/authentication/compare/v0.0.7...v0.0.8)
|
|
1853
1593
|
|
|
1854
1594
|
**Merged pull requests:**
|
|
@@ -1856,11 +1596,12 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
1856
1596
|
- Support services that use pagination. [\#23](https://github.com/feathersjs/authentication/pull/23) ([marshallswain](https://github.com/marshallswain))
|
|
1857
1597
|
|
|
1858
1598
|
## [v0.0.7](https://github.com/feathersjs/authentication/tree/v0.0.7) (2016-01-07)
|
|
1599
|
+
|
|
1859
1600
|
[Full Changelog](https://github.com/feathersjs/authentication/compare/v0.0.6...v0.0.7)
|
|
1860
1601
|
|
|
1861
1602
|
**Closed issues:**
|
|
1862
1603
|
|
|
1863
|
-
- Password isn't removed from responses when using a mongoose service for users endpoint
|
|
1604
|
+
- Password isn't removed from responses when using a mongoose service for users endpoint [\#19](https://github.com/feathersjs/authentication/issues/19)
|
|
1864
1605
|
- next called twice using socket.io and using an unauthenticated service [\#17](https://github.com/feathersjs/authentication/issues/17)
|
|
1865
1606
|
- Switch to a callback-based field configuration? [\#15](https://github.com/feathersjs/authentication/issues/15)
|
|
1866
1607
|
- Cannot authenticate [\#14](https://github.com/feathersjs/authentication/issues/14)
|
|
@@ -1869,12 +1610,13 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
1869
1610
|
|
|
1870
1611
|
**Merged pull requests:**
|
|
1871
1612
|
|
|
1872
|
-
- Adding separate route for refreshing a login token.
|
|
1613
|
+
- Adding separate route for refreshing a login token. [\#21](https://github.com/feathersjs/authentication/pull/21) ([corymsmith](https://github.com/corymsmith))
|
|
1873
1614
|
- Converting user model to object when using mongoose service [\#20](https://github.com/feathersjs/authentication/pull/20) ([corymsmith](https://github.com/corymsmith))
|
|
1874
1615
|
- Fixing issue where next is called twice when hitting an unauthenticated service via socket.io [\#18](https://github.com/feathersjs/authentication/pull/18) ([corymsmith](https://github.com/corymsmith))
|
|
1875
1616
|
- Fixing usage of mongoose service [\#16](https://github.com/feathersjs/authentication/pull/16) ([corymsmith](https://github.com/corymsmith))
|
|
1876
1617
|
|
|
1877
1618
|
## [v0.0.6](https://github.com/feathersjs/authentication/tree/v0.0.6) (2015-11-22)
|
|
1619
|
+
|
|
1878
1620
|
[Full Changelog](https://github.com/feathersjs/authentication/compare/v0.0.5...v0.0.6)
|
|
1879
1621
|
|
|
1880
1622
|
**Closed issues:**
|
|
@@ -1883,12 +1625,15 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
1883
1625
|
- Make sure we're returning proper error responses. [\#8](https://github.com/feathersjs/authentication/issues/8)
|
|
1884
1626
|
|
|
1885
1627
|
## [v0.0.5](https://github.com/feathersjs/authentication/tree/v0.0.5) (2015-11-19)
|
|
1628
|
+
|
|
1886
1629
|
[Full Changelog](https://github.com/feathersjs/authentication/compare/v0.0.4...v0.0.5)
|
|
1887
1630
|
|
|
1888
1631
|
## [v0.0.4](https://github.com/feathersjs/authentication/tree/v0.0.4) (2015-11-19)
|
|
1632
|
+
|
|
1889
1633
|
[Full Changelog](https://github.com/feathersjs/authentication/compare/v0.0.3...v0.0.4)
|
|
1890
1634
|
|
|
1891
1635
|
## [v0.0.3](https://github.com/feathersjs/authentication/tree/v0.0.3) (2015-11-18)
|
|
1636
|
+
|
|
1892
1637
|
[Full Changelog](https://github.com/feathersjs/authentication/compare/v1.0.6...v0.0.3)
|
|
1893
1638
|
|
|
1894
1639
|
**Merged pull requests:**
|
|
@@ -1896,15 +1641,17 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
1896
1641
|
- allow runtime auth via socket.io [\#4](https://github.com/feathersjs/authentication/pull/4) ([randomnerd](https://github.com/randomnerd))
|
|
1897
1642
|
|
|
1898
1643
|
## [v1.0.6](https://github.com/feathersjs/authentication/tree/v1.0.6) (2015-11-02)
|
|
1644
|
+
|
|
1899
1645
|
[Full Changelog](https://github.com/feathersjs/authentication/compare/v1.0.5...v1.0.6)
|
|
1900
1646
|
|
|
1901
1647
|
## [v1.0.5](https://github.com/feathersjs/authentication/tree/v1.0.5) (2015-11-02)
|
|
1648
|
+
|
|
1902
1649
|
[Full Changelog](https://github.com/feathersjs/authentication/compare/v1.0.4...v1.0.5)
|
|
1903
1650
|
|
|
1904
1651
|
## [v1.0.4](https://github.com/feathersjs/authentication/tree/v1.0.4) (2015-11-02)
|
|
1652
|
+
|
|
1905
1653
|
[Full Changelog](https://github.com/feathersjs/authentication/compare/v1.0.3...v1.0.4)
|
|
1906
1654
|
|
|
1907
1655
|
## [v1.0.3](https://github.com/feathersjs/authentication/tree/v1.0.3) (2015-10-12)
|
|
1908
1656
|
|
|
1909
|
-
|
|
1910
|
-
\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)*
|
|
1657
|
+
\* _This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)_
|