@feathersjs/authentication 5.0.0-pre.9 → 5.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -3,597 +3,519 @@
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.9](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.8...v5.0.0-pre.9) (2021-08-09)
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
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
11
13
 
12
-
13
-
14
- # [5.0.0-pre.8](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.7...v5.0.0-pre.8) (2021-08-09)
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)
15
15
 
16
16
  **Note:** Version bump only for package @feathersjs/authentication
17
17
 
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
 
20
+ ### Bug Fixes
19
21
 
22
+ - Update all dependencies ([#3024](https://github.com/feathersjs/feathers/issues/3024)) ([283dc47](https://github.com/feathersjs/feathers/commit/283dc4798d85584bc031e6e54b83b4ea77d1edd0))
20
23
 
24
+ # [5.0.0-pre.35](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.34...v5.0.0-pre.35) (2023-01-12)
21
25
 
22
- # [5.0.0-pre.7](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.6...v5.0.0-pre.7) (2021-08-09)
26
+ ### Features
23
27
 
24
- **Note:** Version bump only for package @feathersjs/authentication
28
+ - **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))
25
29
 
30
+ # [5.0.0-pre.34](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.33...v5.0.0-pre.34) (2022-12-14)
31
+
32
+ ### Bug Fixes
26
33
 
34
+ - **authentication:** Fix order of connection and login event handling ([#2909](https://github.com/feathersjs/feathers/issues/2909)) ([801a503](https://github.com/feathersjs/feathers/commit/801a503425062e27f2a32b91493b6ffae3822626))
35
+ - **core:** `context.type` for around hooks ([#2890](https://github.com/feathersjs/feathers/issues/2890)) ([d606ac6](https://github.com/feathersjs/feathers/commit/d606ac660fd5335c95206784fea36530dd2e851a))
27
36
 
37
+ ### Features
28
38
 
39
+ - **schema:** Virtual property resolvers ([#2900](https://github.com/feathersjs/feathers/issues/2900)) ([7d03b57](https://github.com/feathersjs/feathers/commit/7d03b57ae2f633bdd4a368e0d5955011fbd6c329))
29
40
 
30
- # [5.0.0-pre.6](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.5...v5.0.0-pre.6) (2021-08-08)
41
+ # [5.0.0-pre.33](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.32...v5.0.0-pre.33) (2022-11-08)
31
42
 
32
43
  **Note:** Version bump only for package @feathersjs/authentication
33
44
 
45
+ # [5.0.0-pre.32](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.31...v5.0.0-pre.32) (2022-10-26)
34
46
 
47
+ ### Bug Fixes
35
48
 
49
+ - **authentication:** Improve logout and disconnect connection handling ([#2813](https://github.com/feathersjs/feathers/issues/2813)) ([dd77379](https://github.com/feathersjs/feathers/commit/dd77379d8bdcd32d529bef912e672639e4899823))
36
50
 
51
+ # [5.0.0-pre.31](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.30...v5.0.0-pre.31) (2022-10-12)
37
52
 
38
- # [5.0.0-pre.5](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.4...v5.0.0-pre.5) (2021-06-23)
53
+ ### Features
39
54
 
55
+ - **cli:** Generate full client test suite and improve typed client ([#2788](https://github.com/feathersjs/feathers/issues/2788)) ([57119b6](https://github.com/feathersjs/feathers/commit/57119b6bb2797f7297cf054268a248c093ecd538))
40
56
 
41
- ### Bug Fixes
57
+ # [5.0.0-pre.30](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.29...v5.0.0-pre.30) (2022-10-07)
42
58
 
43
- * **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))
44
- * **koa:** Use extended query parser for compatibility ([#2397](https://github.com/feathersjs/feathers/issues/2397)) ([b2944ba](https://github.com/feathersjs/feathers/commit/b2944bac3ec6d5ecc80dc518cd4e58093692db74))
59
+ ### Features
45
60
 
61
+ - **core:** Allow to unregister services at runtime ([#2756](https://github.com/feathersjs/feathers/issues/2756)) ([d16601f](https://github.com/feathersjs/feathers/commit/d16601f2277dca5357866ffdefba2a611f6dc7fa))
62
+ - **schema:** Make schemas validation library independent and add TypeBox support ([#2772](https://github.com/feathersjs/feathers/issues/2772)) ([44172d9](https://github.com/feathersjs/feathers/commit/44172d99b566d11d9ceda04f1d0bf72b6d05ce76))
46
63
 
47
- ### Features
64
+ # [5.0.0-pre.29](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.28...v5.0.0-pre.29) (2022-09-16)
48
65
 
49
- * **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))
66
+ ### Features
50
67
 
68
+ - **authentication-oauth:** Koa and transport independent oAuth authentication ([#2737](https://github.com/feathersjs/feathers/issues/2737)) ([9231525](https://github.com/feathersjs/feathers/commit/9231525a24bb790ba9c5d940f2867a9c727691c9))
51
69
 
70
+ # [5.0.0-pre.28](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.27...v5.0.0-pre.28) (2022-08-03)
52
71
 
72
+ ### Bug Fixes
53
73
 
74
+ - **cli:** Improve generated application and client ([#2701](https://github.com/feathersjs/feathers/issues/2701)) ([bd55ffb](https://github.com/feathersjs/feathers/commit/bd55ffb812e89bf215f4515e7f137656ea888c3f))
54
75
 
55
- # [5.0.0-pre.4](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.3...v5.0.0-pre.4) (2021-05-13)
76
+ # [5.0.0-pre.27](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.26...v5.0.0-pre.27) (2022-07-13)
56
77
 
57
78
  **Note:** Version bump only for package @feathersjs/authentication
58
79
 
80
+ # [5.0.0-pre.26](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.25...v5.0.0-pre.26) (2022-06-22)
59
81
 
82
+ **Note:** Version bump only for package @feathersjs/authentication
60
83
 
84
+ # [5.0.0-pre.25](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.24...v5.0.0-pre.25) (2022-06-22)
61
85
 
86
+ **Note:** Version bump only for package @feathersjs/authentication
62
87
 
63
- # [5.0.0-pre.3](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.2...v5.0.0-pre.3) (2021-04-21)
64
-
88
+ # [5.0.0-pre.24](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.23...v5.0.0-pre.24) (2022-06-21)
65
89
 
66
90
  ### Bug Fixes
67
91
 
68
- * **typescript:** Improve TypeScript backwards compatibility ([#2310](https://github.com/feathersjs/feathers/issues/2310)) ([f33be73](https://github.com/feathersjs/feathers/commit/f33be73fc46a533efb15df9aab0658e3240d3897))
92
+ - **authentication:** Add safe dispatch data for authentication requests ([#2662](https://github.com/feathersjs/feathers/issues/2662)) ([d8104a1](https://github.com/feathersjs/feathers/commit/d8104a19ee9181e6a5ea81014af29ff9a3c28a8a))
69
93
 
94
+ # [5.0.0-pre.23](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.22...v5.0.0-pre.23) (2022-06-06)
70
95
 
71
- ### Features
96
+ **Note:** Version bump only for package @feathersjs/authentication
72
97
 
73
- * **dependencies:** Remove direct debug dependency ([#2296](https://github.com/feathersjs/feathers/issues/2296)) ([501d416](https://github.com/feathersjs/feathers/commit/501d4164d30c6a126906dc640cdfdc82207ba34a))
98
+ # [5.0.0-pre.22](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.21...v5.0.0-pre.22) (2022-05-24)
74
99
 
100
+ **Note:** Version bump only for package @feathersjs/authentication
75
101
 
102
+ # [5.0.0-pre.21](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.20...v5.0.0-pre.21) (2022-05-23)
76
103
 
104
+ **Note:** Version bump only for package @feathersjs/authentication
77
105
 
106
+ # [5.0.0-pre.20](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.19...v5.0.0-pre.20) (2022-05-04)
78
107
 
79
- # [5.0.0-pre.2](https://github.com/feathersjs/feathers/compare/v5.0.0-beta.1...v5.0.0-pre.2) (2021-04-06)
108
+ ### Bug Fixes
80
109
 
81
- **Note:** Version bump only for package @feathersjs/authentication
110
+ - **dependencies:** Lock monorepo package version numbers ([#2623](https://github.com/feathersjs/feathers/issues/2623)) ([5640c10](https://github.com/feathersjs/feathers/commit/5640c1020cc139994e695d658c08bad3494db507))
82
111
 
112
+ # [5.0.0-pre.19](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.18...v5.0.0-pre.19) (2022-05-01)
83
113
 
114
+ ### Features
84
115
 
116
+ - **typescript:** Improve adapter typings ([#2605](https://github.com/feathersjs/feathers/issues/2605)) ([3b2ca0a](https://github.com/feathersjs/feathers/commit/3b2ca0a6a8e03e8390272c4d7e930b4bffdaacf5))
117
+ - **typescript:** Improve params and query typeability ([#2600](https://github.com/feathersjs/feathers/issues/2600)) ([df28b76](https://github.com/feathersjs/feathers/commit/df28b7619161f1df5e700326f52cca1a92dc5d28))
85
118
 
119
+ # [5.0.0-pre.18](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.17...v5.0.0-pre.18) (2022-04-11)
86
120
 
87
- # [5.0.0-beta.1](https://github.com/feathersjs/feathers/compare/v5.0.0-beta.0...v5.0.0-beta.1) (2021-04-03)
121
+ ### Features
88
122
 
89
- **Note:** Version bump only for package @feathersjs/authentication
123
+ - **authentication:** Add setup method for auth strategies ([#1611](https://github.com/feathersjs/feathers/issues/1611)) ([a3c3581](https://github.com/feathersjs/feathers/commit/a3c35814dccdbbf6de96f04f60b226ce206c6dbe))
124
+ - **configuration:** Allow app configuration to be validated against a schema ([#2590](https://github.com/feathersjs/feathers/issues/2590)) ([a268f86](https://github.com/feathersjs/feathers/commit/a268f86da92a8ada14ed11ab456aac0a4bba5bb0))
90
125
 
126
+ # [5.0.0-pre.17](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.16...v5.0.0-pre.17) (2022-02-15)
91
127
 
128
+ **Note:** Version bump only for package @feathersjs/authentication
92
129
 
130
+ # [5.0.0-pre.16](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.15...v5.0.0-pre.16) (2022-01-12)
93
131
 
132
+ ### Features
94
133
 
95
- # [5.0.0-beta.0](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.1...v5.0.0-beta.0) (2021-03-28)
134
+ - **express, koa:** make transports similar ([#2486](https://github.com/feathersjs/feathers/issues/2486)) ([26aa937](https://github.com/feathersjs/feathers/commit/26aa937c114fb8596dfefc599b1f53cead69c159))
96
135
 
136
+ # [5.0.0-pre.15](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.14...v5.0.0-pre.15) (2021-11-27)
97
137
 
98
138
  ### Bug Fixes
99
139
 
100
- * Update Grant usage and other dependencies ([#2264](https://github.com/feathersjs/feathers/issues/2264)) ([7b0f8fa](https://github.com/feathersjs/feathers/commit/7b0f8fad252419ed0ad0bf259cdf3104d322ab60))
101
-
140
+ - **typescript:** Overall typing improvements ([#2478](https://github.com/feathersjs/feathers/issues/2478)) ([b8eb804](https://github.com/feathersjs/feathers/commit/b8eb804158556d9651a8607e3c3fda15e0bfd110))
102
141
 
103
142
  ### Features
104
143
 
105
- * Application service types default to any ([#1566](https://github.com/feathersjs/feathers/issues/1566)) ([d93ba9a](https://github.com/feathersjs/feathers/commit/d93ba9a17edd20d3397bb00f4f6e82e804e42ed6))
106
- * Feathers v5 core refactoring and features ([#2255](https://github.com/feathersjs/feathers/issues/2255)) ([2dafb7c](https://github.com/feathersjs/feathers/commit/2dafb7ce14ba57406aeec13d10ca45b1e709bee9))
107
-
108
-
144
+ - **authentication-oauth:** Allow dynamic oAuth redirect ([#2469](https://github.com/feathersjs/feathers/issues/2469)) ([b7143d4](https://github.com/feathersjs/feathers/commit/b7143d4c0fbe961e714f79512be04449b9bbd7d9))
109
145
 
146
+ # [5.0.0-pre.14](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.13...v5.0.0-pre.14) (2021-10-13)
110
147
 
148
+ **Note:** Version bump only for package @feathersjs/authentication
111
149
 
112
- # [5.0.0-pre.1](https://github.com/feathersjs/feathers/compare/v4.5.11...v5.0.0-pre.1) (2020-12-17)
113
-
150
+ # [5.0.0-pre.13](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.12...v5.0.0-pre.13) (2021-10-13)
114
151
 
152
+ **Note:** Version bump only for package @feathersjs/authentication
115
153
 
116
- # [5.0.0-pre.0](https://github.com/feathersjs/feathers/compare/v4.5.4...v5.0.0-pre.0) (2020-05-19)
154
+ # [5.0.0-pre.12](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.11...v5.0.0-pre.12) (2021-10-12)
117
155
 
118
156
  **Note:** Version bump only for package @feathersjs/authentication
119
157
 
158
+ # [5.0.0-pre.11](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.10...v5.0.0-pre.11) (2021-10-06)
120
159
 
160
+ **Note:** Version bump only for package @feathersjs/authentication
121
161
 
162
+ # [5.0.0-pre.10](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.9...v5.0.0-pre.10) (2021-09-19)
122
163
 
164
+ **Note:** Version bump only for package @feathersjs/authentication
123
165
 
124
- # [5.0.0-pre.0](https://github.com/feathersjs/feathers/compare/v4.5.4...v5.0.0-pre.0) (2020-05-19)
125
-
166
+ # [5.0.0-pre.9](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.8...v5.0.0-pre.9) (2021-08-09)
126
167
 
168
+ **Note:** Version bump only for package @feathersjs/authentication
127
169
 
128
- ## [4.5.11](https://github.com/feathersjs/feathers/compare/v4.5.10...v4.5.11) (2020-12-05)
170
+ # [5.0.0-pre.8](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.7...v5.0.0-pre.8) (2021-08-09)
129
171
 
130
172
  **Note:** Version bump only for package @feathersjs/authentication
131
173
 
174
+ # [5.0.0-pre.7](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.6...v5.0.0-pre.7) (2021-08-09)
132
175
 
176
+ **Note:** Version bump only for package @feathersjs/authentication
133
177
 
178
+ # [5.0.0-pre.6](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.5...v5.0.0-pre.6) (2021-08-08)
134
179
 
180
+ **Note:** Version bump only for package @feathersjs/authentication
135
181
 
136
- ## [4.5.10](https://github.com/feathersjs/feathers/compare/v4.5.9...v4.5.10) (2020-11-08)
137
-
182
+ # [5.0.0-pre.5](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.4...v5.0.0-pre.5) (2021-06-23)
138
183
 
139
184
  ### Bug Fixes
140
185
 
141
- * **authentication:** consistent response return between local and jwt strategy ([#2042](https://github.com/feathersjs/feathers/issues/2042)) ([8d25be1](https://github.com/feathersjs/feathers/commit/8d25be101a2593a9e789375c928a07780b9e28cf))
142
-
143
-
186
+ - **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))
187
+ - **koa:** Use extended query parser for compatibility ([#2397](https://github.com/feathersjs/feathers/issues/2397)) ([b2944ba](https://github.com/feathersjs/feathers/commit/b2944bac3ec6d5ecc80dc518cd4e58093692db74))
144
188
 
189
+ ### Features
145
190
 
191
+ - **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))
146
192
 
147
- ## [4.5.9](https://github.com/feathersjs/feathers/compare/v4.5.8...v4.5.9) (2020-10-09)
193
+ # [5.0.0-pre.4](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.3...v5.0.0-pre.4) (2021-05-13)
148
194
 
149
195
  **Note:** Version bump only for package @feathersjs/authentication
150
196
 
197
+ # [5.0.0-pre.3](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.2...v5.0.0-pre.3) (2021-04-21)
151
198
 
199
+ ### Bug Fixes
152
200
 
201
+ - **typescript:** Improve TypeScript backwards compatibility ([#2310](https://github.com/feathersjs/feathers/issues/2310)) ([f33be73](https://github.com/feathersjs/feathers/commit/f33be73fc46a533efb15df9aab0658e3240d3897))
153
202
 
203
+ ### Features
154
204
 
155
- ## [4.5.8](https://github.com/feathersjs/feathers/compare/v4.5.7...v4.5.8) (2020-08-12)
205
+ - **dependencies:** Remove direct debug dependency ([#2296](https://github.com/feathersjs/feathers/issues/2296)) ([501d416](https://github.com/feathersjs/feathers/commit/501d4164d30c6a126906dc640cdfdc82207ba34a))
206
+
207
+ # [5.0.0-pre.2](https://github.com/feathersjs/feathers/compare/v5.0.0-beta.1...v5.0.0-pre.2) (2021-04-06)
156
208
 
157
209
  **Note:** Version bump only for package @feathersjs/authentication
158
210
 
211
+ # [5.0.0-beta.1](https://github.com/feathersjs/feathers/compare/v5.0.0-beta.0...v5.0.0-beta.1) (2021-04-03)
159
212
 
213
+ **Note:** Version bump only for package @feathersjs/authentication
160
214
 
215
+ # [5.0.0-beta.0](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.1...v5.0.0-beta.0) (2021-03-28)
161
216
 
217
+ ### Bug Fixes
162
218
 
163
- ## [4.5.7](https://github.com/feathersjs/feathers/compare/v4.5.6...v4.5.7) (2020-07-24)
219
+ - Update Grant usage and other dependencies ([#2264](https://github.com/feathersjs/feathers/issues/2264)) ([7b0f8fa](https://github.com/feathersjs/feathers/commit/7b0f8fad252419ed0ad0bf259cdf3104d322ab60))
164
220
 
221
+ ### Features
165
222
 
166
- ### Bug Fixes
223
+ - Application service types default to any ([#1566](https://github.com/feathersjs/feathers/issues/1566)) ([d93ba9a](https://github.com/feathersjs/feathers/commit/d93ba9a17edd20d3397bb00f4f6e82e804e42ed6))
224
+ - Feathers v5 core refactoring and features ([#2255](https://github.com/feathersjs/feathers/issues/2255)) ([2dafb7c](https://github.com/feathersjs/feathers/commit/2dafb7ce14ba57406aeec13d10ca45b1e709bee9))
167
225
 
168
- * **authentication:** Add JWT getEntityQuery ([#2013](https://github.com/feathersjs/feathers/issues/2013)) ([e0e7fb5](https://github.com/feathersjs/feathers/commit/e0e7fb5162940fe776731283b40026c61d9c8a33))
226
+ # [5.0.0-pre.1](https://github.com/feathersjs/feathers/compare/v4.5.11...v5.0.0-pre.1) (2020-12-17)
169
227
 
228
+ # [5.0.0-pre.0](https://github.com/feathersjs/feathers/compare/v4.5.4...v5.0.0-pre.0) (2020-05-19)
170
229
 
230
+ **Note:** Version bump only for package @feathersjs/authentication
171
231
 
232
+ # [5.0.0-pre.0](https://github.com/feathersjs/feathers/compare/v4.5.4...v5.0.0-pre.0) (2020-05-19)
172
233
 
234
+ ## [4.5.11](https://github.com/feathersjs/feathers/compare/v4.5.10...v4.5.11) (2020-12-05)
173
235
 
174
- ## [4.5.6](https://github.com/feathersjs/feathers/compare/v4.5.5...v4.5.6) (2020-07-12)
236
+ **Note:** Version bump only for package @feathersjs/authentication
175
237
 
238
+ ## [4.5.10](https://github.com/feathersjs/feathers/compare/v4.5.9...v4.5.10) (2020-11-08)
176
239
 
177
240
  ### Bug Fixes
178
241
 
179
- * **authentication:** Omit query in JWT strategy ([#2011](https://github.com/feathersjs/feathers/issues/2011)) ([04ce7e9](https://github.com/feathersjs/feathers/commit/04ce7e98515fe9d495cd0e83e0da097e9bcd7382))
180
-
242
+ - **authentication:** consistent response return between local and jwt strategy ([#2042](https://github.com/feathersjs/feathers/issues/2042)) ([8d25be1](https://github.com/feathersjs/feathers/commit/8d25be101a2593a9e789375c928a07780b9e28cf))
181
243
 
244
+ ## [4.5.9](https://github.com/feathersjs/feathers/compare/v4.5.8...v4.5.9) (2020-10-09)
182
245
 
246
+ **Note:** Version bump only for package @feathersjs/authentication
183
247
 
248
+ ## [4.5.8](https://github.com/feathersjs/feathers/compare/v4.5.7...v4.5.8) (2020-08-12)
184
249
 
185
- ## [4.5.5](https://github.com/feathersjs/feathers/compare/v4.5.4...v4.5.5) (2020-07-11)
250
+ **Note:** Version bump only for package @feathersjs/authentication
186
251
 
252
+ ## [4.5.7](https://github.com/feathersjs/feathers/compare/v4.5.6...v4.5.7) (2020-07-24)
187
253
 
188
254
  ### Bug Fixes
189
255
 
190
- * **authentication:** Include query params when authenticating via authenticate hook [#2009](https://github.com/feathersjs/feathers/issues/2009) ([4cdb7bf](https://github.com/feathersjs/feathers/commit/4cdb7bf2898385ddac7a1692bc9ac2f6cf5ad446))
191
-
192
-
256
+ - **authentication:** Add JWT getEntityQuery ([#2013](https://github.com/feathersjs/feathers/issues/2013)) ([e0e7fb5](https://github.com/feathersjs/feathers/commit/e0e7fb5162940fe776731283b40026c61d9c8a33))
193
257
 
258
+ ## [4.5.6](https://github.com/feathersjs/feathers/compare/v4.5.5...v4.5.6) (2020-07-12)
194
259
 
260
+ ### Bug Fixes
195
261
 
196
- ## [4.5.3](https://github.com/feathersjs/feathers/compare/v4.5.2...v4.5.3) (2020-04-17)
262
+ - **authentication:** Omit query in JWT strategy ([#2011](https://github.com/feathersjs/feathers/issues/2011)) ([04ce7e9](https://github.com/feathersjs/feathers/commit/04ce7e98515fe9d495cd0e83e0da097e9bcd7382))
197
263
 
264
+ ## [4.5.5](https://github.com/feathersjs/feathers/compare/v4.5.4...v4.5.5) (2020-07-11)
198
265
 
199
266
  ### Bug Fixes
200
267
 
201
- * **authentication:** Remove entity from connection information on logout ([#1889](https://github.com/feathersjs/feathers/issues/1889)) ([b062753](https://github.com/feathersjs/feathers/commit/b0627530d61babe15dd84369d3093ccae4b780ca))
202
-
268
+ - **authentication:** Include query params when authenticating via authenticate hook [#2009](https://github.com/feathersjs/feathers/issues/2009) ([4cdb7bf](https://github.com/feathersjs/feathers/commit/4cdb7bf2898385ddac7a1692bc9ac2f6cf5ad446))
203
269
 
270
+ ## [4.5.3](https://github.com/feathersjs/feathers/compare/v4.5.2...v4.5.3) (2020-04-17)
204
271
 
272
+ ### Bug Fixes
205
273
 
274
+ - **authentication:** Remove entity from connection information on logout ([#1889](https://github.com/feathersjs/feathers/issues/1889)) ([b062753](https://github.com/feathersjs/feathers/commit/b0627530d61babe15dd84369d3093ccae4b780ca))
206
275
 
207
276
  ## [4.5.2](https://github.com/feathersjs/feathers/compare/v4.5.1...v4.5.2) (2020-03-04)
208
277
 
209
-
210
278
  ### Bug Fixes
211
279
 
212
- * **authentication:** Improve JWT strategy configuration error message ([#1844](https://github.com/feathersjs/feathers/issues/1844)) ([2c771db](https://github.com/feathersjs/feathers/commit/2c771dbb22d53d4f7de3c3f514e57afa1a186322))
213
-
214
-
215
-
216
-
280
+ - **authentication:** Improve JWT strategy configuration error message ([#1844](https://github.com/feathersjs/feathers/issues/1844)) ([2c771db](https://github.com/feathersjs/feathers/commit/2c771dbb22d53d4f7de3c3f514e57afa1a186322))
217
281
 
218
282
  ## [4.5.1](https://github.com/feathersjs/feathers/compare/v4.5.0...v4.5.1) (2020-01-24)
219
283
 
220
284
  **Note:** Version bump only for package @feathersjs/authentication
221
285
 
222
-
223
-
224
-
225
-
226
286
  # [4.5.0](https://github.com/feathersjs/feathers/compare/v4.4.3...v4.5.0) (2020-01-18)
227
287
 
228
-
229
288
  ### Bug Fixes
230
289
 
231
- * Add `params.authentication` type, remove `hook.connection` type ([#1732](https://github.com/feathersjs/feathers/issues/1732)) ([d46b7b2](https://github.com/feathersjs/feathers/commit/d46b7b2abac8862c0e4dbfce20d71b8b8a96692f))
232
-
233
-
234
-
235
-
290
+ - Add `params.authentication` type, remove `hook.connection` type ([#1732](https://github.com/feathersjs/feathers/issues/1732)) ([d46b7b2](https://github.com/feathersjs/feathers/commit/d46b7b2abac8862c0e4dbfce20d71b8b8a96692f))
236
291
 
237
292
  ## [4.4.3](https://github.com/feathersjs/feathers/compare/v4.4.1...v4.4.3) (2019-12-06)
238
293
 
239
294
  **Note:** Version bump only for package @feathersjs/authentication
240
295
 
241
-
242
-
243
-
244
-
245
296
  ## [4.4.1](https://github.com/feathersjs/feathers/compare/v4.4.0...v4.4.1) (2019-11-27)
246
297
 
247
298
  **Note:** Version bump only for package @feathersjs/authentication
248
299
 
249
-
250
-
251
-
252
-
253
300
  # [4.4.0](https://github.com/feathersjs/feathers/compare/v4.3.11...v4.4.0) (2019-11-27)
254
301
 
255
302
  **Note:** Version bump only for package @feathersjs/authentication
256
303
 
257
-
258
-
259
-
260
-
261
304
  ## [4.3.11](https://github.com/feathersjs/feathers/compare/v4.3.10...v4.3.11) (2019-11-11)
262
305
 
263
-
264
306
  ### Bug Fixes
265
307
 
266
- * **authentication:** Retain object references in authenticate hook ([#1675](https://github.com/feathersjs/feathers/issues/1675)) ([e1939be](https://github.com/feathersjs/feathers/commit/e1939be19d4e79d3f5e2fe69ba894a11c627ae99))
267
-
268
-
269
-
270
-
308
+ - **authentication:** Retain object references in authenticate hook ([#1675](https://github.com/feathersjs/feathers/issues/1675)) ([e1939be](https://github.com/feathersjs/feathers/commit/e1939be19d4e79d3f5e2fe69ba894a11c627ae99))
271
309
 
272
310
  ## [4.3.10](https://github.com/feathersjs/feathers/compare/v4.3.9...v4.3.10) (2019-10-26)
273
311
 
274
312
  **Note:** Version bump only for package @feathersjs/authentication
275
313
 
276
-
277
-
278
-
279
-
280
314
  ## [4.3.9](https://github.com/feathersjs/feathers/compare/v4.3.8...v4.3.9) (2019-10-26)
281
315
 
282
-
283
316
  ### Bug Fixes
284
317
 
285
- * Add jsonwebtoken TypeScript type dependency ([317c80a](https://github.com/feathersjs/feathers/commit/317c80a9205e8853bb830a12c3aa1a19e95f9abc))
286
- * Small type improvements ([#1624](https://github.com/feathersjs/feathers/issues/1624)) ([50162c6](https://github.com/feathersjs/feathers/commit/50162c6e562f0a47c6a280c4f01fff7c3afee293))
287
-
288
-
289
-
290
-
318
+ - Add jsonwebtoken TypeScript type dependency ([317c80a](https://github.com/feathersjs/feathers/commit/317c80a9205e8853bb830a12c3aa1a19e95f9abc))
319
+ - Small type improvements ([#1624](https://github.com/feathersjs/feathers/issues/1624)) ([50162c6](https://github.com/feathersjs/feathers/commit/50162c6e562f0a47c6a280c4f01fff7c3afee293))
291
320
 
292
321
  ## [4.3.7](https://github.com/feathersjs/feathers/compare/v4.3.6...v4.3.7) (2019-10-14)
293
322
 
294
323
  **Note:** Version bump only for package @feathersjs/authentication
295
324
 
296
-
297
-
298
-
299
-
300
325
  ## [4.3.5](https://github.com/feathersjs/feathers/compare/v4.3.4...v4.3.5) (2019-10-07)
301
326
 
302
-
303
327
  ### Bug Fixes
304
328
 
305
- * Authentication type improvements and timeout fix ([#1605](https://github.com/feathersjs/feathers/issues/1605)) ([19854d3](https://github.com/feathersjs/feathers/commit/19854d3))
306
- * Improve error message when authentication strategy is not allowed ([#1600](https://github.com/feathersjs/feathers/issues/1600)) ([317a312](https://github.com/feathersjs/feathers/commit/317a312))
307
-
308
-
309
-
310
-
329
+ - Authentication type improvements and timeout fix ([#1605](https://github.com/feathersjs/feathers/issues/1605)) ([19854d3](https://github.com/feathersjs/feathers/commit/19854d3))
330
+ - Improve error message when authentication strategy is not allowed ([#1600](https://github.com/feathersjs/feathers/issues/1600)) ([317a312](https://github.com/feathersjs/feathers/commit/317a312))
311
331
 
312
332
  ## [4.3.4](https://github.com/feathersjs/feathers/compare/v4.3.3...v4.3.4) (2019-10-03)
313
333
 
314
334
  **Note:** Version bump only for package @feathersjs/authentication
315
335
 
316
-
317
-
318
-
319
-
320
336
  ## [4.3.3](https://github.com/feathersjs/feathers/compare/v4.3.2...v4.3.3) (2019-09-21)
321
337
 
322
-
323
338
  ### Bug Fixes
324
339
 
325
- * check for undefined access token ([#1571](https://github.com/feathersjs/feathers/issues/1571)) ([976369d](https://github.com/feathersjs/feathers/commit/976369d))
326
- * Small improvements in dependencies and code sturcture ([#1562](https://github.com/feathersjs/feathers/issues/1562)) ([42c13e2](https://github.com/feathersjs/feathers/commit/42c13e2))
327
-
328
-
329
-
330
-
340
+ - check for undefined access token ([#1571](https://github.com/feathersjs/feathers/issues/1571)) ([976369d](https://github.com/feathersjs/feathers/commit/976369d))
341
+ - Small improvements in dependencies and code sturcture ([#1562](https://github.com/feathersjs/feathers/issues/1562)) ([42c13e2](https://github.com/feathersjs/feathers/commit/42c13e2))
331
342
 
332
343
  ## [4.3.2](https://github.com/feathersjs/feathers/compare/v4.3.1...v4.3.2) (2019-09-16)
333
344
 
334
345
  **Note:** Version bump only for package @feathersjs/authentication
335
346
 
336
-
337
-
338
-
339
-
340
347
  ## [4.3.1](https://github.com/feathersjs/feathers/compare/v4.3.0...v4.3.1) (2019-09-09)
341
348
 
342
-
343
349
  ### Bug Fixes
344
350
 
345
- * Use long-timeout for JWT expiration timers ([#1552](https://github.com/feathersjs/feathers/issues/1552)) ([65637ec](https://github.com/feathersjs/feathers/commit/65637ec))
346
-
347
-
348
-
349
-
351
+ - Use long-timeout for JWT expiration timers ([#1552](https://github.com/feathersjs/feathers/issues/1552)) ([65637ec](https://github.com/feathersjs/feathers/commit/65637ec))
350
352
 
351
353
  # [4.3.0](https://github.com/feathersjs/feathers/compare/v4.3.0-pre.4...v4.3.0) (2019-08-27)
352
354
 
353
355
  **Note:** Version bump only for package @feathersjs/authentication
354
356
 
355
-
356
-
357
-
358
-
359
357
  # [4.3.0-pre.4](https://github.com/feathersjs/feathers/compare/v4.3.0-pre.3...v4.3.0-pre.4) (2019-08-22)
360
358
 
361
-
362
359
  ### Bug Fixes
363
360
 
364
- * Fix auth publisher mistake ([08bad61](https://github.com/feathersjs/feathers/commit/08bad61))
365
-
366
-
367
-
368
-
361
+ - Fix auth publisher mistake ([08bad61](https://github.com/feathersjs/feathers/commit/08bad61))
369
362
 
370
363
  # [4.3.0-pre.3](https://github.com/feathersjs/feathers/compare/v4.3.0-pre.2...v4.3.0-pre.3) (2019-08-19)
371
364
 
372
-
373
365
  ### Bug Fixes
374
366
 
375
- * Expire and remove authenticated real-time connections ([#1512](https://github.com/feathersjs/feathers/issues/1512)) ([2707c33](https://github.com/feathersjs/feathers/commit/2707c33))
376
- * Update all dependencies ([7d53a00](https://github.com/feathersjs/feathers/commit/7d53a00))
377
-
367
+ - Expire and remove authenticated real-time connections ([#1512](https://github.com/feathersjs/feathers/issues/1512)) ([2707c33](https://github.com/feathersjs/feathers/commit/2707c33))
368
+ - Update all dependencies ([7d53a00](https://github.com/feathersjs/feathers/commit/7d53a00))
378
369
 
379
370
  ### Features
380
371
 
381
- * Let strategies handle the connection ([#1510](https://github.com/feathersjs/feathers/issues/1510)) ([4329feb](https://github.com/feathersjs/feathers/commit/4329feb))
382
-
383
-
384
-
385
-
372
+ - Let strategies handle the connection ([#1510](https://github.com/feathersjs/feathers/issues/1510)) ([4329feb](https://github.com/feathersjs/feathers/commit/4329feb))
386
373
 
387
374
  # [4.3.0-pre.2](https://github.com/feathersjs/feathers/compare/v4.3.0-pre.1...v4.3.0-pre.2) (2019-08-02)
388
375
 
389
-
390
376
  ### Bug Fixes
391
377
 
392
- * Add getEntityId to JWT strategy and fix legacy Socket authentication ([#1488](https://github.com/feathersjs/feathers/issues/1488)) ([9a3b324](https://github.com/feathersjs/feathers/commit/9a3b324))
393
- * Add method to reliably get default authentication service ([#1470](https://github.com/feathersjs/feathers/issues/1470)) ([e542cb3](https://github.com/feathersjs/feathers/commit/e542cb3))
394
-
395
-
396
-
397
-
378
+ - Add getEntityId to JWT strategy and fix legacy Socket authentication ([#1488](https://github.com/feathersjs/feathers/issues/1488)) ([9a3b324](https://github.com/feathersjs/feathers/commit/9a3b324))
379
+ - Add method to reliably get default authentication service ([#1470](https://github.com/feathersjs/feathers/issues/1470)) ([e542cb3](https://github.com/feathersjs/feathers/commit/e542cb3))
398
380
 
399
381
  # [4.3.0-pre.1](https://github.com/feathersjs/feathers/compare/v4.0.0-pre.5...v4.3.0-pre.1) (2019-07-11)
400
382
 
401
383
  **Note:** Version bump only for package @feathersjs/authentication
402
384
 
403
-
404
-
405
-
406
-
407
385
  # [4.0.0-pre.5](https://github.com/feathersjs/feathers/compare/v4.0.0-pre.4...v4.0.0-pre.5) (2019-07-10)
408
386
 
409
387
  **Note:** Version bump only for package @feathersjs/authentication
410
388
 
411
-
412
-
413
-
414
-
415
389
  # [4.0.0-pre.4](https://github.com/feathersjs/feathers/compare/v4.0.0-pre.3...v4.0.0-pre.4) (2019-07-05)
416
390
 
417
-
418
391
  ### Bug Fixes
419
392
 
420
- * Updated typings for ServiceMethods ([#1409](https://github.com/feathersjs/feathers/issues/1409)) ([b5ee7e2](https://github.com/feathersjs/feathers/commit/b5ee7e2))
421
-
422
-
423
-
424
-
393
+ - Updated typings for ServiceMethods ([#1409](https://github.com/feathersjs/feathers/issues/1409)) ([b5ee7e2](https://github.com/feathersjs/feathers/commit/b5ee7e2))
425
394
 
426
395
  # [4.0.0-pre.3](https://github.com/feathersjs/feathers/compare/v4.0.0-pre.2...v4.0.0-pre.3) (2019-06-01)
427
396
 
428
-
429
397
  ### Bug Fixes
430
398
 
431
- * Make oAuth paths more consistent and improve authentication client ([#1377](https://github.com/feathersjs/feathers/issues/1377)) ([adb2543](https://github.com/feathersjs/feathers/commit/adb2543))
432
- * Set authenticated: true after successful authentication ([#1367](https://github.com/feathersjs/feathers/issues/1367)) ([9918cff](https://github.com/feathersjs/feathers/commit/9918cff))
433
- * Typings fix and improvements. ([#1364](https://github.com/feathersjs/feathers/issues/1364)) ([515b916](https://github.com/feathersjs/feathers/commit/515b916))
434
- * Update dependencies and fix tests ([#1373](https://github.com/feathersjs/feathers/issues/1373)) ([d743a7f](https://github.com/feathersjs/feathers/commit/d743a7f))
435
-
436
-
437
-
438
-
399
+ - Make oAuth paths more consistent and improve authentication client ([#1377](https://github.com/feathersjs/feathers/issues/1377)) ([adb2543](https://github.com/feathersjs/feathers/commit/adb2543))
400
+ - Set authenticated: true after successful authentication ([#1367](https://github.com/feathersjs/feathers/issues/1367)) ([9918cff](https://github.com/feathersjs/feathers/commit/9918cff))
401
+ - Typings fix and improvements. ([#1364](https://github.com/feathersjs/feathers/issues/1364)) ([515b916](https://github.com/feathersjs/feathers/commit/515b916))
402
+ - Update dependencies and fix tests ([#1373](https://github.com/feathersjs/feathers/issues/1373)) ([d743a7f](https://github.com/feathersjs/feathers/commit/d743a7f))
439
403
 
440
404
  # [4.0.0-pre.2](https://github.com/feathersjs/feathers/compare/v4.0.0-pre.1...v4.0.0-pre.2) (2019-05-15)
441
405
 
442
-
443
406
  ### Bug Fixes
444
407
 
445
- * Throw NotAuthenticated on token verification errors ([#1357](https://github.com/feathersjs/feathers/issues/1357)) ([e0120df](https://github.com/feathersjs/feathers/commit/e0120df))
446
-
447
-
448
-
449
-
408
+ - Throw NotAuthenticated on token verification errors ([#1357](https://github.com/feathersjs/feathers/issues/1357)) ([e0120df](https://github.com/feathersjs/feathers/commit/e0120df))
450
409
 
451
410
  # [4.0.0-pre.1](https://github.com/feathersjs/feathers/compare/v4.0.0-pre.0...v4.0.0-pre.1) (2019-05-08)
452
411
 
453
-
454
412
  ### Bug Fixes
455
413
 
456
- * Always require strategy parameter in authentication ([#1327](https://github.com/feathersjs/feathers/issues/1327)) ([d4a8021](https://github.com/feathersjs/feathers/commit/d4a8021))
457
- * Bring back params.authenticated ([#1317](https://github.com/feathersjs/feathers/issues/1317)) ([a0ffd5e](https://github.com/feathersjs/feathers/commit/a0ffd5e))
458
- * Improve authentication parameter handling ([#1333](https://github.com/feathersjs/feathers/issues/1333)) ([6e77204](https://github.com/feathersjs/feathers/commit/6e77204))
459
- * Merge httpStrategies and authStrategies option ([#1308](https://github.com/feathersjs/feathers/issues/1308)) ([afa4d55](https://github.com/feathersjs/feathers/commit/afa4d55))
460
- * Rename jwtStrategies option to authStrategies ([#1305](https://github.com/feathersjs/feathers/issues/1305)) ([4aee151](https://github.com/feathersjs/feathers/commit/4aee151))
461
-
414
+ - Always require strategy parameter in authentication ([#1327](https://github.com/feathersjs/feathers/issues/1327)) ([d4a8021](https://github.com/feathersjs/feathers/commit/d4a8021))
415
+ - Bring back params.authenticated ([#1317](https://github.com/feathersjs/feathers/issues/1317)) ([a0ffd5e](https://github.com/feathersjs/feathers/commit/a0ffd5e))
416
+ - Improve authentication parameter handling ([#1333](https://github.com/feathersjs/feathers/issues/1333)) ([6e77204](https://github.com/feathersjs/feathers/commit/6e77204))
417
+ - Merge httpStrategies and authStrategies option ([#1308](https://github.com/feathersjs/feathers/issues/1308)) ([afa4d55](https://github.com/feathersjs/feathers/commit/afa4d55))
418
+ - Rename jwtStrategies option to authStrategies ([#1305](https://github.com/feathersjs/feathers/issues/1305)) ([4aee151](https://github.com/feathersjs/feathers/commit/4aee151))
462
419
 
463
420
  ### Features
464
421
 
465
- * Change and *JWT methods to *accessToken ([#1304](https://github.com/feathersjs/feathers/issues/1304)) ([5ac826b](https://github.com/feathersjs/feathers/commit/5ac826b))
466
-
467
-
468
-
469
-
422
+ - Change and *JWT methods to *accessToken ([#1304](https://github.com/feathersjs/feathers/issues/1304)) ([5ac826b](https://github.com/feathersjs/feathers/commit/5ac826b))
470
423
 
471
424
  # [4.0.0-pre.0](https://github.com/feathersjs/feathers/compare/v3.2.0-pre.1...v4.0.0-pre.0) (2019-04-21)
472
425
 
473
-
474
426
  ### Bug Fixes
475
427
 
476
- * Added path and method in to express request for passport ([#1112](https://github.com/feathersjs/feathers/issues/1112)) ([afa1cb4](https://github.com/feathersjs/feathers/commit/afa1cb4))
477
- * Authentication core improvements ([#1260](https://github.com/feathersjs/feathers/issues/1260)) ([c5dc7a2](https://github.com/feathersjs/feathers/commit/c5dc7a2))
478
- * Improve JWT authentication option handling ([#1261](https://github.com/feathersjs/feathers/issues/1261)) ([31b956b](https://github.com/feathersjs/feathers/commit/31b956b))
479
- * Make Mocha a proper devDependency for every repository ([#1053](https://github.com/feathersjs/feathers/issues/1053)) ([9974803](https://github.com/feathersjs/feathers/commit/9974803))
480
- * Only merge authenticated property on update ([8a564f7](https://github.com/feathersjs/feathers/commit/8a564f7))
481
- * reduce authentication connection hook complexity and remove unnecessary checks ([fa94b2f](https://github.com/feathersjs/feathers/commit/fa94b2f))
482
- * Update all dependencies to latest ([#1206](https://github.com/feathersjs/feathers/issues/1206)) ([e51e0f6](https://github.com/feathersjs/feathers/commit/e51e0f6))
483
- * **authentication:** Fall back when req.app is not the application when emitting events ([#1185](https://github.com/feathersjs/feathers/issues/1185)) ([6a534f0](https://github.com/feathersjs/feathers/commit/6a534f0))
484
- * Update adapter common tests ([#1135](https://github.com/feathersjs/feathers/issues/1135)) ([8166dda](https://github.com/feathersjs/feathers/commit/8166dda))
485
- * **docs/new-features:** syntax highlighting ([#347](https://github.com/feathersjs/feathers/issues/347)) ([4ab7c95](https://github.com/feathersjs/feathers/commit/4ab7c95))
486
- * **package:** update @feathersjs/commons to version 2.0.0 ([#692](https://github.com/feathersjs/feathers/issues/692)) ([ca665ab](https://github.com/feathersjs/feathers/commit/ca665ab))
487
- * **package:** update debug to version 3.0.0 ([#555](https://github.com/feathersjs/feathers/issues/555)) ([f788804](https://github.com/feathersjs/feathers/commit/f788804))
488
- * **package:** update jsonwebtoken to version 8.0.0 ([#567](https://github.com/feathersjs/feathers/issues/567)) ([6811626](https://github.com/feathersjs/feathers/commit/6811626))
489
- * **package:** update ms to version 2.0.0 ([#509](https://github.com/feathersjs/feathers/issues/509)) ([7e4b0b6](https://github.com/feathersjs/feathers/commit/7e4b0b6))
490
- * **package:** update passport to version 0.4.0 ([#558](https://github.com/feathersjs/feathers/issues/558)) ([dcb14a5](https://github.com/feathersjs/feathers/commit/dcb14a5))
491
-
428
+ - Added path and method in to express request for passport ([#1112](https://github.com/feathersjs/feathers/issues/1112)) ([afa1cb4](https://github.com/feathersjs/feathers/commit/afa1cb4))
429
+ - Authentication core improvements ([#1260](https://github.com/feathersjs/feathers/issues/1260)) ([c5dc7a2](https://github.com/feathersjs/feathers/commit/c5dc7a2))
430
+ - Improve JWT authentication option handling ([#1261](https://github.com/feathersjs/feathers/issues/1261)) ([31b956b](https://github.com/feathersjs/feathers/commit/31b956b))
431
+ - Make Mocha a proper devDependency for every repository ([#1053](https://github.com/feathersjs/feathers/issues/1053)) ([9974803](https://github.com/feathersjs/feathers/commit/9974803))
432
+ - Only merge authenticated property on update ([8a564f7](https://github.com/feathersjs/feathers/commit/8a564f7))
433
+ - reduce authentication connection hook complexity and remove unnecessary checks ([fa94b2f](https://github.com/feathersjs/feathers/commit/fa94b2f))
434
+ - Update all dependencies to latest ([#1206](https://github.com/feathersjs/feathers/issues/1206)) ([e51e0f6](https://github.com/feathersjs/feathers/commit/e51e0f6))
435
+ - **authentication:** Fall back when req.app is not the application when emitting events ([#1185](https://github.com/feathersjs/feathers/issues/1185)) ([6a534f0](https://github.com/feathersjs/feathers/commit/6a534f0))
436
+ - Update adapter common tests ([#1135](https://github.com/feathersjs/feathers/issues/1135)) ([8166dda](https://github.com/feathersjs/feathers/commit/8166dda))
437
+ - **docs/new-features:** syntax highlighting ([#347](https://github.com/feathersjs/feathers/issues/347)) ([4ab7c95](https://github.com/feathersjs/feathers/commit/4ab7c95))
438
+ - **package:** update @feathersjs/commons to version 2.0.0 ([#692](https://github.com/feathersjs/feathers/issues/692)) ([ca665ab](https://github.com/feathersjs/feathers/commit/ca665ab))
439
+ - **package:** update debug to version 3.0.0 ([#555](https://github.com/feathersjs/feathers/issues/555)) ([f788804](https://github.com/feathersjs/feathers/commit/f788804))
440
+ - **package:** update jsonwebtoken to version 8.0.0 ([#567](https://github.com/feathersjs/feathers/issues/567)) ([6811626](https://github.com/feathersjs/feathers/commit/6811626))
441
+ - **package:** update ms to version 2.0.0 ([#509](https://github.com/feathersjs/feathers/issues/509)) ([7e4b0b6](https://github.com/feathersjs/feathers/commit/7e4b0b6))
442
+ - **package:** update passport to version 0.4.0 ([#558](https://github.com/feathersjs/feathers/issues/558)) ([dcb14a5](https://github.com/feathersjs/feathers/commit/dcb14a5))
492
443
 
493
444
  ### Features
494
445
 
495
- * @feathersjs/authentication-oauth ([#1299](https://github.com/feathersjs/feathers/issues/1299)) ([656bae7](https://github.com/feathersjs/feathers/commit/656bae7))
496
- * 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))
497
- * Add TypeScript definitions ([#1275](https://github.com/feathersjs/feathers/issues/1275)) ([9dd6713](https://github.com/feathersjs/feathers/commit/9dd6713))
498
- * Authentication v3 core server implementation ([#1205](https://github.com/feathersjs/feathers/issues/1205)) ([1bd7591](https://github.com/feathersjs/feathers/commit/1bd7591))
499
- * Authentication v3 local authentication ([#1211](https://github.com/feathersjs/feathers/issues/1211)) ([0fa5f7c](https://github.com/feathersjs/feathers/commit/0fa5f7c))
500
- * Remove (hook, next) signature and SKIP support ([#1269](https://github.com/feathersjs/feathers/issues/1269)) ([211c0f8](https://github.com/feathersjs/feathers/commit/211c0f8))
501
- * Support params symbol to skip authenticate hook ([#1296](https://github.com/feathersjs/feathers/issues/1296)) ([d16cf4d](https://github.com/feathersjs/feathers/commit/d16cf4d))
502
-
446
+ - @feathersjs/authentication-oauth ([#1299](https://github.com/feathersjs/feathers/issues/1299)) ([656bae7](https://github.com/feathersjs/feathers/commit/656bae7))
447
+ - 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))
448
+ - Add TypeScript definitions ([#1275](https://github.com/feathersjs/feathers/issues/1275)) ([9dd6713](https://github.com/feathersjs/feathers/commit/9dd6713))
449
+ - Authentication v3 core server implementation ([#1205](https://github.com/feathersjs/feathers/issues/1205)) ([1bd7591](https://github.com/feathersjs/feathers/commit/1bd7591))
450
+ - Authentication v3 local authentication ([#1211](https://github.com/feathersjs/feathers/issues/1211)) ([0fa5f7c](https://github.com/feathersjs/feathers/commit/0fa5f7c))
451
+ - Remove (hook, next) signature and SKIP support ([#1269](https://github.com/feathersjs/feathers/issues/1269)) ([211c0f8](https://github.com/feathersjs/feathers/commit/211c0f8))
452
+ - Support params symbol to skip authenticate hook ([#1296](https://github.com/feathersjs/feathers/issues/1296)) ([d16cf4d](https://github.com/feathersjs/feathers/commit/d16cf4d))
503
453
 
504
454
  ### BREAKING CHANGES
505
455
 
506
- * Update authentication strategies for @feathersjs/authentication v3
507
-
508
-
509
-
510
-
456
+ - Update authentication strategies for @feathersjs/authentication v3
511
457
 
512
458
  ## [2.1.16](https://github.com/feathersjs/feathers/compare/@feathersjs/authentication@2.1.15...@feathersjs/authentication@2.1.16) (2019-01-26)
513
459
 
514
-
515
460
  ### Bug Fixes
516
461
 
517
- * **authentication:** Fall back when req.app is not the application when emitting events ([#1185](https://github.com/feathersjs/feathers/issues/1185)) ([6a534f0](https://github.com/feathersjs/feathers/commit/6a534f0))
518
-
519
-
520
-
521
-
462
+ - **authentication:** Fall back when req.app is not the application when emitting events ([#1185](https://github.com/feathersjs/feathers/issues/1185)) ([6a534f0](https://github.com/feathersjs/feathers/commit/6a534f0))
522
463
 
523
464
  ## [2.1.15](https://github.com/feathersjs/feathers/compare/@feathersjs/authentication@2.1.14...@feathersjs/authentication@2.1.15) (2019-01-02)
524
465
 
525
-
526
466
  ### Bug Fixes
527
467
 
528
- * Update adapter common tests ([#1135](https://github.com/feathersjs/feathers/issues/1135)) ([8166dda](https://github.com/feathersjs/feathers/commit/8166dda))
529
-
530
-
531
-
532
-
468
+ - Update adapter common tests ([#1135](https://github.com/feathersjs/feathers/issues/1135)) ([8166dda](https://github.com/feathersjs/feathers/commit/8166dda))
533
469
 
534
470
  <a name="2.1.14"></a>
535
- ## [2.1.14](https://github.com/feathersjs/feathers/compare/@feathersjs/authentication@2.1.13...@feathersjs/authentication@2.1.14) (2018-12-16)
536
471
 
472
+ ## [2.1.14](https://github.com/feathersjs/feathers/compare/@feathersjs/authentication@2.1.13...@feathersjs/authentication@2.1.14) (2018-12-16)
537
473
 
538
474
  ### Bug Fixes
539
475
 
540
- * Added path and method in to express request for passport ([#1112](https://github.com/feathersjs/feathers/issues/1112)) ([afa1cb4](https://github.com/feathersjs/feathers/commit/afa1cb4))
541
-
542
-
543
-
544
-
476
+ - Added path and method in to express request for passport ([#1112](https://github.com/feathersjs/feathers/issues/1112)) ([afa1cb4](https://github.com/feathersjs/feathers/commit/afa1cb4))
545
477
 
546
478
  <a name="2.1.13"></a>
479
+
547
480
  ## [2.1.13](https://github.com/feathersjs/feathers/compare/@feathersjs/authentication@2.1.12...@feathersjs/authentication@2.1.13) (2018-10-26)
548
481
 
549
482
  **Note:** Version bump only for package @feathersjs/authentication
550
483
 
551
-
552
-
553
-
554
-
555
484
  <a name="2.1.12"></a>
556
- ## [2.1.12](https://github.com/feathersjs/feathers/compare/@feathersjs/authentication@2.1.11...@feathersjs/authentication@2.1.12) (2018-10-25)
557
485
 
486
+ ## [2.1.12](https://github.com/feathersjs/feathers/compare/@feathersjs/authentication@2.1.11...@feathersjs/authentication@2.1.12) (2018-10-25)
558
487
 
559
488
  ### Bug Fixes
560
489
 
561
- * Make Mocha a proper devDependency for every repository ([#1053](https://github.com/feathersjs/feathers/issues/1053)) ([9974803](https://github.com/feathersjs/feathers/commit/9974803))
562
- * Only merge authenticated property on update ([8a564f7](https://github.com/feathersjs/feathers/commit/8a564f7))
563
-
564
-
565
-
566
-
490
+ - Make Mocha a proper devDependency for every repository ([#1053](https://github.com/feathersjs/feathers/issues/1053)) ([9974803](https://github.com/feathersjs/feathers/commit/9974803))
491
+ - Only merge authenticated property on update ([8a564f7](https://github.com/feathersjs/feathers/commit/8a564f7))
567
492
 
568
493
  <a name="2.1.11"></a>
494
+
569
495
  ## [2.1.11](https://github.com/feathersjs/feathers/compare/@feathersjs/authentication@2.1.10...@feathersjs/authentication@2.1.11) (2018-09-21)
570
496
 
571
497
  **Note:** Version bump only for package @feathersjs/authentication
572
498
 
573
-
574
-
575
-
576
-
577
499
  <a name="2.1.10"></a>
500
+
578
501
  ## [2.1.10](https://github.com/feathersjs/feathers/compare/@feathersjs/authentication@2.1.9...@feathersjs/authentication@2.1.10) (2018-09-17)
579
502
 
580
503
  **Note:** Version bump only for package @feathersjs/authentication
581
504
 
582
-
583
-
584
-
585
-
586
505
  <a name="2.1.9"></a>
506
+
587
507
  ## [2.1.9](https://github.com/feathersjs/feathers/compare/@feathersjs/authentication@2.1.8...@feathersjs/authentication@2.1.9) (2018-09-02)
588
508
 
589
509
  **Note:** Version bump only for package @feathersjs/authentication
590
510
 
591
511
  <a name="2.1.8"></a>
512
+
592
513
  ## 2.1.8
593
514
 
594
515
  - Migrate to Monorepo ([feathers#462](https://github.com/feathersjs/feathers/issues/462))
595
516
 
596
517
  ## [v2.1.7](https://github.com/feathersjs/authentication/tree/v2.1.7) (2018-06-29)
518
+
597
519
  [Full Changelog](https://github.com/feathersjs/authentication/compare/v2.1.6...v2.1.7)
598
520
 
599
521
  **Fixed bugs:**
@@ -615,6 +537,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
615
537
  - Update sinon to the latest version 🚀 [\#681](https://github.com/feathersjs/authentication/pull/681) ([greenkeeper[bot]](https://github.com/apps/greenkeeper))
616
538
 
617
539
  ## [v2.1.6](https://github.com/feathersjs/authentication/tree/v2.1.6) (2018-06-01)
540
+
618
541
  [Full Changelog](https://github.com/feathersjs/authentication/compare/v2.1.5...v2.1.6)
619
542
 
620
543
  **Closed issues:**
@@ -636,6 +559,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
636
559
  - add option to allowUnauthenticated [\#599](https://github.com/feathersjs/authentication/pull/599) ([MichaelErmer](https://github.com/MichaelErmer))
637
560
 
638
561
  ## [v2.1.5](https://github.com/feathersjs/authentication/tree/v2.1.5) (2018-04-16)
562
+
639
563
  [Full Changelog](https://github.com/feathersjs/authentication/compare/v2.1.4...v2.1.5)
640
564
 
641
565
  **Closed issues:**
@@ -648,6 +572,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
648
572
  - Remove payload and user entity on logout. [\#665](https://github.com/feathersjs/authentication/pull/665) ([bertho-zero](https://github.com/bertho-zero))
649
573
 
650
574
  ## [v2.1.4](https://github.com/feathersjs/authentication/tree/v2.1.4) (2018-04-12)
575
+
651
576
  [Full Changelog](https://github.com/feathersjs/authentication/compare/v2.1.3...v2.1.4)
652
577
 
653
578
  **Closed issues:**
@@ -664,6 +589,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
664
589
  - Update sinon to the latest version 🚀 [\#656](https://github.com/feathersjs/authentication/pull/656) ([greenkeeper[bot]](https://github.com/apps/greenkeeper))
665
590
 
666
591
  ## [v2.1.3](https://github.com/feathersjs/authentication/tree/v2.1.3) (2018-03-16)
592
+
667
593
  [Full Changelog](https://github.com/feathersjs/authentication/compare/v2.1.2...v2.1.3)
668
594
 
669
595
  **Closed issues:**
@@ -683,6 +609,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
683
609
  - Update sinon-chai to the latest version 🚀 [\#644](https://github.com/feathersjs/authentication/pull/644) ([greenkeeper[bot]](https://github.com/apps/greenkeeper))
684
610
 
685
611
  ## [v2.1.2](https://github.com/feathersjs/authentication/tree/v2.1.2) (2018-02-14)
612
+
686
613
  [Full Changelog](https://github.com/feathersjs/authentication/compare/v2.1.1...v2.1.2)
687
614
 
688
615
  **Fixed bugs:**
@@ -699,7 +626,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
699
626
  - cookie reused from server in SSR app [\#619](https://github.com/feathersjs/authentication/issues/619)
700
627
  - Express middleware not setCookie [\#617](https://github.com/feathersjs/authentication/issues/617)
701
628
  - Server to Server Authentication Question [\#612](https://github.com/feathersjs/authentication/issues/612)
702
- - No way to share token between socket-rest-express [\#607](https://github.com/feathersjs/authentication/issues/607)
629
+ - No way to share token between socket-rest-express [\#607](https://github.com/feathersjs/authentication/issues/607)
703
630
  - 404 when accessing route using customer authentication [\#579](https://github.com/feathersjs/authentication/issues/579)
704
631
  - \[question\] is it possible to protect by role a create method? [\#564](https://github.com/feathersjs/authentication/issues/564)
705
632
  - Authentication with server-side rendering [\#560](https://github.com/feathersjs/authentication/issues/560)
@@ -716,6 +643,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
716
643
  - Options merged [\#611](https://github.com/feathersjs/authentication/pull/611) ([Makingweb](https://github.com/Makingweb))
717
644
 
718
645
  ## [v2.1.1](https://github.com/feathersjs/authentication/tree/v2.1.1) (2018-01-03)
646
+
719
647
  [Full Changelog](https://github.com/feathersjs/authentication/compare/v2.1.0...v2.1.1)
720
648
 
721
649
  **Closed issues:**
@@ -731,6 +659,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
731
659
  - Update mongodb to the latest version 🚀 [\#618](https://github.com/feathersjs/authentication/pull/618) ([greenkeeper[bot]](https://github.com/apps/greenkeeper))
732
660
 
733
661
  ## [v2.1.0](https://github.com/feathersjs/authentication/tree/v2.1.0) (2017-12-06)
662
+
734
663
  [Full Changelog](https://github.com/feathersjs/authentication/compare/v2.0.1...v2.1.0)
735
664
 
736
665
  **Closed issues:**
@@ -744,6 +673,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
744
673
  - Update feathers-memory to the latest version 🚀 [\#613](https://github.com/feathersjs/authentication/pull/613) ([greenkeeper[bot]](https://github.com/apps/greenkeeper))
745
674
 
746
675
  ## [v2.0.1](https://github.com/feathersjs/authentication/tree/v2.0.1) (2017-11-16)
676
+
747
677
  [Full Changelog](https://github.com/feathersjs/authentication/compare/v2.0.0...v2.0.1)
748
678
 
749
679
  **Merged pull requests:**
@@ -751,6 +681,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
751
681
  - Add default export for better ES module \(TypeScript\) compatibility [\#605](https://github.com/feathersjs/authentication/pull/605) ([daffl](https://github.com/daffl))
752
682
 
753
683
  ## [v2.0.0](https://github.com/feathersjs/authentication/tree/v2.0.0) (2017-11-09)
684
+
754
685
  [Full Changelog](https://github.com/feathersjs/authentication/compare/v1.3.1...v2.0.0)
755
686
 
756
687
  **Closed issues:**
@@ -763,6 +694,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
763
694
  - Update nsp to the latest version 🚀 [\#603](https://github.com/feathersjs/authentication/pull/603) ([greenkeeper[bot]](https://github.com/apps/greenkeeper))
764
695
 
765
696
  ## [v1.3.1](https://github.com/feathersjs/authentication/tree/v1.3.1) (2017-11-03)
697
+
766
698
  [Full Changelog](https://github.com/feathersjs/authentication/compare/v1.4.1...v1.3.1)
767
699
 
768
700
  **Merged pull requests:**
@@ -770,6 +702,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
770
702
  - Only set the JWT UUID if it is not already set [\#600](https://github.com/feathersjs/authentication/pull/600) ([daffl](https://github.com/daffl))
771
703
 
772
704
  ## [v1.4.1](https://github.com/feathersjs/authentication/tree/v1.4.1) (2017-11-01)
705
+
773
706
  [Full Changelog](https://github.com/feathersjs/authentication/compare/v1.4.0...v1.4.1)
774
707
 
775
708
  **Merged pull requests:**
@@ -779,6 +712,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
779
712
  - Update Codeclimate coverage token [\#595](https://github.com/feathersjs/authentication/pull/595) ([daffl](https://github.com/daffl))
780
713
 
781
714
  ## [v1.4.0](https://github.com/feathersjs/authentication/tree/v1.4.0) (2017-10-25)
715
+
782
716
  [Full Changelog](https://github.com/feathersjs/authentication/compare/v1.3.0...v1.4.0)
783
717
 
784
718
  **Closed issues:**
@@ -793,6 +727,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
793
727
  - Update to new plugin infrastructure [\#591](https://github.com/feathersjs/authentication/pull/591) ([daffl](https://github.com/daffl))
794
728
 
795
729
  ## [v1.3.0](https://github.com/feathersjs/authentication/tree/v1.3.0) (2017-10-24)
730
+
796
731
  [Full Changelog](https://github.com/feathersjs/authentication/compare/v0.7.13...v1.3.0)
797
732
 
798
733
  **Merged pull requests:**
@@ -800,12 +735,13 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
800
735
  - updating the codeclimate setup [\#589](https://github.com/feathersjs/authentication/pull/589) ([ekryski](https://github.com/ekryski))
801
736
 
802
737
  ## [v0.7.13](https://github.com/feathersjs/authentication/tree/v0.7.13) (2017-10-23)
738
+
803
739
  [Full Changelog](https://github.com/feathersjs/authentication/compare/v1.2.7...v0.7.13)
804
740
 
805
741
  **Closed issues:**
806
742
 
807
743
  - Error authenticating! Error: Token provided to verifyJWT is missing or not a string ? [\#584](https://github.com/feathersjs/authentication/issues/584)
808
- - Visual Studio Code Debug no authentication [\#583](https://github.com/feathersjs/authentication/issues/583)
744
+ - Visual Studio Code Debug no authentication [\#583](https://github.com/feathersjs/authentication/issues/583)
809
745
  - \[Feature Request\] Cloud DB's [\#581](https://github.com/feathersjs/authentication/issues/581)
810
746
  - Request doesn't contain any headers when user service requested [\#578](https://github.com/feathersjs/authentication/issues/578)
811
747
  - No way to pass Options to auth.express.authenticate. Needed for Google API refreshToken [\#576](https://github.com/feathersjs/authentication/issues/576)
@@ -846,13 +782,14 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
846
782
  - Refresh token must have a user ID [\#419](https://github.com/feathersjs/authentication/pull/419) ([francisco-sanchez-molina](https://github.com/francisco-sanchez-molina))
847
783
 
848
784
  ## [v1.2.7](https://github.com/feathersjs/authentication/tree/v1.2.7) (2017-07-11)
785
+
849
786
  [Full Changelog](https://github.com/feathersjs/authentication/compare/v1.2.6...v1.2.7)
850
787
 
851
788
  **Closed issues:**
852
789
 
853
790
  - Connection without password [\#541](https://github.com/feathersjs/authentication/issues/541)
854
791
  - email in lower case ? [\#538](https://github.com/feathersjs/authentication/issues/538)
855
- - Im unable to ping feathers server from react native. [\#537](https://github.com/feathersjs/authentication/issues/537)
792
+ - Im unable to ping feathers server from react native. [\#537](https://github.com/feathersjs/authentication/issues/537)
856
793
  - whats the official way to open cors in feather ? [\#536](https://github.com/feathersjs/authentication/issues/536)
857
794
  - Error options.service does not exist after initial auth setup [\#535](https://github.com/feathersjs/authentication/issues/535)
858
795
  - LogoutTimer not being cleared correctly [\#532](https://github.com/feathersjs/authentication/issues/532)
@@ -863,6 +800,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
863
800
  - fixed meta undefined error [\#542](https://github.com/feathersjs/authentication/pull/542) ([markacola](https://github.com/markacola))
864
801
 
865
802
  ## [v1.2.6](https://github.com/feathersjs/authentication/tree/v1.2.6) (2017-06-22)
803
+
866
804
  [Full Changelog](https://github.com/feathersjs/authentication/compare/v1.2.5...v1.2.6)
867
805
 
868
806
  **Closed issues:**
@@ -875,6 +813,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
875
813
  - Update feathers-authentication-local to the latest version 🚀 [\#533](https://github.com/feathersjs/authentication/pull/533) ([greenkeeper[bot]](https://github.com/apps/greenkeeper))
876
814
 
877
815
  ## [v1.2.5](https://github.com/feathersjs/authentication/tree/v1.2.5) (2017-06-21)
816
+
878
817
  [Full Changelog](https://github.com/feathersjs/authentication/compare/v1.2.4...v1.2.5)
879
818
 
880
819
  **Closed issues:**
@@ -888,6 +827,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
888
827
  - fixes several issues with update-entity w/ test cases [\#531](https://github.com/feathersjs/authentication/pull/531) ([jerfowler](https://github.com/jerfowler))
889
828
 
890
829
  ## [v1.2.4](https://github.com/feathersjs/authentication/tree/v1.2.4) (2017-06-08)
830
+
891
831
  [Full Changelog](https://github.com/feathersjs/authentication/compare/v1.2.3...v1.2.4)
892
832
 
893
833
  **Fixed bugs:**
@@ -915,6 +855,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
915
855
  - Fix default authentication config keys [\#506](https://github.com/feathersjs/authentication/pull/506) ([ekryski](https://github.com/ekryski))
916
856
 
917
857
  ## [v1.2.3](https://github.com/feathersjs/authentication/tree/v1.2.3) (2017-05-10)
858
+
918
859
  [Full Changelog](https://github.com/feathersjs/authentication/compare/v1.2.2...v1.2.3)
919
860
 
920
861
  **Closed issues:**
@@ -940,6 +881,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
940
881
  - Update dependencies to enable Greenkeeper 🌴 [\#482](https://github.com/feathersjs/authentication/pull/482) ([greenkeeper[bot]](https://github.com/apps/greenkeeper))
941
882
 
942
883
  ## [v1.2.2](https://github.com/feathersjs/authentication/tree/v1.2.2) (2017-04-12)
884
+
943
885
  [Full Changelog](https://github.com/feathersjs/authentication/compare/v1.2.1...v1.2.2)
944
886
 
945
887
  **Fixed bugs:**
@@ -961,6 +903,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
961
903
  - Resolves \#475 - Socket params are made available to authentication hooks [\#477](https://github.com/feathersjs/authentication/pull/477) ([thomas-p-wilson](https://github.com/thomas-p-wilson))
962
904
 
963
905
  ## [v1.2.1](https://github.com/feathersjs/authentication/tree/v1.2.1) (2017-04-07)
906
+
964
907
  [Full Changelog](https://github.com/feathersjs/authentication/compare/v1.2.0...v1.2.1)
965
908
 
966
909
  **Fixed bugs:**
@@ -984,6 +927,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
984
927
  - Allow the cookie to be set if action is not `remove` [\#474](https://github.com/feathersjs/authentication/pull/474) ([marshallswain](https://github.com/marshallswain))
985
928
 
986
929
  ## [v1.2.0](https://github.com/feathersjs/authentication/tree/v1.2.0) (2017-03-23)
930
+
987
931
  [Full Changelog](https://github.com/feathersjs/authentication/compare/v1.1.1...v1.2.0)
988
932
 
989
933
  **Fixed bugs:**
@@ -996,7 +940,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
996
940
 
997
941
  - Token creation has side effect [\#454](https://github.com/feathersjs/authentication/issues/454)
998
942
  - Question: When is userId set? [\#453](https://github.com/feathersjs/authentication/issues/453)
999
- - How to authenticate SPA? More precisely how does the redirect works? [\#451](https://github.com/feathersjs/authentication/issues/451)
943
+ - How to authenticate SPA? More precisely how does the redirect works? [\#451](https://github.com/feathersjs/authentication/issues/451)
1000
944
  - POST to auth/facebook for FacebookTokenStrategy 404? [\#447](https://github.com/feathersjs/authentication/issues/447)
1001
945
  - feathers-authentication 1.1.1 `No auth token` [\#445](https://github.com/feathersjs/authentication/issues/445)
1002
946
  - Another readme incorrect and maybe docs to [\#441](https://github.com/feathersjs/authentication/issues/441)
@@ -1019,6 +963,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
1019
963
  - Add support for Bearer scheme in remove method [\#403](https://github.com/feathersjs/authentication/pull/403) ([boybundit](https://github.com/boybundit))
1020
964
 
1021
965
  ## [v1.1.1](https://github.com/feathersjs/authentication/tree/v1.1.1) (2017-03-02)
966
+
1022
967
  [Full Changelog](https://github.com/feathersjs/authentication/compare/v1.1.0...v1.1.1)
1023
968
 
1024
969
  **Closed issues:**
@@ -1030,6 +975,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
1030
975
  - Remove lots of hardcoded values for config, and adds the `authenticate` hook [\#427](https://github.com/feathersjs/authentication/pull/427) ([myknbani](https://github.com/myknbani))
1031
976
 
1032
977
  ## [v1.1.0](https://github.com/feathersjs/authentication/tree/v1.1.0) (2017-03-01)
978
+
1033
979
  [Full Changelog](https://github.com/feathersjs/authentication/compare/v1.0.2...v1.1.0)
1034
980
 
1035
981
  **Fixed bugs:**
@@ -1058,10 +1004,10 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
1058
1004
  - feathers-authentication errors with any view error, and redirects to /auth/failure [\#381](https://github.com/feathersjs/authentication/issues/381)
1059
1005
  - what does app.service\('authentication'\).remove\(...\) mean? [\#379](https://github.com/feathersjs/authentication/issues/379)
1060
1006
  - Rest Endpoints. [\#375](https://github.com/feathersjs/authentication/issues/375)
1061
- - cordova google-plus signUp with id\_token [\#373](https://github.com/feathersjs/authentication/issues/373)
1007
+ - cordova google-plus signUp with id_token [\#373](https://github.com/feathersjs/authentication/issues/373)
1062
1008
  - How to reconnect socket with cookie after page refresh ? [\#372](https://github.com/feathersjs/authentication/issues/372)
1063
1009
  - Error: Could not find stored JWT and no authentication strategy was given [\#367](https://github.com/feathersjs/authentication/issues/367)
1064
- - "No auth token" using authenticate strategy: 'jwt' \(v.1.0.0-beta-2\) [\#366](https://github.com/feathersjs/authentication/issues/366)
1010
+ - "No auth token" using authenticate strategy: 'jwt' \(v.1.0.0-beta-2\) [\#366](https://github.com/feathersjs/authentication/issues/366)
1065
1011
  - Navigating to /auth/\<provider\> twice redirects to /auth/failed [\#344](https://github.com/feathersjs/authentication/issues/344)
1066
1012
  - Meteor auth migration guide [\#334](https://github.com/feathersjs/authentication/issues/334)
1067
1013
  - Auth 1.0 [\#330](https://github.com/feathersjs/authentication/issues/330)
@@ -1089,6 +1035,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
1089
1035
  - Docs: Equalize usage of feathers-authenticate [\#378](https://github.com/feathersjs/authentication/pull/378) ([eikaramba](https://github.com/eikaramba))
1090
1036
 
1091
1037
  ## [v1.0.2](https://github.com/feathersjs/authentication/tree/v1.0.2) (2016-12-14)
1038
+
1092
1039
  [Full Changelog](https://github.com/feathersjs/authentication/compare/v1.0.1...v1.0.2)
1093
1040
 
1094
1041
  **Closed issues:**
@@ -1096,9 +1043,11 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
1096
1043
  - successRedirect not redirecting [\#364](https://github.com/feathersjs/authentication/issues/364)
1097
1044
 
1098
1045
  ## [v1.0.1](https://github.com/feathersjs/authentication/tree/v1.0.1) (2016-12-14)
1046
+
1099
1047
  [Full Changelog](https://github.com/feathersjs/authentication/compare/v1.0.0...v1.0.1)
1100
1048
 
1101
1049
  ## [v1.0.0](https://github.com/feathersjs/authentication/tree/v1.0.0) (2016-12-14)
1050
+
1102
1051
  [Full Changelog](https://github.com/feathersjs/authentication/compare/v0.7.12...v1.0.0)
1103
1052
 
1104
1053
  **Fixed bugs:**
@@ -1109,19 +1058,19 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
1109
1058
 
1110
1059
  - auth.express.authenticate got undefined [\#363](https://github.com/feathersjs/authentication/issues/363)
1111
1060
  - Non-standard header structure [\#361](https://github.com/feathersjs/authentication/issues/361)
1112
- - localEndpoint without local strategy [\#359](https://github.com/feathersjs/authentication/issues/359)
1061
+ - localEndpoint without local strategy [\#359](https://github.com/feathersjs/authentication/issues/359)
1113
1062
  - Using custom passport strategies [\#356](https://github.com/feathersjs/authentication/issues/356)
1114
1063
  - Client-side app.on\('login'\) [\#355](https://github.com/feathersjs/authentication/issues/355)
1115
1064
  - Payload limiting on `app.get\('user'\)`? [\#354](https://github.com/feathersjs/authentication/issues/354)
1116
- - Authentication token is missing [\#352](https://github.com/feathersjs/authentication/issues/352)
1065
+ - Authentication token is missing [\#352](https://github.com/feathersjs/authentication/issues/352)
1117
1066
  - \[1.0\] The entity on the socket should pull from the strategy options. [\#348](https://github.com/feathersjs/authentication/issues/348)
1118
1067
  - \[1.0\] Only the first failure is returned on auth failure when chaining multiple strategies [\#346](https://github.com/feathersjs/authentication/issues/346)
1119
1068
  - Build 0.7.11 does not contain current code on NPMJS [\#342](https://github.com/feathersjs/authentication/issues/342)
1120
- - feathers-authentication branch 0.8 did not work with payload \(tested on socket\) [\#264](https://github.com/feathersjs/authentication/issues/264)
1069
+ - feathers-authentication branch 0.8 did not work with payload \(tested on socket\) [\#264](https://github.com/feathersjs/authentication/issues/264)
1121
1070
  - Add method for updating JWT [\#260](https://github.com/feathersjs/authentication/issues/260)
1122
1071
  - 1.0 architecture considerations [\#226](https://github.com/feathersjs/authentication/issues/226)
1123
1072
  - Features/RFC [\#213](https://github.com/feathersjs/authentication/issues/213)
1124
- - Support access\_token based OAuth2 providers [\#169](https://github.com/feathersjs/authentication/issues/169)
1073
+ - Support access_token based OAuth2 providers [\#169](https://github.com/feathersjs/authentication/issues/169)
1125
1074
  - Support openID [\#154](https://github.com/feathersjs/authentication/issues/154)
1126
1075
  - Disable cookie by default if not using OAuth [\#152](https://github.com/feathersjs/authentication/issues/152)
1127
1076
  - Add token service tests [\#144](https://github.com/feathersjs/authentication/issues/144)
@@ -1152,6 +1101,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
1152
1101
  - 1.0 Pre-release [\#336](https://github.com/feathersjs/authentication/pull/336) ([ekryski](https://github.com/ekryski))
1153
1102
 
1154
1103
  ## [v0.7.12](https://github.com/feathersjs/authentication/tree/v0.7.12) (2016-11-11)
1104
+
1155
1105
  [Full Changelog](https://github.com/feathersjs/authentication/compare/v0.7.11...v0.7.12)
1156
1106
 
1157
1107
  **Closed issues:**
@@ -1199,6 +1149,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
1199
1149
  - 0.8 - OAuth fixes [\#304](https://github.com/feathersjs/authentication/pull/304) ([marshallswain](https://github.com/marshallswain))
1200
1150
 
1201
1151
  ## [v0.7.11](https://github.com/feathersjs/authentication/tree/v0.7.11) (2016-09-28)
1152
+
1202
1153
  [Full Changelog](https://github.com/feathersjs/authentication/compare/v0.7.10...v0.7.11)
1203
1154
 
1204
1155
  **Closed issues:**
@@ -1217,6 +1168,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
1217
1168
  - Allow multiple username fields for local auth [\#283](https://github.com/feathersjs/authentication/pull/283) ([sdbondi](https://github.com/sdbondi))
1218
1169
 
1219
1170
  ## [v0.7.10](https://github.com/feathersjs/authentication/tree/v0.7.10) (2016-08-31)
1171
+
1220
1172
  [Full Changelog](https://github.com/feathersjs/authentication/compare/v0.7.9...v0.7.10)
1221
1173
 
1222
1174
  **Fixed bugs:**
@@ -1229,7 +1181,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
1229
1181
  - Auth0 & featherjs authorization only [\#277](https://github.com/feathersjs/authentication/issues/277)
1230
1182
  - Cannot read property 'scope' of undefined [\#273](https://github.com/feathersjs/authentication/issues/273)
1231
1183
  - Socker.js | Custom successHandler [\#271](https://github.com/feathersjs/authentication/issues/271)
1232
- - Use feathers-socketio? and rest&socket share session maybe? [\#269](https://github.com/feathersjs/authentication/issues/269)
1184
+ - Use feathers-socketio? and rest&socket share session maybe? [\#269](https://github.com/feathersjs/authentication/issues/269)
1233
1185
  - Ability to invalidate old token/session when user login with another machine. [\#267](https://github.com/feathersjs/authentication/issues/267)
1234
1186
  - 0.8 authentication before hooks - only ever getting a 401 Unauthorised [\#263](https://github.com/feathersjs/authentication/issues/263)
1235
1187
  - REST Middleware breaks local auth [\#262](https://github.com/feathersjs/authentication/issues/262)
@@ -1259,6 +1211,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
1259
1211
  - Adds ability to limit queries unless authenticated and authorized [\#229](https://github.com/feathersjs/authentication/pull/229) ([codingfriend1](https://github.com/codingfriend1))
1260
1212
 
1261
1213
  ## [v0.7.9](https://github.com/feathersjs/authentication/tree/v0.7.9) (2016-06-20)
1214
+
1262
1215
  [Full Changelog](https://github.com/feathersjs/authentication/compare/v0.7.8...v0.7.9)
1263
1216
 
1264
1217
  **Fixed bugs:**
@@ -1276,6 +1229,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
1276
1229
  - jwt ssl warning [\#214](https://github.com/feathersjs/authentication/pull/214) ([aboutlo](https://github.com/aboutlo))
1277
1230
 
1278
1231
  ## [v0.7.8](https://github.com/feathersjs/authentication/tree/v0.7.8) (2016-06-09)
1232
+
1279
1233
  [Full Changelog](https://github.com/feathersjs/authentication/compare/v0.7.7...v0.7.8)
1280
1234
 
1281
1235
  **Closed issues:**
@@ -1300,6 +1254,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
1300
1254
  - Update babel-plugin-add-module-exports to version 0.2.0 🚀 [\#199](https://github.com/feathersjs/authentication/pull/199) ([greenkeeperio-bot](https://github.com/greenkeeperio-bot))
1301
1255
 
1302
1256
  ## [v0.7.7](https://github.com/feathersjs/authentication/tree/v0.7.7) (2016-05-05)
1257
+
1303
1258
  [Full Changelog](https://github.com/feathersjs/authentication/compare/v0.7.6...v0.7.7)
1304
1259
 
1305
1260
  **Fixed bugs:**
@@ -1311,6 +1266,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
1311
1266
  - properly handle optional `\_json` property [\#197](https://github.com/feathersjs/authentication/pull/197) ([nyaaao](https://github.com/nyaaao))
1312
1267
 
1313
1268
  ## [v0.7.6](https://github.com/feathersjs/authentication/tree/v0.7.6) (2016-05-03)
1269
+
1314
1270
  [Full Changelog](https://github.com/feathersjs/authentication/compare/v0.7.5...v0.7.6)
1315
1271
 
1316
1272
  **Fixed bugs:**
@@ -1319,7 +1275,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
1319
1275
 
1320
1276
  **Closed issues:**
1321
1277
 
1322
- - Authenticated user [\#192](https://github.com/feathersjs/authentication/issues/192)
1278
+ - Authenticated user [\#192](https://github.com/feathersjs/authentication/issues/192)
1323
1279
  - REST token revoke [\#185](https://github.com/feathersjs/authentication/issues/185)
1324
1280
  - TypeError: Cannot read property 'service' of undefined [\#173](https://github.com/feathersjs/authentication/issues/173)
1325
1281
  - Optionally Include password in the params.query object passed to User.find\(\) [\#171](https://github.com/feathersjs/authentication/issues/171)
@@ -1333,6 +1289,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
1333
1289
  - fix\(oauth2\): Use patch to update user in oauthCallback [\#183](https://github.com/feathersjs/authentication/pull/183) ([beevelop](https://github.com/beevelop))
1334
1290
 
1335
1291
  ## [v0.7.5](https://github.com/feathersjs/authentication/tree/v0.7.5) (2016-04-23)
1292
+
1336
1293
  [Full Changelog](https://github.com/feathersjs/authentication/compare/v0.7.4...v0.7.5)
1337
1294
 
1338
1295
  **Fixed bugs:**
@@ -1345,6 +1302,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
1345
1302
  - Unable to authenticate requests when using vanilla Socket.IO [\#166](https://github.com/feathersjs/authentication/issues/166)
1346
1303
 
1347
1304
  ## [v0.7.4](https://github.com/feathersjs/authentication/tree/v0.7.4) (2016-04-18)
1305
+
1348
1306
  [Full Changelog](https://github.com/feathersjs/authentication/compare/v0.7.3...v0.7.4)
1349
1307
 
1350
1308
  **Fixed bugs:**
@@ -1362,9 +1320,11 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
1362
1320
  - Hook fixes [\#164](https://github.com/feathersjs/authentication/pull/164) ([ekryski](https://github.com/ekryski))
1363
1321
 
1364
1322
  ## [v0.7.3](https://github.com/feathersjs/authentication/tree/v0.7.3) (2016-04-16)
1323
+
1365
1324
  [Full Changelog](https://github.com/feathersjs/authentication/compare/v0.7.2...v0.7.3)
1366
1325
 
1367
1326
  ## [v0.7.2](https://github.com/feathersjs/authentication/tree/v0.7.2) (2016-04-16)
1327
+
1368
1328
  [Full Changelog](https://github.com/feathersjs/authentication/compare/v0.7.1...v0.7.2)
1369
1329
 
1370
1330
  **Closed issues:**
@@ -1380,6 +1340,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
1380
1340
  - Steal Compatibility [\#156](https://github.com/feathersjs/authentication/pull/156) ([marshallswain](https://github.com/marshallswain))
1381
1341
 
1382
1342
  ## [v0.7.1](https://github.com/feathersjs/authentication/tree/v0.7.1) (2016-04-08)
1343
+
1383
1344
  [Full Changelog](https://github.com/feathersjs/authentication/compare/v0.7.0...v0.7.1)
1384
1345
 
1385
1346
  **Closed issues:**
@@ -1396,6 +1357,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
1396
1357
  - Fix copy paste typo in queryWithCurrentUser hook. [\#140](https://github.com/feathersjs/authentication/pull/140) ([juodumas](https://github.com/juodumas))
1397
1358
 
1398
1359
  ## [v0.7.0](https://github.com/feathersjs/authentication/tree/v0.7.0) (2016-03-30)
1360
+
1399
1361
  [Full Changelog](https://github.com/feathersjs/authentication/compare/v0.6.0...v0.7.0)
1400
1362
 
1401
1363
  **Fixed bugs:**
@@ -1426,6 +1388,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
1426
1388
  - 0.7 Release [\#139](https://github.com/feathersjs/authentication/pull/139) ([ekryski](https://github.com/ekryski))
1427
1389
 
1428
1390
  ## [v0.6.0](https://github.com/feathersjs/authentication/tree/v0.6.0) (2016-03-24)
1391
+
1429
1392
  [Full Changelog](https://github.com/feathersjs/authentication/compare/v0.5.1...v0.6.0)
1430
1393
 
1431
1394
  **Fixed bugs:**
@@ -1446,15 +1409,17 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
1446
1409
  **Merged pull requests:**
1447
1410
 
1448
1411
  - Bcryptjs [\#137](https://github.com/feathersjs/authentication/pull/137) ([ekryski](https://github.com/ekryski))
1449
- - Allow user.id to be 0. Fixes \#116 [\#117](https://github.com/feathersjs/authentication/pull/117) ([marshallswain](https://github.com/marshallswain))
1412
+ - Allow user.id to be 0. Fixes \#116 [\#117](https://github.com/feathersjs/authentication/pull/117) ([marshallswain](https://github.com/marshallswain))
1450
1413
  - client should return a 401 error code when no token is provided [\#115](https://github.com/feathersjs/authentication/pull/115) ([ccummings](https://github.com/ccummings))
1451
1414
  - v0.6 - Bugs fixes, new hooks, and hook tests [\#109](https://github.com/feathersjs/authentication/pull/109) ([ekryski](https://github.com/ekryski))
1452
1415
  - primus client connect event is 'open' [\#106](https://github.com/feathersjs/authentication/pull/106) ([ahdinosaur](https://github.com/ahdinosaur))
1453
1416
 
1454
1417
  ## [v0.5.1](https://github.com/feathersjs/authentication/tree/v0.5.1) (2016-03-15)
1418
+
1455
1419
  [Full Changelog](https://github.com/feathersjs/authentication/compare/v0.5.0...v0.5.1)
1456
1420
 
1457
1421
  ## [v0.5.0](https://github.com/feathersjs/authentication/tree/v0.5.0) (2016-03-14)
1422
+
1458
1423
  [Full Changelog](https://github.com/feathersjs/authentication/compare/v0.4.1...v0.5.0)
1459
1424
 
1460
1425
  **Fixed bugs:**
@@ -1480,6 +1445,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
1480
1445
  - Customize the JWT payload [\#80](https://github.com/feathersjs/authentication/pull/80) ([enten](https://github.com/enten))
1481
1446
 
1482
1447
  ## [v0.4.1](https://github.com/feathersjs/authentication/tree/v0.4.1) (2016-02-28)
1448
+
1483
1449
  [Full Changelog](https://github.com/feathersjs/authentication/compare/v0.4.0...v0.4.1)
1484
1450
 
1485
1451
  **Fixed bugs:**
@@ -1489,13 +1455,14 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
1489
1455
  **Closed issues:**
1490
1456
 
1491
1457
  - Username response ? [\#84](https://github.com/feathersjs/authentication/issues/84)
1492
- - User doesn't get populated after authentication with databases that don't use \_id [\#71](https://github.com/feathersjs/authentication/issues/71)
1458
+ - User doesn't get populated after authentication with databases that don't use \_id [\#71](https://github.com/feathersjs/authentication/issues/71)
1493
1459
  - Support client usage in NodeJS [\#52](https://github.com/feathersjs/authentication/issues/52)
1494
1460
  - Support async storage for React Native [\#51](https://github.com/feathersjs/authentication/issues/51)
1495
1461
  - RequireAdmin on userService [\#36](https://github.com/feathersjs/authentication/issues/36)
1496
1462
  - Create test for changing the `usernameField` [\#1](https://github.com/feathersjs/authentication/issues/1)
1497
1463
 
1498
1464
  ## [v0.4.0](https://github.com/feathersjs/authentication/tree/v0.4.0) (2016-02-27)
1465
+
1499
1466
  [Full Changelog](https://github.com/feathersjs/authentication/compare/v0.3.5...v0.4.0)
1500
1467
 
1501
1468
  **Closed issues:**
@@ -1507,6 +1474,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
1507
1474
  - Refactoring for storage service [\#76](https://github.com/feathersjs/authentication/pull/76) ([ekryski](https://github.com/ekryski))
1508
1475
 
1509
1476
  ## [v0.3.5](https://github.com/feathersjs/authentication/tree/v0.3.5) (2016-02-25)
1477
+
1510
1478
  [Full Changelog](https://github.com/feathersjs/authentication/compare/v0.3.4...v0.3.5)
1511
1479
 
1512
1480
  **Merged pull requests:**
@@ -1514,12 +1482,15 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
1514
1482
  - Adding support for OAuth2 token based auth strategies. Closes \#46. [\#77](https://github.com/feathersjs/authentication/pull/77) ([ekryski](https://github.com/ekryski))
1515
1483
 
1516
1484
  ## [v0.3.4](https://github.com/feathersjs/authentication/tree/v0.3.4) (2016-02-25)
1485
+
1517
1486
  [Full Changelog](https://github.com/feathersjs/authentication/compare/v0.3.3...v0.3.4)
1518
1487
 
1519
1488
  ## [v0.3.3](https://github.com/feathersjs/authentication/tree/v0.3.3) (2016-02-25)
1489
+
1520
1490
  [Full Changelog](https://github.com/feathersjs/authentication/compare/v0.3.2...v0.3.3)
1521
1491
 
1522
1492
  ## [v0.3.2](https://github.com/feathersjs/authentication/tree/v0.3.2) (2016-02-24)
1493
+
1523
1494
  [Full Changelog](https://github.com/feathersjs/authentication/compare/v0.3.1...v0.3.2)
1524
1495
 
1525
1496
  **Merged pull requests:**
@@ -1527,6 +1498,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
1527
1498
  - bumping feathers-errors version [\#79](https://github.com/feathersjs/authentication/pull/79) ([ekryski](https://github.com/ekryski))
1528
1499
 
1529
1500
  ## [v0.3.1](https://github.com/feathersjs/authentication/tree/v0.3.1) (2016-02-23)
1501
+
1530
1502
  [Full Changelog](https://github.com/feathersjs/authentication/compare/v0.3.0...v0.3.1)
1531
1503
 
1532
1504
  **Closed issues:**
@@ -1540,6 +1512,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
1540
1512
  - Fix toLowerCase hook [\#75](https://github.com/feathersjs/authentication/pull/75) ([enten](https://github.com/enten))
1541
1513
 
1542
1514
  ## [v0.3.0](https://github.com/feathersjs/authentication/tree/v0.3.0) (2016-02-19)
1515
+
1543
1516
  [Full Changelog](https://github.com/feathersjs/authentication/compare/v0.2.4...v0.3.0)
1544
1517
 
1545
1518
  **Fixed bugs:**
@@ -1557,6 +1530,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
1557
1530
  - Config options [\#70](https://github.com/feathersjs/authentication/pull/70) ([ekryski](https://github.com/ekryski))
1558
1531
 
1559
1532
  ## [v0.2.4](https://github.com/feathersjs/authentication/tree/v0.2.4) (2016-02-17)
1533
+
1560
1534
  [Full Changelog](https://github.com/feathersjs/authentication/compare/v0.2.3...v0.2.4)
1561
1535
 
1562
1536
  **Closed issues:**
@@ -1568,11 +1542,12 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
1568
1542
  - Add module exports Babel module and test CommonJS compatibility [\#68](https://github.com/feathersjs/authentication/pull/68) ([daffl](https://github.com/daffl))
1569
1543
 
1570
1544
  ## [v0.2.3](https://github.com/feathersjs/authentication/tree/v0.2.3) (2016-02-15)
1545
+
1571
1546
  [Full Changelog](https://github.com/feathersjs/authentication/compare/v0.2.2...v0.2.3)
1572
1547
 
1573
1548
  **Closed issues:**
1574
1549
 
1575
- - How to forbid get and find on the userEndpoint? [\#66](https://github.com/feathersjs/authentication/issues/66)
1550
+ - How to forbid get and find on the userEndpoint? [\#66](https://github.com/feathersjs/authentication/issues/66)
1576
1551
  - userEndpoint problem in sub-app [\#63](https://github.com/feathersjs/authentication/issues/63)
1577
1552
  - How to modify successRedirect in local authentication? [\#60](https://github.com/feathersjs/authentication/issues/60)
1578
1553
 
@@ -1582,6 +1557,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
1582
1557
  - Fixing client query [\#65](https://github.com/feathersjs/authentication/pull/65) ([fastlorenzo](https://github.com/fastlorenzo))
1583
1558
 
1584
1559
  ## [v0.2.2](https://github.com/feathersjs/authentication/tree/v0.2.2) (2016-02-13)
1560
+
1585
1561
  [Full Changelog](https://github.com/feathersjs/authentication/compare/v0.2.1...v0.2.2)
1586
1562
 
1587
1563
  **Closed issues:**
@@ -1595,6 +1571,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
1595
1571
  - Fixing token endpoint [\#58](https://github.com/feathersjs/authentication/pull/58) ([marshallswain](https://github.com/marshallswain))
1596
1572
 
1597
1573
  ## [v0.2.1](https://github.com/feathersjs/authentication/tree/v0.2.1) (2016-02-12)
1574
+
1598
1575
  [Full Changelog](https://github.com/feathersjs/authentication/compare/v0.2.0...v0.2.1)
1599
1576
 
1600
1577
  **Closed issues:**
@@ -1603,6 +1580,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
1603
1580
  - node can not require\("feathers-authentication"\).default [\#53](https://github.com/feathersjs/authentication/issues/53)
1604
1581
 
1605
1582
  ## [v0.2.0](https://github.com/feathersjs/authentication/tree/v0.2.0) (2016-02-12)
1583
+
1606
1584
  [Full Changelog](https://github.com/feathersjs/authentication/compare/v0.1.2...v0.2.0)
1607
1585
 
1608
1586
  **Closed issues:**
@@ -1624,6 +1602,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
1624
1602
  - Validate if provider [\#39](https://github.com/feathersjs/authentication/pull/39) ([mastertinner](https://github.com/mastertinner))
1625
1603
 
1626
1604
  ## [v0.1.2](https://github.com/feathersjs/authentication/tree/v0.1.2) (2016-02-04)
1605
+
1627
1606
  [Full Changelog](https://github.com/feathersjs/authentication/compare/v0.1.1...v0.1.2)
1628
1607
 
1629
1608
  **Closed issues:**
@@ -1637,9 +1616,11 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
1637
1616
  - safety check for data [\#35](https://github.com/feathersjs/authentication/pull/35) ([deanmcpherson](https://github.com/deanmcpherson))
1638
1617
 
1639
1618
  ## [v0.1.1](https://github.com/feathersjs/authentication/tree/v0.1.1) (2016-01-30)
1619
+
1640
1620
  [Full Changelog](https://github.com/feathersjs/authentication/compare/v0.1.0...v0.1.1)
1641
1621
 
1642
1622
  ## [v0.1.0](https://github.com/feathersjs/authentication/tree/v0.1.0) (2016-01-25)
1623
+
1643
1624
  [Full Changelog](https://github.com/feathersjs/authentication/compare/v0.0.8...v0.1.0)
1644
1625
 
1645
1626
  **Closed issues:**
@@ -1658,6 +1639,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
1658
1639
  - Adding nsp check [\#26](https://github.com/feathersjs/authentication/pull/26) ([marshallswain](https://github.com/marshallswain))
1659
1640
 
1660
1641
  ## [v0.0.8](https://github.com/feathersjs/authentication/tree/v0.0.8) (2016-01-16)
1642
+
1661
1643
  [Full Changelog](https://github.com/feathersjs/authentication/compare/v0.0.7...v0.0.8)
1662
1644
 
1663
1645
  **Merged pull requests:**
@@ -1665,11 +1647,12 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
1665
1647
  - Support services that use pagination. [\#23](https://github.com/feathersjs/authentication/pull/23) ([marshallswain](https://github.com/marshallswain))
1666
1648
 
1667
1649
  ## [v0.0.7](https://github.com/feathersjs/authentication/tree/v0.0.7) (2016-01-07)
1650
+
1668
1651
  [Full Changelog](https://github.com/feathersjs/authentication/compare/v0.0.6...v0.0.7)
1669
1652
 
1670
1653
  **Closed issues:**
1671
1654
 
1672
- - Password isn't removed from responses when using a mongoose service for users endpoint [\#19](https://github.com/feathersjs/authentication/issues/19)
1655
+ - Password isn't removed from responses when using a mongoose service for users endpoint [\#19](https://github.com/feathersjs/authentication/issues/19)
1673
1656
  - next called twice using socket.io and using an unauthenticated service [\#17](https://github.com/feathersjs/authentication/issues/17)
1674
1657
  - Switch to a callback-based field configuration? [\#15](https://github.com/feathersjs/authentication/issues/15)
1675
1658
  - Cannot authenticate [\#14](https://github.com/feathersjs/authentication/issues/14)
@@ -1678,12 +1661,13 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
1678
1661
 
1679
1662
  **Merged pull requests:**
1680
1663
 
1681
- - Adding separate route for refreshing a login token. [\#21](https://github.com/feathersjs/authentication/pull/21) ([corymsmith](https://github.com/corymsmith))
1664
+ - Adding separate route for refreshing a login token. [\#21](https://github.com/feathersjs/authentication/pull/21) ([corymsmith](https://github.com/corymsmith))
1682
1665
  - Converting user model to object when using mongoose service [\#20](https://github.com/feathersjs/authentication/pull/20) ([corymsmith](https://github.com/corymsmith))
1683
1666
  - Fixing issue where next is called twice when hitting an unauthenticated service via socket.io [\#18](https://github.com/feathersjs/authentication/pull/18) ([corymsmith](https://github.com/corymsmith))
1684
1667
  - Fixing usage of mongoose service [\#16](https://github.com/feathersjs/authentication/pull/16) ([corymsmith](https://github.com/corymsmith))
1685
1668
 
1686
1669
  ## [v0.0.6](https://github.com/feathersjs/authentication/tree/v0.0.6) (2015-11-22)
1670
+
1687
1671
  [Full Changelog](https://github.com/feathersjs/authentication/compare/v0.0.5...v0.0.6)
1688
1672
 
1689
1673
  **Closed issues:**
@@ -1692,12 +1676,15 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
1692
1676
  - Make sure we're returning proper error responses. [\#8](https://github.com/feathersjs/authentication/issues/8)
1693
1677
 
1694
1678
  ## [v0.0.5](https://github.com/feathersjs/authentication/tree/v0.0.5) (2015-11-19)
1679
+
1695
1680
  [Full Changelog](https://github.com/feathersjs/authentication/compare/v0.0.4...v0.0.5)
1696
1681
 
1697
1682
  ## [v0.0.4](https://github.com/feathersjs/authentication/tree/v0.0.4) (2015-11-19)
1683
+
1698
1684
  [Full Changelog](https://github.com/feathersjs/authentication/compare/v0.0.3...v0.0.4)
1699
1685
 
1700
1686
  ## [v0.0.3](https://github.com/feathersjs/authentication/tree/v0.0.3) (2015-11-18)
1687
+
1701
1688
  [Full Changelog](https://github.com/feathersjs/authentication/compare/v1.0.6...v0.0.3)
1702
1689
 
1703
1690
  **Merged pull requests:**
@@ -1705,15 +1692,17 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
1705
1692
  - allow runtime auth via socket.io [\#4](https://github.com/feathersjs/authentication/pull/4) ([randomnerd](https://github.com/randomnerd))
1706
1693
 
1707
1694
  ## [v1.0.6](https://github.com/feathersjs/authentication/tree/v1.0.6) (2015-11-02)
1695
+
1708
1696
  [Full Changelog](https://github.com/feathersjs/authentication/compare/v1.0.5...v1.0.6)
1709
1697
 
1710
1698
  ## [v1.0.5](https://github.com/feathersjs/authentication/tree/v1.0.5) (2015-11-02)
1699
+
1711
1700
  [Full Changelog](https://github.com/feathersjs/authentication/compare/v1.0.4...v1.0.5)
1712
1701
 
1713
1702
  ## [v1.0.4](https://github.com/feathersjs/authentication/tree/v1.0.4) (2015-11-02)
1703
+
1714
1704
  [Full Changelog](https://github.com/feathersjs/authentication/compare/v1.0.3...v1.0.4)
1715
1705
 
1716
1706
  ## [v1.0.3](https://github.com/feathersjs/authentication/tree/v1.0.3) (2015-10-12)
1717
1707
 
1718
-
1719
- \* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)*
1708
+ \* _This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)_