@feathersjs/authentication-local 5.0.0-pre.9 → 5.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +163 -215
- package/LICENSE +1 -1
- package/README.md +2 -2
- package/lib/hooks/hash-password.d.ts +8 -1
- package/lib/hooks/hash-password.js +19 -20
- package/lib/hooks/hash-password.js.map +1 -1
- package/lib/hooks/protect.d.ts +5 -1
- package/lib/hooks/protect.js +28 -32
- package/lib/hooks/protect.js.map +1 -1
- package/lib/index.d.ts +15 -2
- package/lib/index.js +20 -3
- package/lib/index.js.map +1 -1
- package/lib/strategy.js +78 -79
- package/lib/strategy.js.map +1 -1
- package/package.json +20 -18
- package/src/hooks/hash-password.ts +36 -28
- package/src/hooks/protect.ts +30 -25
- package/src/index.ts +27 -4
- package/src/strategy.ts +70 -62
package/CHANGELOG.md
CHANGED
|
@@ -3,514 +3,440 @@
|
|
|
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
|
|
6
|
+
# [5.0.0](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.38...v5.0.0) (2023-02-24)
|
|
7
7
|
|
|
8
8
|
**Note:** Version bump only for package @feathersjs/authentication-local
|
|
9
9
|
|
|
10
|
+
# [5.0.0-pre.38](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.37...v5.0.0-pre.38) (2023-02-17)
|
|
10
11
|
|
|
12
|
+
**Note:** Version bump only for package @feathersjs/authentication-local
|
|
11
13
|
|
|
14
|
+
# [5.0.0-pre.37](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.36...v5.0.0-pre.37) (2023-02-09)
|
|
12
15
|
|
|
16
|
+
**Note:** Version bump only for package @feathersjs/authentication-local
|
|
13
17
|
|
|
14
|
-
# [5.0.0-pre.
|
|
18
|
+
# [5.0.0-pre.36](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.35...v5.0.0-pre.36) (2023-01-29)
|
|
15
19
|
|
|
16
20
|
**Note:** Version bump only for package @feathersjs/authentication-local
|
|
17
21
|
|
|
22
|
+
# [5.0.0-pre.35](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.34...v5.0.0-pre.35) (2023-01-12)
|
|
18
23
|
|
|
24
|
+
### Features
|
|
19
25
|
|
|
26
|
+
- **generators:** Move core code generators to shared generators package ([#2982](https://github.com/feathersjs/feathers/issues/2982)) ([0328d22](https://github.com/feathersjs/feathers/commit/0328d2292153870bc43958f73d2c6f288a8cec17))
|
|
20
27
|
|
|
21
|
-
|
|
22
|
-
# [5.0.0-pre.7](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.6...v5.0.0-pre.7) (2021-08-09)
|
|
28
|
+
# [5.0.0-pre.34](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.33...v5.0.0-pre.34) (2022-12-14)
|
|
23
29
|
|
|
24
30
|
**Note:** Version bump only for package @feathersjs/authentication-local
|
|
25
31
|
|
|
32
|
+
# [5.0.0-pre.33](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.32...v5.0.0-pre.33) (2022-11-08)
|
|
26
33
|
|
|
34
|
+
**Note:** Version bump only for package @feathersjs/authentication-local
|
|
27
35
|
|
|
36
|
+
# [5.0.0-pre.32](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.31...v5.0.0-pre.32) (2022-10-26)
|
|
28
37
|
|
|
38
|
+
**Note:** Version bump only for package @feathersjs/authentication-local
|
|
29
39
|
|
|
30
|
-
# [5.0.0-pre.
|
|
40
|
+
# [5.0.0-pre.31](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.30...v5.0.0-pre.31) (2022-10-12)
|
|
31
41
|
|
|
32
42
|
**Note:** Version bump only for package @feathersjs/authentication-local
|
|
33
43
|
|
|
44
|
+
# [5.0.0-pre.30](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.29...v5.0.0-pre.30) (2022-10-07)
|
|
34
45
|
|
|
46
|
+
### Features
|
|
35
47
|
|
|
48
|
+
- **core:** Allow to unregister services at runtime ([#2756](https://github.com/feathersjs/feathers/issues/2756)) ([d16601f](https://github.com/feathersjs/feathers/commit/d16601f2277dca5357866ffdefba2a611f6dc7fa))
|
|
36
49
|
|
|
50
|
+
# [5.0.0-pre.29](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.28...v5.0.0-pre.29) (2022-09-16)
|
|
37
51
|
|
|
38
|
-
|
|
52
|
+
### Features
|
|
39
53
|
|
|
54
|
+
- **authentication-oauth:** Koa and transport independent oAuth authentication ([#2737](https://github.com/feathersjs/feathers/issues/2737)) ([9231525](https://github.com/feathersjs/feathers/commit/9231525a24bb790ba9c5d940f2867a9c727691c9))
|
|
55
|
+
|
|
56
|
+
# [5.0.0-pre.28](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.27...v5.0.0-pre.28) (2022-08-03)
|
|
40
57
|
|
|
41
58
|
### Bug Fixes
|
|
42
59
|
|
|
43
|
-
|
|
44
|
-
* **koa:** Use extended query parser for compatibility ([#2397](https://github.com/feathersjs/feathers/issues/2397)) ([b2944ba](https://github.com/feathersjs/feathers/commit/b2944bac3ec6d5ecc80dc518cd4e58093692db74))
|
|
60
|
+
- **cli:** Improve generated application and client ([#2701](https://github.com/feathersjs/feathers/issues/2701)) ([bd55ffb](https://github.com/feathersjs/feathers/commit/bd55ffb812e89bf215f4515e7f137656ea888c3f))
|
|
45
61
|
|
|
62
|
+
# [5.0.0-pre.27](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.26...v5.0.0-pre.27) (2022-07-13)
|
|
46
63
|
|
|
47
|
-
|
|
64
|
+
**Note:** Version bump only for package @feathersjs/authentication-local
|
|
65
|
+
|
|
66
|
+
# [5.0.0-pre.26](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.25...v5.0.0-pre.26) (2022-06-22)
|
|
48
67
|
|
|
49
|
-
|
|
68
|
+
**Note:** Version bump only for package @feathersjs/authentication-local
|
|
50
69
|
|
|
70
|
+
# [5.0.0-pre.25](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.24...v5.0.0-pre.25) (2022-06-22)
|
|
51
71
|
|
|
72
|
+
**Note:** Version bump only for package @feathersjs/authentication-local
|
|
52
73
|
|
|
74
|
+
# [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
75
|
|
|
76
|
+
### Features
|
|
54
77
|
|
|
55
|
-
|
|
78
|
+
- **authentication-local:** Add passwordHash property resolver ([#2660](https://github.com/feathersjs/feathers/issues/2660)) ([b41279b](https://github.com/feathersjs/feathers/commit/b41279b55eea3771a6fa4983a37be2413287bbc6))
|
|
56
79
|
|
|
57
|
-
|
|
80
|
+
# [5.0.0-pre.23](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.22...v5.0.0-pre.23) (2022-06-06)
|
|
58
81
|
|
|
82
|
+
**Note:** Version bump only for package @feathersjs/authentication-local
|
|
59
83
|
|
|
84
|
+
# [5.0.0-pre.22](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.21...v5.0.0-pre.22) (2022-05-24)
|
|
60
85
|
|
|
86
|
+
**Note:** Version bump only for package @feathersjs/authentication-local
|
|
61
87
|
|
|
88
|
+
# [5.0.0-pre.21](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.20...v5.0.0-pre.21) (2022-05-23)
|
|
62
89
|
|
|
63
|
-
|
|
90
|
+
**Note:** Version bump only for package @feathersjs/authentication-local
|
|
64
91
|
|
|
92
|
+
# [5.0.0-pre.20](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.19...v5.0.0-pre.20) (2022-05-04)
|
|
65
93
|
|
|
66
94
|
### Bug Fixes
|
|
67
95
|
|
|
68
|
-
|
|
96
|
+
- **dependencies:** Lock monorepo package version numbers ([#2623](https://github.com/feathersjs/feathers/issues/2623)) ([5640c10](https://github.com/feathersjs/feathers/commit/5640c1020cc139994e695d658c08bad3494db507))
|
|
69
97
|
|
|
98
|
+
# [5.0.0-pre.19](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.18...v5.0.0-pre.19) (2022-05-01)
|
|
70
99
|
|
|
71
100
|
### Features
|
|
72
101
|
|
|
73
|
-
|
|
102
|
+
- **typescript:** Improve adapter typings ([#2605](https://github.com/feathersjs/feathers/issues/2605)) ([3b2ca0a](https://github.com/feathersjs/feathers/commit/3b2ca0a6a8e03e8390272c4d7e930b4bffdaacf5))
|
|
74
103
|
|
|
104
|
+
# [5.0.0-pre.18](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.17...v5.0.0-pre.18) (2022-04-11)
|
|
75
105
|
|
|
106
|
+
**Note:** Version bump only for package @feathersjs/authentication-local
|
|
76
107
|
|
|
108
|
+
# [5.0.0-pre.17](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.16...v5.0.0-pre.17) (2022-02-15)
|
|
77
109
|
|
|
110
|
+
### Bug Fixes
|
|
78
111
|
|
|
79
|
-
|
|
112
|
+
- **hooks:** Allow all built-in hooks to be used the async and regular way ([#2559](https://github.com/feathersjs/feathers/issues/2559)) ([8f9f631](https://github.com/feathersjs/feathers/commit/8f9f631e0ce89de349207db72def84e7ab496a4a))
|
|
80
113
|
|
|
81
|
-
|
|
114
|
+
# [5.0.0-pre.16](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.15...v5.0.0-pre.16) (2022-01-12)
|
|
82
115
|
|
|
116
|
+
**Note:** Version bump only for package @feathersjs/authentication-local
|
|
83
117
|
|
|
118
|
+
# [5.0.0-pre.15](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.14...v5.0.0-pre.15) (2021-11-27)
|
|
84
119
|
|
|
120
|
+
### Bug Fixes
|
|
85
121
|
|
|
122
|
+
- **typescript:** Overall typing improvements ([#2478](https://github.com/feathersjs/feathers/issues/2478)) ([b8eb804](https://github.com/feathersjs/feathers/commit/b8eb804158556d9651a8607e3c3fda15e0bfd110))
|
|
86
123
|
|
|
87
|
-
# [5.0.0-
|
|
124
|
+
# [5.0.0-pre.14](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.13...v5.0.0-pre.14) (2021-10-13)
|
|
88
125
|
|
|
89
126
|
**Note:** Version bump only for package @feathersjs/authentication-local
|
|
90
127
|
|
|
128
|
+
# [5.0.0-pre.13](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.12...v5.0.0-pre.13) (2021-10-13)
|
|
91
129
|
|
|
130
|
+
**Note:** Version bump only for package @feathersjs/authentication-local
|
|
92
131
|
|
|
132
|
+
# [5.0.0-pre.12](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.11...v5.0.0-pre.12) (2021-10-12)
|
|
93
133
|
|
|
134
|
+
**Note:** Version bump only for package @feathersjs/authentication-local
|
|
94
135
|
|
|
95
|
-
# [5.0.0-
|
|
136
|
+
# [5.0.0-pre.11](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.10...v5.0.0-pre.11) (2021-10-06)
|
|
96
137
|
|
|
138
|
+
**Note:** Version bump only for package @feathersjs/authentication-local
|
|
139
|
+
|
|
140
|
+
# [5.0.0-pre.10](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.9...v5.0.0-pre.10) (2021-09-19)
|
|
97
141
|
|
|
98
142
|
### Bug Fixes
|
|
99
143
|
|
|
100
|
-
|
|
144
|
+
- **authentication-local:** adds error handling for undefined/null password field ([#2444](https://github.com/feathersjs/feathers/issues/2444)) ([4323f98](https://github.com/feathersjs/feathers/commit/4323f9859a66a7fe3f7f15d81476bd81b735c226))
|
|
101
145
|
|
|
146
|
+
# [5.0.0-pre.9](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.8...v5.0.0-pre.9) (2021-08-09)
|
|
102
147
|
|
|
103
|
-
|
|
148
|
+
**Note:** Version bump only for package @feathersjs/authentication-local
|
|
104
149
|
|
|
105
|
-
|
|
150
|
+
# [5.0.0-pre.8](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.7...v5.0.0-pre.8) (2021-08-09)
|
|
106
151
|
|
|
152
|
+
**Note:** Version bump only for package @feathersjs/authentication-local
|
|
107
153
|
|
|
154
|
+
# [5.0.0-pre.7](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.6...v5.0.0-pre.7) (2021-08-09)
|
|
108
155
|
|
|
156
|
+
**Note:** Version bump only for package @feathersjs/authentication-local
|
|
109
157
|
|
|
158
|
+
# [5.0.0-pre.6](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.5...v5.0.0-pre.6) (2021-08-08)
|
|
110
159
|
|
|
111
|
-
|
|
160
|
+
**Note:** Version bump only for package @feathersjs/authentication-local
|
|
112
161
|
|
|
162
|
+
# [5.0.0-pre.5](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.4...v5.0.0-pre.5) (2021-06-23)
|
|
113
163
|
|
|
164
|
+
### Bug Fixes
|
|
114
165
|
|
|
115
|
-
|
|
166
|
+
- **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))
|
|
167
|
+
- **koa:** Use extended query parser for compatibility ([#2397](https://github.com/feathersjs/feathers/issues/2397)) ([b2944ba](https://github.com/feathersjs/feathers/commit/b2944bac3ec6d5ecc80dc518cd4e58093692db74))
|
|
116
168
|
|
|
117
|
-
|
|
169
|
+
### Features
|
|
118
170
|
|
|
171
|
+
- **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))
|
|
119
172
|
|
|
173
|
+
# [5.0.0-pre.4](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.3...v5.0.0-pre.4) (2021-05-13)
|
|
120
174
|
|
|
175
|
+
**Note:** Version bump only for package @feathersjs/authentication-local
|
|
121
176
|
|
|
177
|
+
# [5.0.0-pre.3](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.2...v5.0.0-pre.3) (2021-04-21)
|
|
122
178
|
|
|
123
|
-
|
|
179
|
+
### Bug Fixes
|
|
124
180
|
|
|
125
|
-
**
|
|
181
|
+
- **typescript:** Improve TypeScript backwards compatibility ([#2310](https://github.com/feathersjs/feathers/issues/2310)) ([f33be73](https://github.com/feathersjs/feathers/commit/f33be73fc46a533efb15df9aab0658e3240d3897))
|
|
126
182
|
|
|
183
|
+
### Features
|
|
127
184
|
|
|
185
|
+
- **dependencies:** Remove direct debug dependency ([#2296](https://github.com/feathersjs/feathers/issues/2296)) ([501d416](https://github.com/feathersjs/feathers/commit/501d4164d30c6a126906dc640cdfdc82207ba34a))
|
|
128
186
|
|
|
129
|
-
|
|
187
|
+
# [5.0.0-pre.2](https://github.com/feathersjs/feathers/compare/v5.0.0-beta.1...v5.0.0-pre.2) (2021-04-06)
|
|
130
188
|
|
|
131
189
|
**Note:** Version bump only for package @feathersjs/authentication-local
|
|
132
190
|
|
|
191
|
+
# [5.0.0-beta.1](https://github.com/feathersjs/feathers/compare/v5.0.0-beta.0...v5.0.0-beta.1) (2021-04-03)
|
|
133
192
|
|
|
193
|
+
**Note:** Version bump only for package @feathersjs/authentication-local
|
|
134
194
|
|
|
195
|
+
# [5.0.0-beta.0](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.1...v5.0.0-beta.0) (2021-03-28)
|
|
135
196
|
|
|
197
|
+
### Bug Fixes
|
|
136
198
|
|
|
137
|
-
|
|
199
|
+
- Update Grant usage and other dependencies ([#2264](https://github.com/feathersjs/feathers/issues/2264)) ([7b0f8fa](https://github.com/feathersjs/feathers/commit/7b0f8fad252419ed0ad0bf259cdf3104d322ab60))
|
|
138
200
|
|
|
201
|
+
### Features
|
|
139
202
|
|
|
140
|
-
|
|
203
|
+
- Feathers v5 core refactoring and features ([#2255](https://github.com/feathersjs/feathers/issues/2255)) ([2dafb7c](https://github.com/feathersjs/feathers/commit/2dafb7ce14ba57406aeec13d10ca45b1e709bee9))
|
|
141
204
|
|
|
142
|
-
|
|
205
|
+
# [5.0.0-pre.1](https://github.com/feathersjs/feathers/compare/v4.5.11...v5.0.0-pre.1) (2020-12-17)
|
|
143
206
|
|
|
207
|
+
# [5.0.0-pre.0](https://github.com/feathersjs/feathers/compare/v4.5.4...v5.0.0-pre.0) (2020-05-19)
|
|
144
208
|
|
|
209
|
+
**Note:** Version bump only for package @feathersjs/authentication-local
|
|
145
210
|
|
|
211
|
+
# [5.0.0-pre.0](https://github.com/feathersjs/feathers/compare/v4.5.4...v5.0.0-pre.0) (2020-05-19)
|
|
146
212
|
|
|
213
|
+
**Note:** Version bump only for package @feathersjs/authentication-local
|
|
147
214
|
|
|
148
|
-
## [4.5.
|
|
215
|
+
## [4.5.8](https://github.com/feathersjs/feathers/compare/v4.5.7...v4.5.8) (2020-08-12)
|
|
149
216
|
|
|
150
217
|
**Note:** Version bump only for package @feathersjs/authentication-local
|
|
151
218
|
|
|
219
|
+
## [4.5.7](https://github.com/feathersjs/feathers/compare/v4.5.6...v4.5.7) (2020-07-24)
|
|
152
220
|
|
|
221
|
+
### Bug Fixes
|
|
153
222
|
|
|
223
|
+
- **authentication:** Add JWT getEntityQuery ([#2013](https://github.com/feathersjs/feathers/issues/2013)) ([e0e7fb5](https://github.com/feathersjs/feathers/commit/e0e7fb5162940fe776731283b40026c61d9c8a33))
|
|
154
224
|
|
|
155
|
-
|
|
156
|
-
## [4.5.5](https://github.com/feathersjs/feathers/compare/v4.5.4...v4.5.5) (2020-07-11)
|
|
225
|
+
## [4.5.6](https://github.com/feathersjs/feathers/compare/v4.5.5...v4.5.6) (2020-07-12)
|
|
157
226
|
|
|
158
227
|
**Note:** Version bump only for package @feathersjs/authentication-local
|
|
159
228
|
|
|
229
|
+
## [4.5.5](https://github.com/feathersjs/feathers/compare/v4.5.4...v4.5.5) (2020-07-11)
|
|
160
230
|
|
|
161
|
-
|
|
162
|
-
|
|
231
|
+
**Note:** Version bump only for package @feathersjs/authentication-local
|
|
163
232
|
|
|
164
233
|
## [4.5.4](https://github.com/feathersjs/feathers/compare/v4.5.3...v4.5.4) (2020-04-29)
|
|
165
234
|
|
|
166
|
-
|
|
167
235
|
### Bug Fixes
|
|
168
236
|
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
237
|
+
- **authentication-local:** Allow to hash passwords in array data ([#1936](https://github.com/feathersjs/feathers/issues/1936)) ([64705f5](https://github.com/feathersjs/feathers/commit/64705f5d9d4dc27f799da3a074efaf74379a3398))
|
|
174
238
|
|
|
175
239
|
## [4.5.3](https://github.com/feathersjs/feathers/compare/v4.5.2...v4.5.3) (2020-04-17)
|
|
176
240
|
|
|
177
241
|
**Note:** Version bump only for package @feathersjs/authentication-local
|
|
178
242
|
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
243
|
## [4.5.2](https://github.com/feathersjs/feathers/compare/v4.5.1...v4.5.2) (2020-03-04)
|
|
184
244
|
|
|
185
|
-
|
|
186
245
|
### Bug Fixes
|
|
187
246
|
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
247
|
+
- **test:** typo in password ([#1797](https://github.com/feathersjs/feathers/issues/1797)) ([dfba6ec](https://github.com/feathersjs/feathers/commit/dfba6ec2f21adf3aa739218cf870eaaaa5df6e9c))
|
|
193
248
|
|
|
194
249
|
## [4.5.1](https://github.com/feathersjs/feathers/compare/v4.5.0...v4.5.1) (2020-01-24)
|
|
195
250
|
|
|
196
251
|
**Note:** Version bump only for package @feathersjs/authentication-local
|
|
197
252
|
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
253
|
# [4.5.0](https://github.com/feathersjs/feathers/compare/v4.4.3...v4.5.0) (2020-01-18)
|
|
203
254
|
|
|
204
255
|
**Note:** Version bump only for package @feathersjs/authentication-local
|
|
205
256
|
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
257
|
## [4.4.3](https://github.com/feathersjs/feathers/compare/v4.4.1...v4.4.3) (2019-12-06)
|
|
211
258
|
|
|
212
259
|
**Note:** Version bump only for package @feathersjs/authentication-local
|
|
213
260
|
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
261
|
## [4.4.1](https://github.com/feathersjs/feathers/compare/v4.4.0...v4.4.1) (2019-11-27)
|
|
219
262
|
|
|
220
263
|
**Note:** Version bump only for package @feathersjs/authentication-local
|
|
221
264
|
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
265
|
# [4.4.0](https://github.com/feathersjs/feathers/compare/v4.3.11...v4.4.0) (2019-11-27)
|
|
227
266
|
|
|
228
|
-
|
|
229
267
|
### Features
|
|
230
268
|
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
269
|
+
- **authentication:** Add parseStrategies to allow separate strategies for creating JWTs and parsing headers ([#1708](https://github.com/feathersjs/feathers/issues/1708)) ([5e65629](https://github.com/feathersjs/feathers/commit/5e65629b924724c3e81d7c81df047e123d1c8bd7))
|
|
236
270
|
|
|
237
271
|
## [4.3.11](https://github.com/feathersjs/feathers/compare/v4.3.10...v4.3.11) (2019-11-11)
|
|
238
272
|
|
|
239
273
|
**Note:** Version bump only for package @feathersjs/authentication-local
|
|
240
274
|
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
245
275
|
## [4.3.10](https://github.com/feathersjs/feathers/compare/v4.3.9...v4.3.10) (2019-10-26)
|
|
246
276
|
|
|
247
277
|
**Note:** Version bump only for package @feathersjs/authentication-local
|
|
248
278
|
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
253
279
|
## [4.3.9](https://github.com/feathersjs/feathers/compare/v4.3.8...v4.3.9) (2019-10-26)
|
|
254
280
|
|
|
255
281
|
**Note:** Version bump only for package @feathersjs/authentication-local
|
|
256
282
|
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
|
|
261
283
|
## [4.3.7](https://github.com/feathersjs/feathers/compare/v4.3.6...v4.3.7) (2019-10-14)
|
|
262
284
|
|
|
263
285
|
**Note:** Version bump only for package @feathersjs/authentication-local
|
|
264
286
|
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
269
287
|
## [4.3.5](https://github.com/feathersjs/feathers/compare/v4.3.4...v4.3.5) (2019-10-07)
|
|
270
288
|
|
|
271
289
|
**Note:** Version bump only for package @feathersjs/authentication-local
|
|
272
290
|
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
|
|
277
291
|
## [4.3.4](https://github.com/feathersjs/feathers/compare/v4.3.3...v4.3.4) (2019-10-03)
|
|
278
292
|
|
|
279
293
|
**Note:** Version bump only for package @feathersjs/authentication-local
|
|
280
294
|
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
|
|
285
295
|
## [4.3.3](https://github.com/feathersjs/feathers/compare/v4.3.2...v4.3.3) (2019-09-21)
|
|
286
296
|
|
|
287
|
-
|
|
288
297
|
### Bug Fixes
|
|
289
298
|
|
|
290
|
-
|
|
291
|
-
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
|
|
299
|
+
- Small improvements in dependencies and code sturcture ([#1562](https://github.com/feathersjs/feathers/issues/1562)) ([42c13e2](https://github.com/feathersjs/feathers/commit/42c13e2))
|
|
295
300
|
|
|
296
301
|
## [4.3.2](https://github.com/feathersjs/feathers/compare/v4.3.1...v4.3.2) (2019-09-16)
|
|
297
302
|
|
|
298
|
-
|
|
299
303
|
### Bug Fixes
|
|
300
304
|
|
|
301
|
-
|
|
302
|
-
|
|
303
|
-
|
|
304
|
-
|
|
305
|
-
|
|
305
|
+
- LocalStrategy authenticates without username ([#1560](https://github.com/feathersjs/feathers/issues/1560)) ([2b258fd](https://github.com/feathersjs/feathers/commit/2b258fd)), closes [#1559](https://github.com/feathersjs/feathers/issues/1559)
|
|
306
306
|
|
|
307
307
|
## [4.3.1](https://github.com/feathersjs/feathers/compare/v4.3.0...v4.3.1) (2019-09-09)
|
|
308
308
|
|
|
309
309
|
**Note:** Version bump only for package @feathersjs/authentication-local
|
|
310
310
|
|
|
311
|
-
|
|
312
|
-
|
|
313
|
-
|
|
314
|
-
|
|
315
311
|
# [4.3.0](https://github.com/feathersjs/feathers/compare/v4.3.0-pre.4...v4.3.0) (2019-08-27)
|
|
316
312
|
|
|
317
313
|
**Note:** Version bump only for package @feathersjs/authentication-local
|
|
318
314
|
|
|
319
|
-
|
|
320
|
-
|
|
321
|
-
|
|
322
|
-
|
|
323
315
|
# [4.3.0-pre.4](https://github.com/feathersjs/feathers/compare/v4.3.0-pre.3...v4.3.0-pre.4) (2019-08-22)
|
|
324
316
|
|
|
325
317
|
**Note:** Version bump only for package @feathersjs/authentication-local
|
|
326
318
|
|
|
327
|
-
|
|
328
|
-
|
|
329
|
-
|
|
330
|
-
|
|
331
319
|
# [4.3.0-pre.3](https://github.com/feathersjs/feathers/compare/v4.3.0-pre.2...v4.3.0-pre.3) (2019-08-19)
|
|
332
320
|
|
|
333
|
-
|
|
334
321
|
### Bug Fixes
|
|
335
322
|
|
|
336
|
-
|
|
337
|
-
|
|
338
|
-
|
|
339
|
-
|
|
340
|
-
|
|
323
|
+
- Update all dependencies ([7d53a00](https://github.com/feathersjs/feathers/commit/7d53a00))
|
|
341
324
|
|
|
342
325
|
# [4.3.0-pre.2](https://github.com/feathersjs/feathers/compare/v4.3.0-pre.1...v4.3.0-pre.2) (2019-08-02)
|
|
343
326
|
|
|
344
|
-
|
|
345
327
|
### Bug Fixes
|
|
346
328
|
|
|
347
|
-
|
|
348
|
-
|
|
349
|
-
|
|
350
|
-
|
|
351
|
-
|
|
329
|
+
- Add method to reliably get default authentication service ([#1470](https://github.com/feathersjs/feathers/issues/1470)) ([e542cb3](https://github.com/feathersjs/feathers/commit/e542cb3))
|
|
352
330
|
|
|
353
331
|
# [4.3.0-pre.1](https://github.com/feathersjs/feathers/compare/v4.0.0-pre.5...v4.3.0-pre.1) (2019-07-11)
|
|
354
332
|
|
|
355
333
|
**Note:** Version bump only for package @feathersjs/authentication-local
|
|
356
334
|
|
|
357
|
-
|
|
358
|
-
|
|
359
|
-
|
|
360
|
-
|
|
361
335
|
# [4.0.0-pre.5](https://github.com/feathersjs/feathers/compare/v4.0.0-pre.4...v4.0.0-pre.5) (2019-07-10)
|
|
362
336
|
|
|
363
337
|
**Note:** Version bump only for package @feathersjs/authentication-local
|
|
364
338
|
|
|
365
|
-
|
|
366
|
-
|
|
367
|
-
|
|
368
|
-
|
|
369
339
|
# [4.0.0-pre.4](https://github.com/feathersjs/feathers/compare/v4.0.0-pre.3...v4.0.0-pre.4) (2019-07-05)
|
|
370
340
|
|
|
371
341
|
**Note:** Version bump only for package @feathersjs/authentication-local
|
|
372
342
|
|
|
373
|
-
|
|
374
|
-
|
|
375
|
-
|
|
376
|
-
|
|
377
343
|
# [4.0.0-pre.3](https://github.com/feathersjs/feathers/compare/v4.0.0-pre.2...v4.0.0-pre.3) (2019-06-01)
|
|
378
344
|
|
|
379
|
-
|
|
380
345
|
### Bug Fixes
|
|
381
346
|
|
|
382
|
-
|
|
383
|
-
|
|
384
|
-
|
|
385
|
-
|
|
386
|
-
|
|
347
|
+
- Update dependencies and fix tests ([#1373](https://github.com/feathersjs/feathers/issues/1373)) ([d743a7f](https://github.com/feathersjs/feathers/commit/d743a7f))
|
|
387
348
|
|
|
388
349
|
# [4.0.0-pre.2](https://github.com/feathersjs/feathers/compare/v4.0.0-pre.1...v4.0.0-pre.2) (2019-05-15)
|
|
389
350
|
|
|
390
351
|
**Note:** Version bump only for package @feathersjs/authentication-local
|
|
391
352
|
|
|
392
|
-
|
|
393
|
-
|
|
394
|
-
|
|
395
|
-
|
|
396
353
|
# [4.0.0-pre.1](https://github.com/feathersjs/feathers/compare/v4.0.0-pre.0...v4.0.0-pre.1) (2019-05-08)
|
|
397
354
|
|
|
398
|
-
|
|
399
355
|
### Bug Fixes
|
|
400
356
|
|
|
401
|
-
|
|
402
|
-
|
|
403
|
-
|
|
404
|
-
|
|
405
|
-
|
|
357
|
+
- Always require strategy parameter in authentication ([#1327](https://github.com/feathersjs/feathers/issues/1327)) ([d4a8021](https://github.com/feathersjs/feathers/commit/d4a8021))
|
|
358
|
+
- Improve authentication parameter handling ([#1333](https://github.com/feathersjs/feathers/issues/1333)) ([6e77204](https://github.com/feathersjs/feathers/commit/6e77204))
|
|
359
|
+
- Merge httpStrategies and authStrategies option ([#1308](https://github.com/feathersjs/feathers/issues/1308)) ([afa4d55](https://github.com/feathersjs/feathers/commit/afa4d55))
|
|
360
|
+
- Rename jwtStrategies option to authStrategies ([#1305](https://github.com/feathersjs/feathers/issues/1305)) ([4aee151](https://github.com/feathersjs/feathers/commit/4aee151))
|
|
406
361
|
|
|
407
362
|
### Features
|
|
408
363
|
|
|
409
|
-
|
|
410
|
-
|
|
411
|
-
|
|
412
|
-
|
|
413
|
-
|
|
364
|
+
- Change and *JWT methods to *accessToken ([#1304](https://github.com/feathersjs/feathers/issues/1304)) ([5ac826b](https://github.com/feathersjs/feathers/commit/5ac826b))
|
|
414
365
|
|
|
415
366
|
# [4.0.0-pre.0](https://github.com/feathersjs/feathers/compare/v3.2.0-pre.1...v4.0.0-pre.0) (2019-04-21)
|
|
416
367
|
|
|
417
|
-
|
|
418
368
|
### Bug Fixes
|
|
419
369
|
|
|
420
|
-
|
|
421
|
-
|
|
422
|
-
|
|
423
|
-
|
|
424
|
-
|
|
425
|
-
|
|
370
|
+
- Authentication core improvements ([#1260](https://github.com/feathersjs/feathers/issues/1260)) ([c5dc7a2](https://github.com/feathersjs/feathers/commit/c5dc7a2))
|
|
371
|
+
- Make Mocha a proper devDependency for every repository ([#1053](https://github.com/feathersjs/feathers/issues/1053)) ([9974803](https://github.com/feathersjs/feathers/commit/9974803))
|
|
372
|
+
- Update adapter common tests ([#1135](https://github.com/feathersjs/feathers/issues/1135)) ([8166dda](https://github.com/feathersjs/feathers/commit/8166dda))
|
|
373
|
+
- Update all dependencies to latest ([#1206](https://github.com/feathersjs/feathers/issues/1206)) ([e51e0f6](https://github.com/feathersjs/feathers/commit/e51e0f6))
|
|
374
|
+
- **package:** update debug to version 3.0.0 ([#31](https://github.com/feathersjs/feathers/issues/31)) ([f23d617](https://github.com/feathersjs/feathers/commit/f23d617))
|
|
426
375
|
|
|
427
376
|
### Features
|
|
428
377
|
|
|
429
|
-
|
|
430
|
-
|
|
431
|
-
|
|
432
|
-
|
|
433
|
-
|
|
434
|
-
|
|
378
|
+
- @feathersjs/authentication-oauth ([#1299](https://github.com/feathersjs/feathers/issues/1299)) ([656bae7](https://github.com/feathersjs/feathers/commit/656bae7))
|
|
379
|
+
- 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))
|
|
380
|
+
- Add TypeScript definitions ([#1275](https://github.com/feathersjs/feathers/issues/1275)) ([9dd6713](https://github.com/feathersjs/feathers/commit/9dd6713))
|
|
381
|
+
- Authentication v3 core server implementation ([#1205](https://github.com/feathersjs/feathers/issues/1205)) ([1bd7591](https://github.com/feathersjs/feathers/commit/1bd7591))
|
|
382
|
+
- Authentication v3 local authentication ([#1211](https://github.com/feathersjs/feathers/issues/1211)) ([0fa5f7c](https://github.com/feathersjs/feathers/commit/0fa5f7c))
|
|
435
383
|
|
|
436
384
|
### BREAKING CHANGES
|
|
437
385
|
|
|
438
|
-
|
|
439
|
-
|
|
440
|
-
|
|
441
|
-
|
|
442
|
-
|
|
386
|
+
- Update authentication strategies for @feathersjs/authentication v3
|
|
443
387
|
|
|
444
388
|
## [1.2.9](https://github.com/feathersjs/feathers/compare/@feathersjs/authentication-local@1.2.8...@feathersjs/authentication-local@1.2.9) (2019-01-02)
|
|
445
389
|
|
|
446
|
-
|
|
447
390
|
### Bug Fixes
|
|
448
391
|
|
|
449
|
-
|
|
450
|
-
|
|
451
|
-
|
|
452
|
-
|
|
453
|
-
|
|
392
|
+
- Update adapter common tests ([#1135](https://github.com/feathersjs/feathers/issues/1135)) ([8166dda](https://github.com/feathersjs/feathers/commit/8166dda))
|
|
454
393
|
|
|
455
394
|
<a name="1.2.8"></a>
|
|
395
|
+
|
|
456
396
|
## [1.2.8](https://github.com/feathersjs/feathers/compare/@feathersjs/authentication-local@1.2.7...@feathersjs/authentication-local@1.2.8) (2018-12-16)
|
|
457
397
|
|
|
458
398
|
**Note:** Version bump only for package @feathersjs/authentication-local
|
|
459
399
|
|
|
460
|
-
|
|
461
|
-
|
|
462
|
-
|
|
463
|
-
|
|
464
400
|
<a name="1.2.7"></a>
|
|
401
|
+
|
|
465
402
|
## [1.2.7](https://github.com/feathersjs/feathers/compare/@feathersjs/authentication-local@1.2.6...@feathersjs/authentication-local@1.2.7) (2018-10-26)
|
|
466
403
|
|
|
467
404
|
**Note:** Version bump only for package @feathersjs/authentication-local
|
|
468
405
|
|
|
469
|
-
|
|
470
|
-
|
|
471
|
-
|
|
472
|
-
|
|
473
406
|
<a name="1.2.6"></a>
|
|
474
|
-
## [1.2.6](https://github.com/feathersjs/feathers/compare/@feathersjs/authentication-local@1.2.5...@feathersjs/authentication-local@1.2.6) (2018-10-25)
|
|
475
407
|
|
|
408
|
+
## [1.2.6](https://github.com/feathersjs/feathers/compare/@feathersjs/authentication-local@1.2.5...@feathersjs/authentication-local@1.2.6) (2018-10-25)
|
|
476
409
|
|
|
477
410
|
### Bug Fixes
|
|
478
411
|
|
|
479
|
-
|
|
480
|
-
|
|
481
|
-
|
|
482
|
-
|
|
483
|
-
|
|
412
|
+
- Make Mocha a proper devDependency for every repository ([#1053](https://github.com/feathersjs/feathers/issues/1053)) ([9974803](https://github.com/feathersjs/feathers/commit/9974803))
|
|
484
413
|
|
|
485
414
|
<a name="1.2.5"></a>
|
|
415
|
+
|
|
486
416
|
## [1.2.5](https://github.com/feathersjs/feathers/compare/@feathersjs/authentication-local@1.2.4...@feathersjs/authentication-local@1.2.5) (2018-09-21)
|
|
487
417
|
|
|
488
418
|
**Note:** Version bump only for package @feathersjs/authentication-local
|
|
489
419
|
|
|
490
|
-
|
|
491
|
-
|
|
492
|
-
|
|
493
|
-
|
|
494
420
|
<a name="1.2.4"></a>
|
|
421
|
+
|
|
495
422
|
## [1.2.4](https://github.com/feathersjs/feathers/compare/@feathersjs/authentication-local@1.2.3...@feathersjs/authentication-local@1.2.4) (2018-09-17)
|
|
496
423
|
|
|
497
424
|
**Note:** Version bump only for package @feathersjs/authentication-local
|
|
498
425
|
|
|
499
|
-
|
|
500
|
-
|
|
501
|
-
|
|
502
|
-
|
|
503
426
|
<a name="1.2.3"></a>
|
|
427
|
+
|
|
504
428
|
## [1.2.3](https://github.com/feathersjs/feathers/compare/@feathersjs/authentication-local@1.2.2...@feathersjs/authentication-local@1.2.3) (2018-09-02)
|
|
505
429
|
|
|
506
430
|
**Note:** Version bump only for package @feathersjs/authentication-local
|
|
507
431
|
|
|
508
432
|
<a name="1.2.2"></a>
|
|
433
|
+
|
|
509
434
|
## 1.2.2
|
|
510
435
|
|
|
511
436
|
- Migrate to Monorepo ([feathers#462](https://github.com/feathersjs/feathers/issues/462))
|
|
512
437
|
|
|
513
438
|
## [v1.2.1](https://github.com/feathersjs/authentication-local/tree/v1.2.1) (2018-05-02)
|
|
439
|
+
|
|
514
440
|
[Full Changelog](https://github.com/feathersjs/authentication-local/compare/v1.2.0...v1.2.1)
|
|
515
441
|
|
|
516
442
|
**Merged pull requests:**
|
|
@@ -518,6 +444,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
518
444
|
- Make sure the original object is not modified [\#65](https://github.com/feathersjs/authentication-local/pull/65) ([daffl](https://github.com/daffl))
|
|
519
445
|
|
|
520
446
|
## [v1.2.0](https://github.com/feathersjs/authentication-local/tree/v1.2.0) (2018-05-02)
|
|
447
|
+
|
|
521
448
|
[Full Changelog](https://github.com/feathersjs/authentication-local/compare/v1.1.3...v1.2.0)
|
|
522
449
|
|
|
523
450
|
**Merged pull requests:**
|
|
@@ -525,6 +452,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
525
452
|
- added support for nested password fields option in hash password hook [\#64](https://github.com/feathersjs/authentication-local/pull/64) ([ThePesta](https://github.com/ThePesta))
|
|
526
453
|
|
|
527
454
|
## [v1.1.3](https://github.com/feathersjs/authentication-local/tree/v1.1.3) (2018-04-20)
|
|
455
|
+
|
|
528
456
|
[Full Changelog](https://github.com/feathersjs/authentication-local/compare/v1.1.2...v1.1.3)
|
|
529
457
|
|
|
530
458
|
**Merged pull requests:**
|
|
@@ -532,6 +460,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
532
460
|
- Adding tests and calling to hasOwnProperty on Object.prototype instead of assuming valid prototype [\#63](https://github.com/feathersjs/authentication-local/pull/63) ([pmabres](https://github.com/pmabres))
|
|
533
461
|
|
|
534
462
|
## [v1.1.2](https://github.com/feathersjs/authentication-local/tree/v1.1.2) (2018-04-15)
|
|
463
|
+
|
|
535
464
|
[Full Changelog](https://github.com/feathersjs/authentication-local/compare/v1.1.1...v1.1.2)
|
|
536
465
|
|
|
537
466
|
**Closed issues:**
|
|
@@ -543,6 +472,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
543
472
|
- Use latest version of Lodash [\#62](https://github.com/feathersjs/authentication-local/pull/62) ([daffl](https://github.com/daffl))
|
|
544
473
|
|
|
545
474
|
## [v1.1.1](https://github.com/feathersjs/authentication-local/tree/v1.1.1) (2018-03-25)
|
|
475
|
+
|
|
546
476
|
[Full Changelog](https://github.com/feathersjs/authentication-local/compare/v1.1.0...v1.1.1)
|
|
547
477
|
|
|
548
478
|
**Closed issues:**
|
|
@@ -557,6 +487,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
557
487
|
- Update sinon-chai to the latest version 🚀 [\#57](https://github.com/feathersjs/authentication-local/pull/57) ([greenkeeper[bot]](https://github.com/apps/greenkeeper))
|
|
558
488
|
|
|
559
489
|
## [v1.1.0](https://github.com/feathersjs/authentication-local/tree/v1.1.0) (2018-01-23)
|
|
490
|
+
|
|
560
491
|
[Full Changelog](https://github.com/feathersjs/authentication-local/compare/v1.0.4...v1.1.0)
|
|
561
492
|
|
|
562
493
|
**Closed issues:**
|
|
@@ -572,9 +503,11 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
572
503
|
- Update mocha to the latest version 🚀 [\#51](https://github.com/feathersjs/authentication-local/pull/51) ([greenkeeper[bot]](https://github.com/apps/greenkeeper))
|
|
573
504
|
|
|
574
505
|
## [v1.0.4](https://github.com/feathersjs/authentication-local/tree/v1.0.4) (2018-01-03)
|
|
506
|
+
|
|
575
507
|
[Full Changelog](https://github.com/feathersjs/authentication-local/compare/v1.0.3...v1.0.4)
|
|
576
508
|
|
|
577
509
|
## [v1.0.3](https://github.com/feathersjs/authentication-local/tree/v1.0.3) (2018-01-03)
|
|
510
|
+
|
|
578
511
|
[Full Changelog](https://github.com/feathersjs/authentication-local/compare/v1.0.2...v1.0.3)
|
|
579
512
|
|
|
580
513
|
**Closed issues:**
|
|
@@ -587,6 +520,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
587
520
|
- Update semistandard to the latest version 🚀 [\#49](https://github.com/feathersjs/authentication-local/pull/49) ([greenkeeper[bot]](https://github.com/apps/greenkeeper))
|
|
588
521
|
|
|
589
522
|
## [v1.0.2](https://github.com/feathersjs/authentication-local/tree/v1.0.2) (2017-12-06)
|
|
523
|
+
|
|
590
524
|
[Full Changelog](https://github.com/feathersjs/authentication-local/compare/v1.0.1...v1.0.2)
|
|
591
525
|
|
|
592
526
|
**Closed issues:**
|
|
@@ -599,6 +533,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
599
533
|
- Update feathers-memory to the latest version 🚀 [\#45](https://github.com/feathersjs/authentication-local/pull/45) ([greenkeeper[bot]](https://github.com/apps/greenkeeper))
|
|
600
534
|
|
|
601
535
|
## [v1.0.1](https://github.com/feathersjs/authentication-local/tree/v1.0.1) (2017-11-16)
|
|
536
|
+
|
|
602
537
|
[Full Changelog](https://github.com/feathersjs/authentication-local/compare/v1.0.0...v1.0.1)
|
|
603
538
|
|
|
604
539
|
**Merged pull requests:**
|
|
@@ -607,6 +542,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
607
542
|
- Update @feathersjs/authentication to the latest version 🚀 [\#42](https://github.com/feathersjs/authentication-local/pull/42) ([greenkeeper[bot]](https://github.com/apps/greenkeeper))
|
|
608
543
|
|
|
609
544
|
## [v1.0.0](https://github.com/feathersjs/authentication-local/tree/v1.0.0) (2017-11-01)
|
|
545
|
+
|
|
610
546
|
[Full Changelog](https://github.com/feathersjs/authentication-local/compare/v1.0.0-pre.2...v1.0.0)
|
|
611
547
|
|
|
612
548
|
**Merged pull requests:**
|
|
@@ -614,6 +550,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
614
550
|
- Update dependencies for release [\#41](https://github.com/feathersjs/authentication-local/pull/41) ([daffl](https://github.com/daffl))
|
|
615
551
|
|
|
616
552
|
## [v1.0.0-pre.2](https://github.com/feathersjs/authentication-local/tree/v1.0.0-pre.2) (2017-10-27)
|
|
553
|
+
|
|
617
554
|
[Full Changelog](https://github.com/feathersjs/authentication-local/compare/v1.0.0-pre.1...v1.0.0-pre.2)
|
|
618
555
|
|
|
619
556
|
**Merged pull requests:**
|
|
@@ -621,6 +558,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
621
558
|
- Safely dispatch without password [\#40](https://github.com/feathersjs/authentication-local/pull/40) ([daffl](https://github.com/daffl))
|
|
622
559
|
|
|
623
560
|
## [v1.0.0-pre.1](https://github.com/feathersjs/authentication-local/tree/v1.0.0-pre.1) (2017-10-25)
|
|
561
|
+
|
|
624
562
|
[Full Changelog](https://github.com/feathersjs/authentication-local/compare/v0.4.4...v1.0.0-pre.1)
|
|
625
563
|
|
|
626
564
|
**Closed issues:**
|
|
@@ -639,6 +577,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
639
577
|
- Update sinon to the latest version 🚀 [\#29](https://github.com/feathersjs/authentication-local/pull/29) ([greenkeeper[bot]](https://github.com/apps/greenkeeper))
|
|
640
578
|
|
|
641
579
|
## [v0.4.4](https://github.com/feathersjs/authentication-local/tree/v0.4.4) (2017-08-11)
|
|
580
|
+
|
|
642
581
|
[Full Changelog](https://github.com/feathersjs/authentication-local/compare/v0.4.3...v0.4.4)
|
|
643
582
|
|
|
644
583
|
**Closed issues:**
|
|
@@ -653,6 +592,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
653
592
|
- Increase bcrypt cost factor, add future cost factor auto-optimization [\#30](https://github.com/feathersjs/authentication-local/pull/30) ([micaksica2](https://github.com/micaksica2))
|
|
654
593
|
|
|
655
594
|
## [v0.4.3](https://github.com/feathersjs/authentication-local/tree/v0.4.3) (2017-06-22)
|
|
595
|
+
|
|
656
596
|
[Full Changelog](https://github.com/feathersjs/authentication-local/compare/v0.4.2...v0.4.3)
|
|
657
597
|
|
|
658
598
|
**Closed issues:**
|
|
@@ -664,9 +604,11 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
664
604
|
- throw error if service.id is missing [\#27](https://github.com/feathersjs/authentication-local/pull/27) ([marshallswain](https://github.com/marshallswain))
|
|
665
605
|
|
|
666
606
|
## [v0.4.2](https://github.com/feathersjs/authentication-local/tree/v0.4.2) (2017-06-22)
|
|
607
|
+
|
|
667
608
|
[Full Changelog](https://github.com/feathersjs/authentication-local/compare/v0.4.1...v0.4.2)
|
|
668
609
|
|
|
669
610
|
## [v0.4.1](https://github.com/feathersjs/authentication-local/tree/v0.4.1) (2017-06-22)
|
|
611
|
+
|
|
670
612
|
[Full Changelog](https://github.com/feathersjs/authentication-local/compare/v0.4.0...v0.4.1)
|
|
671
613
|
|
|
672
614
|
**Merged pull requests:**
|
|
@@ -674,6 +616,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
674
616
|
- Resolves \#14 - Passes Feathers params to service hooks [\#15](https://github.com/feathersjs/authentication-local/pull/15) ([thomas-p-wilson](https://github.com/thomas-p-wilson))
|
|
675
617
|
|
|
676
618
|
## [v0.4.0](https://github.com/feathersjs/authentication-local/tree/v0.4.0) (2017-06-22)
|
|
619
|
+
|
|
677
620
|
[Full Changelog](https://github.com/feathersjs/authentication-local/compare/v0.3.4...v0.4.0)
|
|
678
621
|
|
|
679
622
|
**Closed issues:**
|
|
@@ -694,6 +637,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
694
637
|
- Update dependencies to enable Greenkeeper 🌴 [\#13](https://github.com/feathersjs/authentication-local/pull/13) ([greenkeeper[bot]](https://github.com/apps/greenkeeper))
|
|
695
638
|
|
|
696
639
|
## [v0.3.4](https://github.com/feathersjs/authentication-local/tree/v0.3.4) (2017-03-28)
|
|
640
|
+
|
|
697
641
|
[Full Changelog](https://github.com/feathersjs/authentication-local/compare/v0.3.3...v0.3.4)
|
|
698
642
|
|
|
699
643
|
**Closed issues:**
|
|
@@ -705,6 +649,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
705
649
|
- Fix default authentication config name [\#12](https://github.com/feathersjs/authentication-local/pull/12) ([marshallswain](https://github.com/marshallswain))
|
|
706
650
|
|
|
707
651
|
## [v0.3.3](https://github.com/feathersjs/authentication-local/tree/v0.3.3) (2017-01-27)
|
|
652
|
+
|
|
708
653
|
[Full Changelog](https://github.com/feathersjs/authentication-local/compare/v0.3.2...v0.3.3)
|
|
709
654
|
|
|
710
655
|
**Closed issues:**
|
|
@@ -717,9 +662,11 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
717
662
|
- Add support for dot notation, fix some whitespace [\#8](https://github.com/feathersjs/authentication-local/pull/8) ([elfey](https://github.com/elfey))
|
|
718
663
|
|
|
719
664
|
## [v0.3.2](https://github.com/feathersjs/authentication-local/tree/v0.3.2) (2016-12-14)
|
|
665
|
+
|
|
720
666
|
[Full Changelog](https://github.com/feathersjs/authentication-local/compare/v0.3.1...v0.3.2)
|
|
721
667
|
|
|
722
668
|
## [v0.3.1](https://github.com/feathersjs/authentication-local/tree/v0.3.1) (2016-12-14)
|
|
669
|
+
|
|
723
670
|
[Full Changelog](https://github.com/feathersjs/authentication-local/compare/v0.3.0...v0.3.1)
|
|
724
671
|
|
|
725
672
|
**Closed issues:**
|
|
@@ -731,6 +678,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
731
678
|
- Document expected request data [\#6](https://github.com/feathersjs/authentication-local/pull/6) ([marshallswain](https://github.com/marshallswain))
|
|
732
679
|
|
|
733
680
|
## [v0.3.0](https://github.com/feathersjs/authentication-local/tree/v0.3.0) (2016-11-23)
|
|
681
|
+
|
|
734
682
|
[Full Changelog](https://github.com/feathersjs/authentication-local/compare/v0.2.0...v0.3.0)
|
|
735
683
|
|
|
736
684
|
**Closed issues:**
|
|
@@ -743,9 +691,9 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
743
691
|
- Payload support [\#3](https://github.com/feathersjs/authentication-local/pull/3) ([ekryski](https://github.com/ekryski))
|
|
744
692
|
|
|
745
693
|
## [v0.2.0](https://github.com/feathersjs/authentication-local/tree/v0.2.0) (2016-11-16)
|
|
694
|
+
|
|
746
695
|
[Full Changelog](https://github.com/feathersjs/authentication-local/compare/v0.1.0...v0.2.0)
|
|
747
696
|
|
|
748
697
|
## [v0.1.0](https://github.com/feathersjs/authentication-local/tree/v0.1.0) (2016-11-09)
|
|
749
698
|
|
|
750
|
-
|
|
751
|
-
\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)*
|
|
699
|
+
\* _This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)_
|