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