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