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