@feathersjs/authentication 5.0.0-pre.3 → 5.0.0-pre.31
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +262 -261
- package/LICENSE +1 -1
- package/README.md +2 -2
- package/lib/core.d.ts +30 -4
- package/lib/core.js +84 -80
- package/lib/core.js.map +1 -1
- package/lib/hooks/authenticate.d.ts +3 -3
- package/lib/hooks/authenticate.js +12 -20
- package/lib/hooks/authenticate.js.map +1 -1
- package/lib/hooks/connection.d.ts +2 -2
- package/lib/hooks/connection.js +7 -17
- package/lib/hooks/connection.js.map +1 -1
- package/lib/hooks/event.d.ts +2 -2
- package/lib/hooks/event.js +4 -13
- package/lib/hooks/event.js.map +1 -1
- package/lib/hooks/index.js.map +1 -1
- package/lib/index.d.ts +4 -5
- package/lib/index.js +11 -6
- package/lib/index.js.map +1 -1
- package/lib/jwt.d.ts +3 -3
- package/lib/jwt.js +97 -106
- package/lib/jwt.js.map +1 -1
- package/lib/options.d.ts +5 -3
- package/lib/options.js +4 -1
- package/lib/options.js.map +1 -1
- package/lib/service.d.ts +10 -8
- package/lib/service.js +82 -97
- package/lib/service.js.map +1 -1
- package/lib/strategy.d.ts +1 -1
- package/lib/strategy.js.map +1 -1
- package/package.json +24 -22
- package/src/core.ts +133 -83
- package/src/hooks/authenticate.ts +36 -33
- package/src/hooks/connection.ts +15 -14
- package/src/hooks/event.ts +11 -11
- package/src/hooks/index.ts +3 -3
- package/src/index.ts +8 -10
- package/src/jwt.ts +85 -75
- package/src/options.ts +9 -3
- package/src/service.ts +87 -73
- package/src/strategy.ts +17 -17
package/CHANGELOG.md
CHANGED
|
@@ -3,540 +3,474 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
-
# [5.0.0-pre.
|
|
6
|
+
# [5.0.0-pre.31](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.30...v5.0.0-pre.31) (2022-10-12)
|
|
7
7
|
|
|
8
|
+
### Features
|
|
8
9
|
|
|
9
|
-
|
|
10
|
+
- **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))
|
|
11
|
+
|
|
12
|
+
# [5.0.0-pre.30](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.29...v5.0.0-pre.30) (2022-10-07)
|
|
13
|
+
|
|
14
|
+
### Features
|
|
10
15
|
|
|
11
|
-
|
|
16
|
+
- **core:** Allow to unregister services at runtime ([#2756](https://github.com/feathersjs/feathers/issues/2756)) ([d16601f](https://github.com/feathersjs/feathers/commit/d16601f2277dca5357866ffdefba2a611f6dc7fa))
|
|
17
|
+
- **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))
|
|
12
18
|
|
|
19
|
+
# [5.0.0-pre.29](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.28...v5.0.0-pre.29) (2022-09-16)
|
|
13
20
|
|
|
14
21
|
### Features
|
|
15
22
|
|
|
16
|
-
|
|
23
|
+
- **authentication-oauth:** Koa and transport independent oAuth authentication ([#2737](https://github.com/feathersjs/feathers/issues/2737)) ([9231525](https://github.com/feathersjs/feathers/commit/9231525a24bb790ba9c5d940f2867a9c727691c9))
|
|
17
24
|
|
|
25
|
+
# [5.0.0-pre.28](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.27...v5.0.0-pre.28) (2022-08-03)
|
|
18
26
|
|
|
27
|
+
### Bug Fixes
|
|
19
28
|
|
|
29
|
+
- **cli:** Improve generated application and client ([#2701](https://github.com/feathersjs/feathers/issues/2701)) ([bd55ffb](https://github.com/feathersjs/feathers/commit/bd55ffb812e89bf215f4515e7f137656ea888c3f))
|
|
20
30
|
|
|
31
|
+
# [5.0.0-pre.27](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.26...v5.0.0-pre.27) (2022-07-13)
|
|
21
32
|
|
|
22
|
-
|
|
33
|
+
**Note:** Version bump only for package @feathersjs/authentication
|
|
34
|
+
|
|
35
|
+
# [5.0.0-pre.26](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.25...v5.0.0-pre.26) (2022-06-22)
|
|
23
36
|
|
|
24
37
|
**Note:** Version bump only for package @feathersjs/authentication
|
|
25
38
|
|
|
39
|
+
# [5.0.0-pre.25](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.24...v5.0.0-pre.25) (2022-06-22)
|
|
26
40
|
|
|
41
|
+
**Note:** Version bump only for package @feathersjs/authentication
|
|
27
42
|
|
|
43
|
+
# [5.0.0-pre.24](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.23...v5.0.0-pre.24) (2022-06-21)
|
|
28
44
|
|
|
45
|
+
### Bug Fixes
|
|
29
46
|
|
|
30
|
-
|
|
47
|
+
- **authentication:** Add safe dispatch data for authentication requests ([#2662](https://github.com/feathersjs/feathers/issues/2662)) ([d8104a1](https://github.com/feathersjs/feathers/commit/d8104a19ee9181e6a5ea81014af29ff9a3c28a8a))
|
|
31
48
|
|
|
32
|
-
|
|
49
|
+
# [5.0.0-pre.23](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.22...v5.0.0-pre.23) (2022-06-06)
|
|
33
50
|
|
|
51
|
+
**Note:** Version bump only for package @feathersjs/authentication
|
|
34
52
|
|
|
53
|
+
# [5.0.0-pre.22](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.21...v5.0.0-pre.22) (2022-05-24)
|
|
35
54
|
|
|
55
|
+
**Note:** Version bump only for package @feathersjs/authentication
|
|
36
56
|
|
|
57
|
+
# [5.0.0-pre.21](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.20...v5.0.0-pre.21) (2022-05-23)
|
|
37
58
|
|
|
38
|
-
|
|
59
|
+
**Note:** Version bump only for package @feathersjs/authentication
|
|
39
60
|
|
|
61
|
+
# [5.0.0-pre.20](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.19...v5.0.0-pre.20) (2022-05-04)
|
|
40
62
|
|
|
41
63
|
### Bug Fixes
|
|
42
64
|
|
|
43
|
-
|
|
65
|
+
- **dependencies:** Lock monorepo package version numbers ([#2623](https://github.com/feathersjs/feathers/issues/2623)) ([5640c10](https://github.com/feathersjs/feathers/commit/5640c1020cc139994e695d658c08bad3494db507))
|
|
44
66
|
|
|
67
|
+
# [5.0.0-pre.19](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.18...v5.0.0-pre.19) (2022-05-01)
|
|
45
68
|
|
|
46
69
|
### Features
|
|
47
70
|
|
|
48
|
-
|
|
49
|
-
|
|
71
|
+
- **typescript:** Improve adapter typings ([#2605](https://github.com/feathersjs/feathers/issues/2605)) ([3b2ca0a](https://github.com/feathersjs/feathers/commit/3b2ca0a6a8e03e8390272c4d7e930b4bffdaacf5))
|
|
72
|
+
- **typescript:** Improve params and query typeability ([#2600](https://github.com/feathersjs/feathers/issues/2600)) ([df28b76](https://github.com/feathersjs/feathers/commit/df28b7619161f1df5e700326f52cca1a92dc5d28))
|
|
50
73
|
|
|
74
|
+
# [5.0.0-pre.18](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.17...v5.0.0-pre.18) (2022-04-11)
|
|
51
75
|
|
|
76
|
+
### Features
|
|
52
77
|
|
|
78
|
+
- **authentication:** Add setup method for auth strategies ([#1611](https://github.com/feathersjs/feathers/issues/1611)) ([a3c3581](https://github.com/feathersjs/feathers/commit/a3c35814dccdbbf6de96f04f60b226ce206c6dbe))
|
|
79
|
+
- **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))
|
|
53
80
|
|
|
81
|
+
# [5.0.0-pre.17](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.16...v5.0.0-pre.17) (2022-02-15)
|
|
54
82
|
|
|
55
|
-
|
|
56
|
-
|
|
83
|
+
**Note:** Version bump only for package @feathersjs/authentication
|
|
57
84
|
|
|
85
|
+
# [5.0.0-pre.16](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.15...v5.0.0-pre.16) (2022-01-12)
|
|
58
86
|
|
|
59
|
-
|
|
87
|
+
### Features
|
|
60
88
|
|
|
61
|
-
**
|
|
89
|
+
- **express, koa:** make transports similar ([#2486](https://github.com/feathersjs/feathers/issues/2486)) ([26aa937](https://github.com/feathersjs/feathers/commit/26aa937c114fb8596dfefc599b1f53cead69c159))
|
|
62
90
|
|
|
91
|
+
# [5.0.0-pre.15](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.14...v5.0.0-pre.15) (2021-11-27)
|
|
63
92
|
|
|
93
|
+
### Bug Fixes
|
|
64
94
|
|
|
95
|
+
- **typescript:** Overall typing improvements ([#2478](https://github.com/feathersjs/feathers/issues/2478)) ([b8eb804](https://github.com/feathersjs/feathers/commit/b8eb804158556d9651a8607e3c3fda15e0bfd110))
|
|
65
96
|
|
|
97
|
+
### Features
|
|
66
98
|
|
|
67
|
-
|
|
99
|
+
- **authentication-oauth:** Allow dynamic oAuth redirect ([#2469](https://github.com/feathersjs/feathers/issues/2469)) ([b7143d4](https://github.com/feathersjs/feathers/commit/b7143d4c0fbe961e714f79512be04449b9bbd7d9))
|
|
68
100
|
|
|
101
|
+
# [5.0.0-pre.14](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.13...v5.0.0-pre.14) (2021-10-13)
|
|
69
102
|
|
|
103
|
+
**Note:** Version bump only for package @feathersjs/authentication
|
|
70
104
|
|
|
71
|
-
|
|
105
|
+
# [5.0.0-pre.13](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.12...v5.0.0-pre.13) (2021-10-13)
|
|
72
106
|
|
|
73
107
|
**Note:** Version bump only for package @feathersjs/authentication
|
|
74
108
|
|
|
109
|
+
# [5.0.0-pre.12](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.11...v5.0.0-pre.12) (2021-10-12)
|
|
75
110
|
|
|
111
|
+
**Note:** Version bump only for package @feathersjs/authentication
|
|
76
112
|
|
|
113
|
+
# [5.0.0-pre.11](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.10...v5.0.0-pre.11) (2021-10-06)
|
|
77
114
|
|
|
115
|
+
**Note:** Version bump only for package @feathersjs/authentication
|
|
78
116
|
|
|
79
|
-
|
|
117
|
+
# [5.0.0-pre.10](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.9...v5.0.0-pre.10) (2021-09-19)
|
|
80
118
|
|
|
119
|
+
**Note:** Version bump only for package @feathersjs/authentication
|
|
81
120
|
|
|
82
|
-
|
|
121
|
+
# [5.0.0-pre.9](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.8...v5.0.0-pre.9) (2021-08-09)
|
|
83
122
|
|
|
84
|
-
|
|
123
|
+
**Note:** Version bump only for package @feathersjs/authentication
|
|
85
124
|
|
|
125
|
+
# [5.0.0-pre.8](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.7...v5.0.0-pre.8) (2021-08-09)
|
|
86
126
|
|
|
127
|
+
**Note:** Version bump only for package @feathersjs/authentication
|
|
87
128
|
|
|
129
|
+
# [5.0.0-pre.7](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.6...v5.0.0-pre.7) (2021-08-09)
|
|
88
130
|
|
|
131
|
+
**Note:** Version bump only for package @feathersjs/authentication
|
|
89
132
|
|
|
90
|
-
|
|
133
|
+
# [5.0.0-pre.6](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.5...v5.0.0-pre.6) (2021-08-08)
|
|
91
134
|
|
|
92
135
|
**Note:** Version bump only for package @feathersjs/authentication
|
|
93
136
|
|
|
137
|
+
# [5.0.0-pre.5](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.4...v5.0.0-pre.5) (2021-06-23)
|
|
94
138
|
|
|
139
|
+
### Bug Fixes
|
|
95
140
|
|
|
141
|
+
- **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))
|
|
142
|
+
- **koa:** Use extended query parser for compatibility ([#2397](https://github.com/feathersjs/feathers/issues/2397)) ([b2944ba](https://github.com/feathersjs/feathers/commit/b2944bac3ec6d5ecc80dc518cd4e58093692db74))
|
|
96
143
|
|
|
144
|
+
### Features
|
|
97
145
|
|
|
98
|
-
|
|
146
|
+
- **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))
|
|
99
147
|
|
|
100
|
-
|
|
148
|
+
# [5.0.0-pre.4](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.3...v5.0.0-pre.4) (2021-05-13)
|
|
101
149
|
|
|
150
|
+
**Note:** Version bump only for package @feathersjs/authentication
|
|
102
151
|
|
|
152
|
+
# [5.0.0-pre.3](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.2...v5.0.0-pre.3) (2021-04-21)
|
|
103
153
|
|
|
154
|
+
### Bug Fixes
|
|
104
155
|
|
|
156
|
+
- **typescript:** Improve TypeScript backwards compatibility ([#2310](https://github.com/feathersjs/feathers/issues/2310)) ([f33be73](https://github.com/feathersjs/feathers/commit/f33be73fc46a533efb15df9aab0658e3240d3897))
|
|
105
157
|
|
|
106
|
-
|
|
158
|
+
### Features
|
|
107
159
|
|
|
160
|
+
- **dependencies:** Remove direct debug dependency ([#2296](https://github.com/feathersjs/feathers/issues/2296)) ([501d416](https://github.com/feathersjs/feathers/commit/501d4164d30c6a126906dc640cdfdc82207ba34a))
|
|
108
161
|
|
|
109
|
-
|
|
162
|
+
# [5.0.0-pre.2](https://github.com/feathersjs/feathers/compare/v5.0.0-beta.1...v5.0.0-pre.2) (2021-04-06)
|
|
110
163
|
|
|
111
|
-
|
|
164
|
+
**Note:** Version bump only for package @feathersjs/authentication
|
|
112
165
|
|
|
166
|
+
# [5.0.0-beta.1](https://github.com/feathersjs/feathers/compare/v5.0.0-beta.0...v5.0.0-beta.1) (2021-04-03)
|
|
113
167
|
|
|
168
|
+
**Note:** Version bump only for package @feathersjs/authentication
|
|
114
169
|
|
|
170
|
+
# [5.0.0-beta.0](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.1...v5.0.0-beta.0) (2021-03-28)
|
|
115
171
|
|
|
172
|
+
### Bug Fixes
|
|
116
173
|
|
|
117
|
-
|
|
174
|
+
- Update Grant usage and other dependencies ([#2264](https://github.com/feathersjs/feathers/issues/2264)) ([7b0f8fa](https://github.com/feathersjs/feathers/commit/7b0f8fad252419ed0ad0bf259cdf3104d322ab60))
|
|
118
175
|
|
|
176
|
+
### Features
|
|
119
177
|
|
|
120
|
-
|
|
178
|
+
- Application service types default to any ([#1566](https://github.com/feathersjs/feathers/issues/1566)) ([d93ba9a](https://github.com/feathersjs/feathers/commit/d93ba9a17edd20d3397bb00f4f6e82e804e42ed6))
|
|
179
|
+
- Feathers v5 core refactoring and features ([#2255](https://github.com/feathersjs/feathers/issues/2255)) ([2dafb7c](https://github.com/feathersjs/feathers/commit/2dafb7ce14ba57406aeec13d10ca45b1e709bee9))
|
|
121
180
|
|
|
122
|
-
|
|
181
|
+
# [5.0.0-pre.1](https://github.com/feathersjs/feathers/compare/v4.5.11...v5.0.0-pre.1) (2020-12-17)
|
|
123
182
|
|
|
183
|
+
# [5.0.0-pre.0](https://github.com/feathersjs/feathers/compare/v4.5.4...v5.0.0-pre.0) (2020-05-19)
|
|
124
184
|
|
|
185
|
+
**Note:** Version bump only for package @feathersjs/authentication
|
|
125
186
|
|
|
187
|
+
# [5.0.0-pre.0](https://github.com/feathersjs/feathers/compare/v4.5.4...v5.0.0-pre.0) (2020-05-19)
|
|
126
188
|
|
|
189
|
+
## [4.5.11](https://github.com/feathersjs/feathers/compare/v4.5.10...v4.5.11) (2020-12-05)
|
|
127
190
|
|
|
128
|
-
|
|
191
|
+
**Note:** Version bump only for package @feathersjs/authentication
|
|
129
192
|
|
|
193
|
+
## [4.5.10](https://github.com/feathersjs/feathers/compare/v4.5.9...v4.5.10) (2020-11-08)
|
|
130
194
|
|
|
131
195
|
### Bug Fixes
|
|
132
196
|
|
|
133
|
-
|
|
134
|
-
|
|
197
|
+
- **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))
|
|
135
198
|
|
|
199
|
+
## [4.5.9](https://github.com/feathersjs/feathers/compare/v4.5.8...v4.5.9) (2020-10-09)
|
|
136
200
|
|
|
201
|
+
**Note:** Version bump only for package @feathersjs/authentication
|
|
137
202
|
|
|
203
|
+
## [4.5.8](https://github.com/feathersjs/feathers/compare/v4.5.7...v4.5.8) (2020-08-12)
|
|
138
204
|
|
|
139
|
-
|
|
205
|
+
**Note:** Version bump only for package @feathersjs/authentication
|
|
140
206
|
|
|
207
|
+
## [4.5.7](https://github.com/feathersjs/feathers/compare/v4.5.6...v4.5.7) (2020-07-24)
|
|
141
208
|
|
|
142
209
|
### Bug Fixes
|
|
143
210
|
|
|
144
|
-
|
|
211
|
+
- **authentication:** Add JWT getEntityQuery ([#2013](https://github.com/feathersjs/feathers/issues/2013)) ([e0e7fb5](https://github.com/feathersjs/feathers/commit/e0e7fb5162940fe776731283b40026c61d9c8a33))
|
|
145
212
|
|
|
213
|
+
## [4.5.6](https://github.com/feathersjs/feathers/compare/v4.5.5...v4.5.6) (2020-07-12)
|
|
146
214
|
|
|
215
|
+
### Bug Fixes
|
|
147
216
|
|
|
217
|
+
- **authentication:** Omit query in JWT strategy ([#2011](https://github.com/feathersjs/feathers/issues/2011)) ([04ce7e9](https://github.com/feathersjs/feathers/commit/04ce7e98515fe9d495cd0e83e0da097e9bcd7382))
|
|
148
218
|
|
|
219
|
+
## [4.5.5](https://github.com/feathersjs/feathers/compare/v4.5.4...v4.5.5) (2020-07-11)
|
|
149
220
|
|
|
150
|
-
|
|
221
|
+
### Bug Fixes
|
|
151
222
|
|
|
223
|
+
- **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))
|
|
152
224
|
|
|
153
|
-
|
|
225
|
+
## [4.5.3](https://github.com/feathersjs/feathers/compare/v4.5.2...v4.5.3) (2020-04-17)
|
|
154
226
|
|
|
155
|
-
|
|
227
|
+
### Bug Fixes
|
|
156
228
|
|
|
229
|
+
- **authentication:** Remove entity from connection information on logout ([#1889](https://github.com/feathersjs/feathers/issues/1889)) ([b062753](https://github.com/feathersjs/feathers/commit/b0627530d61babe15dd84369d3093ccae4b780ca))
|
|
157
230
|
|
|
231
|
+
## [4.5.2](https://github.com/feathersjs/feathers/compare/v4.5.1...v4.5.2) (2020-03-04)
|
|
158
232
|
|
|
233
|
+
### Bug Fixes
|
|
159
234
|
|
|
235
|
+
- **authentication:** Improve JWT strategy configuration error message ([#1844](https://github.com/feathersjs/feathers/issues/1844)) ([2c771db](https://github.com/feathersjs/feathers/commit/2c771dbb22d53d4f7de3c3f514e57afa1a186322))
|
|
160
236
|
|
|
161
237
|
## [4.5.1](https://github.com/feathersjs/feathers/compare/v4.5.0...v4.5.1) (2020-01-24)
|
|
162
238
|
|
|
163
239
|
**Note:** Version bump only for package @feathersjs/authentication
|
|
164
240
|
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
241
|
# [4.5.0](https://github.com/feathersjs/feathers/compare/v4.4.3...v4.5.0) (2020-01-18)
|
|
170
242
|
|
|
171
|
-
|
|
172
243
|
### Bug Fixes
|
|
173
244
|
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
245
|
+
- Add `params.authentication` type, remove `hook.connection` type ([#1732](https://github.com/feathersjs/feathers/issues/1732)) ([d46b7b2](https://github.com/feathersjs/feathers/commit/d46b7b2abac8862c0e4dbfce20d71b8b8a96692f))
|
|
179
246
|
|
|
180
247
|
## [4.4.3](https://github.com/feathersjs/feathers/compare/v4.4.1...v4.4.3) (2019-12-06)
|
|
181
248
|
|
|
182
249
|
**Note:** Version bump only for package @feathersjs/authentication
|
|
183
250
|
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
251
|
## [4.4.1](https://github.com/feathersjs/feathers/compare/v4.4.0...v4.4.1) (2019-11-27)
|
|
189
252
|
|
|
190
253
|
**Note:** Version bump only for package @feathersjs/authentication
|
|
191
254
|
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
255
|
# [4.4.0](https://github.com/feathersjs/feathers/compare/v4.3.11...v4.4.0) (2019-11-27)
|
|
197
256
|
|
|
198
257
|
**Note:** Version bump only for package @feathersjs/authentication
|
|
199
258
|
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
259
|
## [4.3.11](https://github.com/feathersjs/feathers/compare/v4.3.10...v4.3.11) (2019-11-11)
|
|
205
260
|
|
|
206
|
-
|
|
207
261
|
### Bug Fixes
|
|
208
262
|
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
263
|
+
- **authentication:** Retain object references in authenticate hook ([#1675](https://github.com/feathersjs/feathers/issues/1675)) ([e1939be](https://github.com/feathersjs/feathers/commit/e1939be19d4e79d3f5e2fe69ba894a11c627ae99))
|
|
214
264
|
|
|
215
265
|
## [4.3.10](https://github.com/feathersjs/feathers/compare/v4.3.9...v4.3.10) (2019-10-26)
|
|
216
266
|
|
|
217
267
|
**Note:** Version bump only for package @feathersjs/authentication
|
|
218
268
|
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
269
|
## [4.3.9](https://github.com/feathersjs/feathers/compare/v4.3.8...v4.3.9) (2019-10-26)
|
|
224
270
|
|
|
225
|
-
|
|
226
271
|
### Bug Fixes
|
|
227
272
|
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
273
|
+
- Add jsonwebtoken TypeScript type dependency ([317c80a](https://github.com/feathersjs/feathers/commit/317c80a9205e8853bb830a12c3aa1a19e95f9abc))
|
|
274
|
+
- Small type improvements ([#1624](https://github.com/feathersjs/feathers/issues/1624)) ([50162c6](https://github.com/feathersjs/feathers/commit/50162c6e562f0a47c6a280c4f01fff7c3afee293))
|
|
234
275
|
|
|
235
276
|
## [4.3.7](https://github.com/feathersjs/feathers/compare/v4.3.6...v4.3.7) (2019-10-14)
|
|
236
277
|
|
|
237
278
|
**Note:** Version bump only for package @feathersjs/authentication
|
|
238
279
|
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
243
280
|
## [4.3.5](https://github.com/feathersjs/feathers/compare/v4.3.4...v4.3.5) (2019-10-07)
|
|
244
281
|
|
|
245
|
-
|
|
246
282
|
### Bug Fixes
|
|
247
283
|
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
284
|
+
- Authentication type improvements and timeout fix ([#1605](https://github.com/feathersjs/feathers/issues/1605)) ([19854d3](https://github.com/feathersjs/feathers/commit/19854d3))
|
|
285
|
+
- 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))
|
|
254
286
|
|
|
255
287
|
## [4.3.4](https://github.com/feathersjs/feathers/compare/v4.3.3...v4.3.4) (2019-10-03)
|
|
256
288
|
|
|
257
289
|
**Note:** Version bump only for package @feathersjs/authentication
|
|
258
290
|
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
|
|
263
291
|
## [4.3.3](https://github.com/feathersjs/feathers/compare/v4.3.2...v4.3.3) (2019-09-21)
|
|
264
292
|
|
|
265
|
-
|
|
266
293
|
### Bug Fixes
|
|
267
294
|
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
|
|
295
|
+
- check for undefined access token ([#1571](https://github.com/feathersjs/feathers/issues/1571)) ([976369d](https://github.com/feathersjs/feathers/commit/976369d))
|
|
296
|
+
- Small improvements in dependencies and code sturcture ([#1562](https://github.com/feathersjs/feathers/issues/1562)) ([42c13e2](https://github.com/feathersjs/feathers/commit/42c13e2))
|
|
274
297
|
|
|
275
298
|
## [4.3.2](https://github.com/feathersjs/feathers/compare/v4.3.1...v4.3.2) (2019-09-16)
|
|
276
299
|
|
|
277
300
|
**Note:** Version bump only for package @feathersjs/authentication
|
|
278
301
|
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
|
|
283
302
|
## [4.3.1](https://github.com/feathersjs/feathers/compare/v4.3.0...v4.3.1) (2019-09-09)
|
|
284
303
|
|
|
285
|
-
|
|
286
304
|
### Bug Fixes
|
|
287
305
|
|
|
288
|
-
|
|
289
|
-
|
|
290
|
-
|
|
291
|
-
|
|
292
|
-
|
|
306
|
+
- Use long-timeout for JWT expiration timers ([#1552](https://github.com/feathersjs/feathers/issues/1552)) ([65637ec](https://github.com/feathersjs/feathers/commit/65637ec))
|
|
293
307
|
|
|
294
308
|
# [4.3.0](https://github.com/feathersjs/feathers/compare/v4.3.0-pre.4...v4.3.0) (2019-08-27)
|
|
295
309
|
|
|
296
310
|
**Note:** Version bump only for package @feathersjs/authentication
|
|
297
311
|
|
|
298
|
-
|
|
299
|
-
|
|
300
|
-
|
|
301
|
-
|
|
302
312
|
# [4.3.0-pre.4](https://github.com/feathersjs/feathers/compare/v4.3.0-pre.3...v4.3.0-pre.4) (2019-08-22)
|
|
303
313
|
|
|
304
|
-
|
|
305
314
|
### Bug Fixes
|
|
306
315
|
|
|
307
|
-
|
|
308
|
-
|
|
309
|
-
|
|
310
|
-
|
|
311
|
-
|
|
316
|
+
- Fix auth publisher mistake ([08bad61](https://github.com/feathersjs/feathers/commit/08bad61))
|
|
312
317
|
|
|
313
318
|
# [4.3.0-pre.3](https://github.com/feathersjs/feathers/compare/v4.3.0-pre.2...v4.3.0-pre.3) (2019-08-19)
|
|
314
319
|
|
|
315
|
-
|
|
316
320
|
### Bug Fixes
|
|
317
321
|
|
|
318
|
-
|
|
319
|
-
|
|
320
|
-
|
|
322
|
+
- Expire and remove authenticated real-time connections ([#1512](https://github.com/feathersjs/feathers/issues/1512)) ([2707c33](https://github.com/feathersjs/feathers/commit/2707c33))
|
|
323
|
+
- Update all dependencies ([7d53a00](https://github.com/feathersjs/feathers/commit/7d53a00))
|
|
321
324
|
|
|
322
325
|
### Features
|
|
323
326
|
|
|
324
|
-
|
|
325
|
-
|
|
326
|
-
|
|
327
|
-
|
|
328
|
-
|
|
327
|
+
- Let strategies handle the connection ([#1510](https://github.com/feathersjs/feathers/issues/1510)) ([4329feb](https://github.com/feathersjs/feathers/commit/4329feb))
|
|
329
328
|
|
|
330
329
|
# [4.3.0-pre.2](https://github.com/feathersjs/feathers/compare/v4.3.0-pre.1...v4.3.0-pre.2) (2019-08-02)
|
|
331
330
|
|
|
332
|
-
|
|
333
331
|
### Bug Fixes
|
|
334
332
|
|
|
335
|
-
|
|
336
|
-
|
|
337
|
-
|
|
338
|
-
|
|
339
|
-
|
|
340
|
-
|
|
333
|
+
- 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))
|
|
334
|
+
- Add method to reliably get default authentication service ([#1470](https://github.com/feathersjs/feathers/issues/1470)) ([e542cb3](https://github.com/feathersjs/feathers/commit/e542cb3))
|
|
341
335
|
|
|
342
336
|
# [4.3.0-pre.1](https://github.com/feathersjs/feathers/compare/v4.0.0-pre.5...v4.3.0-pre.1) (2019-07-11)
|
|
343
337
|
|
|
344
338
|
**Note:** Version bump only for package @feathersjs/authentication
|
|
345
339
|
|
|
346
|
-
|
|
347
|
-
|
|
348
|
-
|
|
349
|
-
|
|
350
340
|
# [4.0.0-pre.5](https://github.com/feathersjs/feathers/compare/v4.0.0-pre.4...v4.0.0-pre.5) (2019-07-10)
|
|
351
341
|
|
|
352
342
|
**Note:** Version bump only for package @feathersjs/authentication
|
|
353
343
|
|
|
354
|
-
|
|
355
|
-
|
|
356
|
-
|
|
357
|
-
|
|
358
344
|
# [4.0.0-pre.4](https://github.com/feathersjs/feathers/compare/v4.0.0-pre.3...v4.0.0-pre.4) (2019-07-05)
|
|
359
345
|
|
|
360
|
-
|
|
361
346
|
### Bug Fixes
|
|
362
347
|
|
|
363
|
-
|
|
364
|
-
|
|
365
|
-
|
|
366
|
-
|
|
367
|
-
|
|
348
|
+
- Updated typings for ServiceMethods ([#1409](https://github.com/feathersjs/feathers/issues/1409)) ([b5ee7e2](https://github.com/feathersjs/feathers/commit/b5ee7e2))
|
|
368
349
|
|
|
369
350
|
# [4.0.0-pre.3](https://github.com/feathersjs/feathers/compare/v4.0.0-pre.2...v4.0.0-pre.3) (2019-06-01)
|
|
370
351
|
|
|
371
|
-
|
|
372
352
|
### Bug Fixes
|
|
373
353
|
|
|
374
|
-
|
|
375
|
-
|
|
376
|
-
|
|
377
|
-
|
|
378
|
-
|
|
379
|
-
|
|
380
|
-
|
|
381
|
-
|
|
354
|
+
- 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))
|
|
355
|
+
- Set authenticated: true after successful authentication ([#1367](https://github.com/feathersjs/feathers/issues/1367)) ([9918cff](https://github.com/feathersjs/feathers/commit/9918cff))
|
|
356
|
+
- Typings fix and improvements. ([#1364](https://github.com/feathersjs/feathers/issues/1364)) ([515b916](https://github.com/feathersjs/feathers/commit/515b916))
|
|
357
|
+
- Update dependencies and fix tests ([#1373](https://github.com/feathersjs/feathers/issues/1373)) ([d743a7f](https://github.com/feathersjs/feathers/commit/d743a7f))
|
|
382
358
|
|
|
383
359
|
# [4.0.0-pre.2](https://github.com/feathersjs/feathers/compare/v4.0.0-pre.1...v4.0.0-pre.2) (2019-05-15)
|
|
384
360
|
|
|
385
|
-
|
|
386
361
|
### Bug Fixes
|
|
387
362
|
|
|
388
|
-
|
|
389
|
-
|
|
390
|
-
|
|
391
|
-
|
|
392
|
-
|
|
363
|
+
- Throw NotAuthenticated on token verification errors ([#1357](https://github.com/feathersjs/feathers/issues/1357)) ([e0120df](https://github.com/feathersjs/feathers/commit/e0120df))
|
|
393
364
|
|
|
394
365
|
# [4.0.0-pre.1](https://github.com/feathersjs/feathers/compare/v4.0.0-pre.0...v4.0.0-pre.1) (2019-05-08)
|
|
395
366
|
|
|
396
|
-
|
|
397
367
|
### Bug Fixes
|
|
398
368
|
|
|
399
|
-
|
|
400
|
-
|
|
401
|
-
|
|
402
|
-
|
|
403
|
-
|
|
404
|
-
|
|
369
|
+
- Always require strategy parameter in authentication ([#1327](https://github.com/feathersjs/feathers/issues/1327)) ([d4a8021](https://github.com/feathersjs/feathers/commit/d4a8021))
|
|
370
|
+
- Bring back params.authenticated ([#1317](https://github.com/feathersjs/feathers/issues/1317)) ([a0ffd5e](https://github.com/feathersjs/feathers/commit/a0ffd5e))
|
|
371
|
+
- Improve authentication parameter handling ([#1333](https://github.com/feathersjs/feathers/issues/1333)) ([6e77204](https://github.com/feathersjs/feathers/commit/6e77204))
|
|
372
|
+
- Merge httpStrategies and authStrategies option ([#1308](https://github.com/feathersjs/feathers/issues/1308)) ([afa4d55](https://github.com/feathersjs/feathers/commit/afa4d55))
|
|
373
|
+
- Rename jwtStrategies option to authStrategies ([#1305](https://github.com/feathersjs/feathers/issues/1305)) ([4aee151](https://github.com/feathersjs/feathers/commit/4aee151))
|
|
405
374
|
|
|
406
375
|
### Features
|
|
407
376
|
|
|
408
|
-
|
|
409
|
-
|
|
410
|
-
|
|
411
|
-
|
|
412
|
-
|
|
377
|
+
- Change and *JWT methods to *accessToken ([#1304](https://github.com/feathersjs/feathers/issues/1304)) ([5ac826b](https://github.com/feathersjs/feathers/commit/5ac826b))
|
|
413
378
|
|
|
414
379
|
# [4.0.0-pre.0](https://github.com/feathersjs/feathers/compare/v3.2.0-pre.1...v4.0.0-pre.0) (2019-04-21)
|
|
415
380
|
|
|
416
|
-
|
|
417
381
|
### Bug Fixes
|
|
418
382
|
|
|
419
|
-
|
|
420
|
-
|
|
421
|
-
|
|
422
|
-
|
|
423
|
-
|
|
424
|
-
|
|
425
|
-
|
|
426
|
-
|
|
427
|
-
|
|
428
|
-
|
|
429
|
-
|
|
430
|
-
|
|
431
|
-
|
|
432
|
-
|
|
433
|
-
|
|
434
|
-
|
|
383
|
+
- 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))
|
|
384
|
+
- Authentication core improvements ([#1260](https://github.com/feathersjs/feathers/issues/1260)) ([c5dc7a2](https://github.com/feathersjs/feathers/commit/c5dc7a2))
|
|
385
|
+
- Improve JWT authentication option handling ([#1261](https://github.com/feathersjs/feathers/issues/1261)) ([31b956b](https://github.com/feathersjs/feathers/commit/31b956b))
|
|
386
|
+
- Make Mocha a proper devDependency for every repository ([#1053](https://github.com/feathersjs/feathers/issues/1053)) ([9974803](https://github.com/feathersjs/feathers/commit/9974803))
|
|
387
|
+
- Only merge authenticated property on update ([8a564f7](https://github.com/feathersjs/feathers/commit/8a564f7))
|
|
388
|
+
- reduce authentication connection hook complexity and remove unnecessary checks ([fa94b2f](https://github.com/feathersjs/feathers/commit/fa94b2f))
|
|
389
|
+
- Update all dependencies to latest ([#1206](https://github.com/feathersjs/feathers/issues/1206)) ([e51e0f6](https://github.com/feathersjs/feathers/commit/e51e0f6))
|
|
390
|
+
- **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))
|
|
391
|
+
- Update adapter common tests ([#1135](https://github.com/feathersjs/feathers/issues/1135)) ([8166dda](https://github.com/feathersjs/feathers/commit/8166dda))
|
|
392
|
+
- **docs/new-features:** syntax highlighting ([#347](https://github.com/feathersjs/feathers/issues/347)) ([4ab7c95](https://github.com/feathersjs/feathers/commit/4ab7c95))
|
|
393
|
+
- **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))
|
|
394
|
+
- **package:** update debug to version 3.0.0 ([#555](https://github.com/feathersjs/feathers/issues/555)) ([f788804](https://github.com/feathersjs/feathers/commit/f788804))
|
|
395
|
+
- **package:** update jsonwebtoken to version 8.0.0 ([#567](https://github.com/feathersjs/feathers/issues/567)) ([6811626](https://github.com/feathersjs/feathers/commit/6811626))
|
|
396
|
+
- **package:** update ms to version 2.0.0 ([#509](https://github.com/feathersjs/feathers/issues/509)) ([7e4b0b6](https://github.com/feathersjs/feathers/commit/7e4b0b6))
|
|
397
|
+
- **package:** update passport to version 0.4.0 ([#558](https://github.com/feathersjs/feathers/issues/558)) ([dcb14a5](https://github.com/feathersjs/feathers/commit/dcb14a5))
|
|
435
398
|
|
|
436
399
|
### Features
|
|
437
400
|
|
|
438
|
-
|
|
439
|
-
|
|
440
|
-
|
|
441
|
-
|
|
442
|
-
|
|
443
|
-
|
|
444
|
-
|
|
445
|
-
|
|
401
|
+
- @feathersjs/authentication-oauth ([#1299](https://github.com/feathersjs/feathers/issues/1299)) ([656bae7](https://github.com/feathersjs/feathers/commit/656bae7))
|
|
402
|
+
- 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))
|
|
403
|
+
- Add TypeScript definitions ([#1275](https://github.com/feathersjs/feathers/issues/1275)) ([9dd6713](https://github.com/feathersjs/feathers/commit/9dd6713))
|
|
404
|
+
- Authentication v3 core server implementation ([#1205](https://github.com/feathersjs/feathers/issues/1205)) ([1bd7591](https://github.com/feathersjs/feathers/commit/1bd7591))
|
|
405
|
+
- Authentication v3 local authentication ([#1211](https://github.com/feathersjs/feathers/issues/1211)) ([0fa5f7c](https://github.com/feathersjs/feathers/commit/0fa5f7c))
|
|
406
|
+
- Remove (hook, next) signature and SKIP support ([#1269](https://github.com/feathersjs/feathers/issues/1269)) ([211c0f8](https://github.com/feathersjs/feathers/commit/211c0f8))
|
|
407
|
+
- Support params symbol to skip authenticate hook ([#1296](https://github.com/feathersjs/feathers/issues/1296)) ([d16cf4d](https://github.com/feathersjs/feathers/commit/d16cf4d))
|
|
446
408
|
|
|
447
409
|
### BREAKING CHANGES
|
|
448
410
|
|
|
449
|
-
|
|
450
|
-
|
|
451
|
-
|
|
452
|
-
|
|
453
|
-
|
|
411
|
+
- Update authentication strategies for @feathersjs/authentication v3
|
|
454
412
|
|
|
455
413
|
## [2.1.16](https://github.com/feathersjs/feathers/compare/@feathersjs/authentication@2.1.15...@feathersjs/authentication@2.1.16) (2019-01-26)
|
|
456
414
|
|
|
457
|
-
|
|
458
415
|
### Bug Fixes
|
|
459
416
|
|
|
460
|
-
|
|
461
|
-
|
|
462
|
-
|
|
463
|
-
|
|
464
|
-
|
|
417
|
+
- **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))
|
|
465
418
|
|
|
466
419
|
## [2.1.15](https://github.com/feathersjs/feathers/compare/@feathersjs/authentication@2.1.14...@feathersjs/authentication@2.1.15) (2019-01-02)
|
|
467
420
|
|
|
468
|
-
|
|
469
421
|
### Bug Fixes
|
|
470
422
|
|
|
471
|
-
|
|
472
|
-
|
|
473
|
-
|
|
474
|
-
|
|
475
|
-
|
|
423
|
+
- Update adapter common tests ([#1135](https://github.com/feathersjs/feathers/issues/1135)) ([8166dda](https://github.com/feathersjs/feathers/commit/8166dda))
|
|
476
424
|
|
|
477
425
|
<a name="2.1.14"></a>
|
|
478
|
-
## [2.1.14](https://github.com/feathersjs/feathers/compare/@feathersjs/authentication@2.1.13...@feathersjs/authentication@2.1.14) (2018-12-16)
|
|
479
426
|
|
|
427
|
+
## [2.1.14](https://github.com/feathersjs/feathers/compare/@feathersjs/authentication@2.1.13...@feathersjs/authentication@2.1.14) (2018-12-16)
|
|
480
428
|
|
|
481
429
|
### Bug Fixes
|
|
482
430
|
|
|
483
|
-
|
|
484
|
-
|
|
485
|
-
|
|
486
|
-
|
|
487
|
-
|
|
431
|
+
- 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))
|
|
488
432
|
|
|
489
433
|
<a name="2.1.13"></a>
|
|
434
|
+
|
|
490
435
|
## [2.1.13](https://github.com/feathersjs/feathers/compare/@feathersjs/authentication@2.1.12...@feathersjs/authentication@2.1.13) (2018-10-26)
|
|
491
436
|
|
|
492
437
|
**Note:** Version bump only for package @feathersjs/authentication
|
|
493
438
|
|
|
494
|
-
|
|
495
|
-
|
|
496
|
-
|
|
497
|
-
|
|
498
439
|
<a name="2.1.12"></a>
|
|
499
|
-
## [2.1.12](https://github.com/feathersjs/feathers/compare/@feathersjs/authentication@2.1.11...@feathersjs/authentication@2.1.12) (2018-10-25)
|
|
500
440
|
|
|
441
|
+
## [2.1.12](https://github.com/feathersjs/feathers/compare/@feathersjs/authentication@2.1.11...@feathersjs/authentication@2.1.12) (2018-10-25)
|
|
501
442
|
|
|
502
443
|
### Bug Fixes
|
|
503
444
|
|
|
504
|
-
|
|
505
|
-
|
|
506
|
-
|
|
507
|
-
|
|
508
|
-
|
|
509
|
-
|
|
445
|
+
- Make Mocha a proper devDependency for every repository ([#1053](https://github.com/feathersjs/feathers/issues/1053)) ([9974803](https://github.com/feathersjs/feathers/commit/9974803))
|
|
446
|
+
- Only merge authenticated property on update ([8a564f7](https://github.com/feathersjs/feathers/commit/8a564f7))
|
|
510
447
|
|
|
511
448
|
<a name="2.1.11"></a>
|
|
449
|
+
|
|
512
450
|
## [2.1.11](https://github.com/feathersjs/feathers/compare/@feathersjs/authentication@2.1.10...@feathersjs/authentication@2.1.11) (2018-09-21)
|
|
513
451
|
|
|
514
452
|
**Note:** Version bump only for package @feathersjs/authentication
|
|
515
453
|
|
|
516
|
-
|
|
517
|
-
|
|
518
|
-
|
|
519
|
-
|
|
520
454
|
<a name="2.1.10"></a>
|
|
455
|
+
|
|
521
456
|
## [2.1.10](https://github.com/feathersjs/feathers/compare/@feathersjs/authentication@2.1.9...@feathersjs/authentication@2.1.10) (2018-09-17)
|
|
522
457
|
|
|
523
458
|
**Note:** Version bump only for package @feathersjs/authentication
|
|
524
459
|
|
|
525
|
-
|
|
526
|
-
|
|
527
|
-
|
|
528
|
-
|
|
529
460
|
<a name="2.1.9"></a>
|
|
461
|
+
|
|
530
462
|
## [2.1.9](https://github.com/feathersjs/feathers/compare/@feathersjs/authentication@2.1.8...@feathersjs/authentication@2.1.9) (2018-09-02)
|
|
531
463
|
|
|
532
464
|
**Note:** Version bump only for package @feathersjs/authentication
|
|
533
465
|
|
|
534
466
|
<a name="2.1.8"></a>
|
|
467
|
+
|
|
535
468
|
## 2.1.8
|
|
536
469
|
|
|
537
470
|
- Migrate to Monorepo ([feathers#462](https://github.com/feathersjs/feathers/issues/462))
|
|
538
471
|
|
|
539
472
|
## [v2.1.7](https://github.com/feathersjs/authentication/tree/v2.1.7) (2018-06-29)
|
|
473
|
+
|
|
540
474
|
[Full Changelog](https://github.com/feathersjs/authentication/compare/v2.1.6...v2.1.7)
|
|
541
475
|
|
|
542
476
|
**Fixed bugs:**
|
|
@@ -558,6 +492,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
558
492
|
- Update sinon to the latest version 🚀 [\#681](https://github.com/feathersjs/authentication/pull/681) ([greenkeeper[bot]](https://github.com/apps/greenkeeper))
|
|
559
493
|
|
|
560
494
|
## [v2.1.6](https://github.com/feathersjs/authentication/tree/v2.1.6) (2018-06-01)
|
|
495
|
+
|
|
561
496
|
[Full Changelog](https://github.com/feathersjs/authentication/compare/v2.1.5...v2.1.6)
|
|
562
497
|
|
|
563
498
|
**Closed issues:**
|
|
@@ -579,6 +514,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
579
514
|
- add option to allowUnauthenticated [\#599](https://github.com/feathersjs/authentication/pull/599) ([MichaelErmer](https://github.com/MichaelErmer))
|
|
580
515
|
|
|
581
516
|
## [v2.1.5](https://github.com/feathersjs/authentication/tree/v2.1.5) (2018-04-16)
|
|
517
|
+
|
|
582
518
|
[Full Changelog](https://github.com/feathersjs/authentication/compare/v2.1.4...v2.1.5)
|
|
583
519
|
|
|
584
520
|
**Closed issues:**
|
|
@@ -591,6 +527,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
591
527
|
- Remove payload and user entity on logout. [\#665](https://github.com/feathersjs/authentication/pull/665) ([bertho-zero](https://github.com/bertho-zero))
|
|
592
528
|
|
|
593
529
|
## [v2.1.4](https://github.com/feathersjs/authentication/tree/v2.1.4) (2018-04-12)
|
|
530
|
+
|
|
594
531
|
[Full Changelog](https://github.com/feathersjs/authentication/compare/v2.1.3...v2.1.4)
|
|
595
532
|
|
|
596
533
|
**Closed issues:**
|
|
@@ -607,6 +544,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
607
544
|
- Update sinon to the latest version 🚀 [\#656](https://github.com/feathersjs/authentication/pull/656) ([greenkeeper[bot]](https://github.com/apps/greenkeeper))
|
|
608
545
|
|
|
609
546
|
## [v2.1.3](https://github.com/feathersjs/authentication/tree/v2.1.3) (2018-03-16)
|
|
547
|
+
|
|
610
548
|
[Full Changelog](https://github.com/feathersjs/authentication/compare/v2.1.2...v2.1.3)
|
|
611
549
|
|
|
612
550
|
**Closed issues:**
|
|
@@ -626,6 +564,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
626
564
|
- Update sinon-chai to the latest version 🚀 [\#644](https://github.com/feathersjs/authentication/pull/644) ([greenkeeper[bot]](https://github.com/apps/greenkeeper))
|
|
627
565
|
|
|
628
566
|
## [v2.1.2](https://github.com/feathersjs/authentication/tree/v2.1.2) (2018-02-14)
|
|
567
|
+
|
|
629
568
|
[Full Changelog](https://github.com/feathersjs/authentication/compare/v2.1.1...v2.1.2)
|
|
630
569
|
|
|
631
570
|
**Fixed bugs:**
|
|
@@ -642,7 +581,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
642
581
|
- cookie reused from server in SSR app [\#619](https://github.com/feathersjs/authentication/issues/619)
|
|
643
582
|
- Express middleware not setCookie [\#617](https://github.com/feathersjs/authentication/issues/617)
|
|
644
583
|
- Server to Server Authentication Question [\#612](https://github.com/feathersjs/authentication/issues/612)
|
|
645
|
-
- No way to share token between socket-rest-express
|
|
584
|
+
- No way to share token between socket-rest-express [\#607](https://github.com/feathersjs/authentication/issues/607)
|
|
646
585
|
- 404 when accessing route using customer authentication [\#579](https://github.com/feathersjs/authentication/issues/579)
|
|
647
586
|
- \[question\] is it possible to protect by role a create method? [\#564](https://github.com/feathersjs/authentication/issues/564)
|
|
648
587
|
- Authentication with server-side rendering [\#560](https://github.com/feathersjs/authentication/issues/560)
|
|
@@ -659,6 +598,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
659
598
|
- Options merged [\#611](https://github.com/feathersjs/authentication/pull/611) ([Makingweb](https://github.com/Makingweb))
|
|
660
599
|
|
|
661
600
|
## [v2.1.1](https://github.com/feathersjs/authentication/tree/v2.1.1) (2018-01-03)
|
|
601
|
+
|
|
662
602
|
[Full Changelog](https://github.com/feathersjs/authentication/compare/v2.1.0...v2.1.1)
|
|
663
603
|
|
|
664
604
|
**Closed issues:**
|
|
@@ -674,6 +614,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
674
614
|
- Update mongodb to the latest version 🚀 [\#618](https://github.com/feathersjs/authentication/pull/618) ([greenkeeper[bot]](https://github.com/apps/greenkeeper))
|
|
675
615
|
|
|
676
616
|
## [v2.1.0](https://github.com/feathersjs/authentication/tree/v2.1.0) (2017-12-06)
|
|
617
|
+
|
|
677
618
|
[Full Changelog](https://github.com/feathersjs/authentication/compare/v2.0.1...v2.1.0)
|
|
678
619
|
|
|
679
620
|
**Closed issues:**
|
|
@@ -687,6 +628,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
687
628
|
- Update feathers-memory to the latest version 🚀 [\#613](https://github.com/feathersjs/authentication/pull/613) ([greenkeeper[bot]](https://github.com/apps/greenkeeper))
|
|
688
629
|
|
|
689
630
|
## [v2.0.1](https://github.com/feathersjs/authentication/tree/v2.0.1) (2017-11-16)
|
|
631
|
+
|
|
690
632
|
[Full Changelog](https://github.com/feathersjs/authentication/compare/v2.0.0...v2.0.1)
|
|
691
633
|
|
|
692
634
|
**Merged pull requests:**
|
|
@@ -694,6 +636,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
694
636
|
- Add default export for better ES module \(TypeScript\) compatibility [\#605](https://github.com/feathersjs/authentication/pull/605) ([daffl](https://github.com/daffl))
|
|
695
637
|
|
|
696
638
|
## [v2.0.0](https://github.com/feathersjs/authentication/tree/v2.0.0) (2017-11-09)
|
|
639
|
+
|
|
697
640
|
[Full Changelog](https://github.com/feathersjs/authentication/compare/v1.3.1...v2.0.0)
|
|
698
641
|
|
|
699
642
|
**Closed issues:**
|
|
@@ -706,6 +649,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
706
649
|
- Update nsp to the latest version 🚀 [\#603](https://github.com/feathersjs/authentication/pull/603) ([greenkeeper[bot]](https://github.com/apps/greenkeeper))
|
|
707
650
|
|
|
708
651
|
## [v1.3.1](https://github.com/feathersjs/authentication/tree/v1.3.1) (2017-11-03)
|
|
652
|
+
|
|
709
653
|
[Full Changelog](https://github.com/feathersjs/authentication/compare/v1.4.1...v1.3.1)
|
|
710
654
|
|
|
711
655
|
**Merged pull requests:**
|
|
@@ -713,6 +657,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
713
657
|
- Only set the JWT UUID if it is not already set [\#600](https://github.com/feathersjs/authentication/pull/600) ([daffl](https://github.com/daffl))
|
|
714
658
|
|
|
715
659
|
## [v1.4.1](https://github.com/feathersjs/authentication/tree/v1.4.1) (2017-11-01)
|
|
660
|
+
|
|
716
661
|
[Full Changelog](https://github.com/feathersjs/authentication/compare/v1.4.0...v1.4.1)
|
|
717
662
|
|
|
718
663
|
**Merged pull requests:**
|
|
@@ -722,6 +667,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
722
667
|
- Update Codeclimate coverage token [\#595](https://github.com/feathersjs/authentication/pull/595) ([daffl](https://github.com/daffl))
|
|
723
668
|
|
|
724
669
|
## [v1.4.0](https://github.com/feathersjs/authentication/tree/v1.4.0) (2017-10-25)
|
|
670
|
+
|
|
725
671
|
[Full Changelog](https://github.com/feathersjs/authentication/compare/v1.3.0...v1.4.0)
|
|
726
672
|
|
|
727
673
|
**Closed issues:**
|
|
@@ -736,6 +682,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
736
682
|
- Update to new plugin infrastructure [\#591](https://github.com/feathersjs/authentication/pull/591) ([daffl](https://github.com/daffl))
|
|
737
683
|
|
|
738
684
|
## [v1.3.0](https://github.com/feathersjs/authentication/tree/v1.3.0) (2017-10-24)
|
|
685
|
+
|
|
739
686
|
[Full Changelog](https://github.com/feathersjs/authentication/compare/v0.7.13...v1.3.0)
|
|
740
687
|
|
|
741
688
|
**Merged pull requests:**
|
|
@@ -743,12 +690,13 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
743
690
|
- updating the codeclimate setup [\#589](https://github.com/feathersjs/authentication/pull/589) ([ekryski](https://github.com/ekryski))
|
|
744
691
|
|
|
745
692
|
## [v0.7.13](https://github.com/feathersjs/authentication/tree/v0.7.13) (2017-10-23)
|
|
693
|
+
|
|
746
694
|
[Full Changelog](https://github.com/feathersjs/authentication/compare/v1.2.7...v0.7.13)
|
|
747
695
|
|
|
748
696
|
**Closed issues:**
|
|
749
697
|
|
|
750
698
|
- Error authenticating! Error: Token provided to verifyJWT is missing or not a string ? [\#584](https://github.com/feathersjs/authentication/issues/584)
|
|
751
|
-
- Visual Studio Code
|
|
699
|
+
- Visual Studio Code Debug no authentication [\#583](https://github.com/feathersjs/authentication/issues/583)
|
|
752
700
|
- \[Feature Request\] Cloud DB's [\#581](https://github.com/feathersjs/authentication/issues/581)
|
|
753
701
|
- Request doesn't contain any headers when user service requested [\#578](https://github.com/feathersjs/authentication/issues/578)
|
|
754
702
|
- No way to pass Options to auth.express.authenticate. Needed for Google API refreshToken [\#576](https://github.com/feathersjs/authentication/issues/576)
|
|
@@ -789,13 +737,14 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
789
737
|
- Refresh token must have a user ID [\#419](https://github.com/feathersjs/authentication/pull/419) ([francisco-sanchez-molina](https://github.com/francisco-sanchez-molina))
|
|
790
738
|
|
|
791
739
|
## [v1.2.7](https://github.com/feathersjs/authentication/tree/v1.2.7) (2017-07-11)
|
|
740
|
+
|
|
792
741
|
[Full Changelog](https://github.com/feathersjs/authentication/compare/v1.2.6...v1.2.7)
|
|
793
742
|
|
|
794
743
|
**Closed issues:**
|
|
795
744
|
|
|
796
745
|
- Connection without password [\#541](https://github.com/feathersjs/authentication/issues/541)
|
|
797
746
|
- email in lower case ? [\#538](https://github.com/feathersjs/authentication/issues/538)
|
|
798
|
-
- Im unable to ping feathers server from react native.
|
|
747
|
+
- Im unable to ping feathers server from react native. [\#537](https://github.com/feathersjs/authentication/issues/537)
|
|
799
748
|
- whats the official way to open cors in feather ? [\#536](https://github.com/feathersjs/authentication/issues/536)
|
|
800
749
|
- Error options.service does not exist after initial auth setup [\#535](https://github.com/feathersjs/authentication/issues/535)
|
|
801
750
|
- LogoutTimer not being cleared correctly [\#532](https://github.com/feathersjs/authentication/issues/532)
|
|
@@ -806,6 +755,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
806
755
|
- fixed meta undefined error [\#542](https://github.com/feathersjs/authentication/pull/542) ([markacola](https://github.com/markacola))
|
|
807
756
|
|
|
808
757
|
## [v1.2.6](https://github.com/feathersjs/authentication/tree/v1.2.6) (2017-06-22)
|
|
758
|
+
|
|
809
759
|
[Full Changelog](https://github.com/feathersjs/authentication/compare/v1.2.5...v1.2.6)
|
|
810
760
|
|
|
811
761
|
**Closed issues:**
|
|
@@ -818,6 +768,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
818
768
|
- Update feathers-authentication-local to the latest version 🚀 [\#533](https://github.com/feathersjs/authentication/pull/533) ([greenkeeper[bot]](https://github.com/apps/greenkeeper))
|
|
819
769
|
|
|
820
770
|
## [v1.2.5](https://github.com/feathersjs/authentication/tree/v1.2.5) (2017-06-21)
|
|
771
|
+
|
|
821
772
|
[Full Changelog](https://github.com/feathersjs/authentication/compare/v1.2.4...v1.2.5)
|
|
822
773
|
|
|
823
774
|
**Closed issues:**
|
|
@@ -831,6 +782,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
831
782
|
- fixes several issues with update-entity w/ test cases [\#531](https://github.com/feathersjs/authentication/pull/531) ([jerfowler](https://github.com/jerfowler))
|
|
832
783
|
|
|
833
784
|
## [v1.2.4](https://github.com/feathersjs/authentication/tree/v1.2.4) (2017-06-08)
|
|
785
|
+
|
|
834
786
|
[Full Changelog](https://github.com/feathersjs/authentication/compare/v1.2.3...v1.2.4)
|
|
835
787
|
|
|
836
788
|
**Fixed bugs:**
|
|
@@ -858,6 +810,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
858
810
|
- Fix default authentication config keys [\#506](https://github.com/feathersjs/authentication/pull/506) ([ekryski](https://github.com/ekryski))
|
|
859
811
|
|
|
860
812
|
## [v1.2.3](https://github.com/feathersjs/authentication/tree/v1.2.3) (2017-05-10)
|
|
813
|
+
|
|
861
814
|
[Full Changelog](https://github.com/feathersjs/authentication/compare/v1.2.2...v1.2.3)
|
|
862
815
|
|
|
863
816
|
**Closed issues:**
|
|
@@ -883,6 +836,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
883
836
|
- Update dependencies to enable Greenkeeper 🌴 [\#482](https://github.com/feathersjs/authentication/pull/482) ([greenkeeper[bot]](https://github.com/apps/greenkeeper))
|
|
884
837
|
|
|
885
838
|
## [v1.2.2](https://github.com/feathersjs/authentication/tree/v1.2.2) (2017-04-12)
|
|
839
|
+
|
|
886
840
|
[Full Changelog](https://github.com/feathersjs/authentication/compare/v1.2.1...v1.2.2)
|
|
887
841
|
|
|
888
842
|
**Fixed bugs:**
|
|
@@ -904,6 +858,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
904
858
|
- 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))
|
|
905
859
|
|
|
906
860
|
## [v1.2.1](https://github.com/feathersjs/authentication/tree/v1.2.1) (2017-04-07)
|
|
861
|
+
|
|
907
862
|
[Full Changelog](https://github.com/feathersjs/authentication/compare/v1.2.0...v1.2.1)
|
|
908
863
|
|
|
909
864
|
**Fixed bugs:**
|
|
@@ -927,6 +882,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
927
882
|
- Allow the cookie to be set if action is not `remove` [\#474](https://github.com/feathersjs/authentication/pull/474) ([marshallswain](https://github.com/marshallswain))
|
|
928
883
|
|
|
929
884
|
## [v1.2.0](https://github.com/feathersjs/authentication/tree/v1.2.0) (2017-03-23)
|
|
885
|
+
|
|
930
886
|
[Full Changelog](https://github.com/feathersjs/authentication/compare/v1.1.1...v1.2.0)
|
|
931
887
|
|
|
932
888
|
**Fixed bugs:**
|
|
@@ -939,7 +895,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
939
895
|
|
|
940
896
|
- Token creation has side effect [\#454](https://github.com/feathersjs/authentication/issues/454)
|
|
941
897
|
- Question: When is userId set? [\#453](https://github.com/feathersjs/authentication/issues/453)
|
|
942
|
-
- How to authenticate SPA? More precisely how does the redirect works?
|
|
898
|
+
- How to authenticate SPA? More precisely how does the redirect works? [\#451](https://github.com/feathersjs/authentication/issues/451)
|
|
943
899
|
- POST to auth/facebook for FacebookTokenStrategy 404? [\#447](https://github.com/feathersjs/authentication/issues/447)
|
|
944
900
|
- feathers-authentication 1.1.1 `No auth token` [\#445](https://github.com/feathersjs/authentication/issues/445)
|
|
945
901
|
- Another readme incorrect and maybe docs to [\#441](https://github.com/feathersjs/authentication/issues/441)
|
|
@@ -962,6 +918,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
962
918
|
- Add support for Bearer scheme in remove method [\#403](https://github.com/feathersjs/authentication/pull/403) ([boybundit](https://github.com/boybundit))
|
|
963
919
|
|
|
964
920
|
## [v1.1.1](https://github.com/feathersjs/authentication/tree/v1.1.1) (2017-03-02)
|
|
921
|
+
|
|
965
922
|
[Full Changelog](https://github.com/feathersjs/authentication/compare/v1.1.0...v1.1.1)
|
|
966
923
|
|
|
967
924
|
**Closed issues:**
|
|
@@ -973,6 +930,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
973
930
|
- 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))
|
|
974
931
|
|
|
975
932
|
## [v1.1.0](https://github.com/feathersjs/authentication/tree/v1.1.0) (2017-03-01)
|
|
933
|
+
|
|
976
934
|
[Full Changelog](https://github.com/feathersjs/authentication/compare/v1.0.2...v1.1.0)
|
|
977
935
|
|
|
978
936
|
**Fixed bugs:**
|
|
@@ -1001,10 +959,10 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
1001
959
|
- feathers-authentication errors with any view error, and redirects to /auth/failure [\#381](https://github.com/feathersjs/authentication/issues/381)
|
|
1002
960
|
- what does app.service\('authentication'\).remove\(...\) mean? [\#379](https://github.com/feathersjs/authentication/issues/379)
|
|
1003
961
|
- Rest Endpoints. [\#375](https://github.com/feathersjs/authentication/issues/375)
|
|
1004
|
-
- cordova google-plus signUp with
|
|
962
|
+
- cordova google-plus signUp with id_token [\#373](https://github.com/feathersjs/authentication/issues/373)
|
|
1005
963
|
- How to reconnect socket with cookie after page refresh ? [\#372](https://github.com/feathersjs/authentication/issues/372)
|
|
1006
964
|
- Error: Could not find stored JWT and no authentication strategy was given [\#367](https://github.com/feathersjs/authentication/issues/367)
|
|
1007
|
-
- "No auth token" using authenticate
|
|
965
|
+
- "No auth token" using authenticate strategy: 'jwt' \(v.1.0.0-beta-2\) [\#366](https://github.com/feathersjs/authentication/issues/366)
|
|
1008
966
|
- Navigating to /auth/\<provider\> twice redirects to /auth/failed [\#344](https://github.com/feathersjs/authentication/issues/344)
|
|
1009
967
|
- Meteor auth migration guide [\#334](https://github.com/feathersjs/authentication/issues/334)
|
|
1010
968
|
- Auth 1.0 [\#330](https://github.com/feathersjs/authentication/issues/330)
|
|
@@ -1032,6 +990,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
1032
990
|
- Docs: Equalize usage of feathers-authenticate [\#378](https://github.com/feathersjs/authentication/pull/378) ([eikaramba](https://github.com/eikaramba))
|
|
1033
991
|
|
|
1034
992
|
## [v1.0.2](https://github.com/feathersjs/authentication/tree/v1.0.2) (2016-12-14)
|
|
993
|
+
|
|
1035
994
|
[Full Changelog](https://github.com/feathersjs/authentication/compare/v1.0.1...v1.0.2)
|
|
1036
995
|
|
|
1037
996
|
**Closed issues:**
|
|
@@ -1039,9 +998,11 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
1039
998
|
- successRedirect not redirecting [\#364](https://github.com/feathersjs/authentication/issues/364)
|
|
1040
999
|
|
|
1041
1000
|
## [v1.0.1](https://github.com/feathersjs/authentication/tree/v1.0.1) (2016-12-14)
|
|
1001
|
+
|
|
1042
1002
|
[Full Changelog](https://github.com/feathersjs/authentication/compare/v1.0.0...v1.0.1)
|
|
1043
1003
|
|
|
1044
1004
|
## [v1.0.0](https://github.com/feathersjs/authentication/tree/v1.0.0) (2016-12-14)
|
|
1005
|
+
|
|
1045
1006
|
[Full Changelog](https://github.com/feathersjs/authentication/compare/v0.7.12...v1.0.0)
|
|
1046
1007
|
|
|
1047
1008
|
**Fixed bugs:**
|
|
@@ -1052,19 +1013,19 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
1052
1013
|
|
|
1053
1014
|
- auth.express.authenticate got undefined [\#363](https://github.com/feathersjs/authentication/issues/363)
|
|
1054
1015
|
- Non-standard header structure [\#361](https://github.com/feathersjs/authentication/issues/361)
|
|
1055
|
-
- localEndpoint without local strategy
|
|
1016
|
+
- localEndpoint without local strategy [\#359](https://github.com/feathersjs/authentication/issues/359)
|
|
1056
1017
|
- Using custom passport strategies [\#356](https://github.com/feathersjs/authentication/issues/356)
|
|
1057
1018
|
- Client-side app.on\('login'\) [\#355](https://github.com/feathersjs/authentication/issues/355)
|
|
1058
1019
|
- Payload limiting on `app.get\('user'\)`? [\#354](https://github.com/feathersjs/authentication/issues/354)
|
|
1059
|
-
- Authentication token is missing
|
|
1020
|
+
- Authentication token is missing [\#352](https://github.com/feathersjs/authentication/issues/352)
|
|
1060
1021
|
- \[1.0\] The entity on the socket should pull from the strategy options. [\#348](https://github.com/feathersjs/authentication/issues/348)
|
|
1061
1022
|
- \[1.0\] Only the first failure is returned on auth failure when chaining multiple strategies [\#346](https://github.com/feathersjs/authentication/issues/346)
|
|
1062
1023
|
- Build 0.7.11 does not contain current code on NPMJS [\#342](https://github.com/feathersjs/authentication/issues/342)
|
|
1063
|
-
-
|
|
1024
|
+
- feathers-authentication branch 0.8 did not work with payload \(tested on socket\) [\#264](https://github.com/feathersjs/authentication/issues/264)
|
|
1064
1025
|
- Add method for updating JWT [\#260](https://github.com/feathersjs/authentication/issues/260)
|
|
1065
1026
|
- 1.0 architecture considerations [\#226](https://github.com/feathersjs/authentication/issues/226)
|
|
1066
1027
|
- Features/RFC [\#213](https://github.com/feathersjs/authentication/issues/213)
|
|
1067
|
-
- Support
|
|
1028
|
+
- Support access_token based OAuth2 providers [\#169](https://github.com/feathersjs/authentication/issues/169)
|
|
1068
1029
|
- Support openID [\#154](https://github.com/feathersjs/authentication/issues/154)
|
|
1069
1030
|
- Disable cookie by default if not using OAuth [\#152](https://github.com/feathersjs/authentication/issues/152)
|
|
1070
1031
|
- Add token service tests [\#144](https://github.com/feathersjs/authentication/issues/144)
|
|
@@ -1095,6 +1056,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
1095
1056
|
- 1.0 Pre-release [\#336](https://github.com/feathersjs/authentication/pull/336) ([ekryski](https://github.com/ekryski))
|
|
1096
1057
|
|
|
1097
1058
|
## [v0.7.12](https://github.com/feathersjs/authentication/tree/v0.7.12) (2016-11-11)
|
|
1059
|
+
|
|
1098
1060
|
[Full Changelog](https://github.com/feathersjs/authentication/compare/v0.7.11...v0.7.12)
|
|
1099
1061
|
|
|
1100
1062
|
**Closed issues:**
|
|
@@ -1142,6 +1104,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
1142
1104
|
- 0.8 - OAuth fixes [\#304](https://github.com/feathersjs/authentication/pull/304) ([marshallswain](https://github.com/marshallswain))
|
|
1143
1105
|
|
|
1144
1106
|
## [v0.7.11](https://github.com/feathersjs/authentication/tree/v0.7.11) (2016-09-28)
|
|
1107
|
+
|
|
1145
1108
|
[Full Changelog](https://github.com/feathersjs/authentication/compare/v0.7.10...v0.7.11)
|
|
1146
1109
|
|
|
1147
1110
|
**Closed issues:**
|
|
@@ -1160,6 +1123,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
1160
1123
|
- Allow multiple username fields for local auth [\#283](https://github.com/feathersjs/authentication/pull/283) ([sdbondi](https://github.com/sdbondi))
|
|
1161
1124
|
|
|
1162
1125
|
## [v0.7.10](https://github.com/feathersjs/authentication/tree/v0.7.10) (2016-08-31)
|
|
1126
|
+
|
|
1163
1127
|
[Full Changelog](https://github.com/feathersjs/authentication/compare/v0.7.9...v0.7.10)
|
|
1164
1128
|
|
|
1165
1129
|
**Fixed bugs:**
|
|
@@ -1172,7 +1136,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
1172
1136
|
- Auth0 & featherjs authorization only [\#277](https://github.com/feathersjs/authentication/issues/277)
|
|
1173
1137
|
- Cannot read property 'scope' of undefined [\#273](https://github.com/feathersjs/authentication/issues/273)
|
|
1174
1138
|
- Socker.js | Custom successHandler [\#271](https://github.com/feathersjs/authentication/issues/271)
|
|
1175
|
-
- Use feathers-socketio? and rest&socket share session maybe?
|
|
1139
|
+
- Use feathers-socketio? and rest&socket share session maybe? [\#269](https://github.com/feathersjs/authentication/issues/269)
|
|
1176
1140
|
- Ability to invalidate old token/session when user login with another machine. [\#267](https://github.com/feathersjs/authentication/issues/267)
|
|
1177
1141
|
- 0.8 authentication before hooks - only ever getting a 401 Unauthorised [\#263](https://github.com/feathersjs/authentication/issues/263)
|
|
1178
1142
|
- REST Middleware breaks local auth [\#262](https://github.com/feathersjs/authentication/issues/262)
|
|
@@ -1202,6 +1166,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
1202
1166
|
- Adds ability to limit queries unless authenticated and authorized [\#229](https://github.com/feathersjs/authentication/pull/229) ([codingfriend1](https://github.com/codingfriend1))
|
|
1203
1167
|
|
|
1204
1168
|
## [v0.7.9](https://github.com/feathersjs/authentication/tree/v0.7.9) (2016-06-20)
|
|
1169
|
+
|
|
1205
1170
|
[Full Changelog](https://github.com/feathersjs/authentication/compare/v0.7.8...v0.7.9)
|
|
1206
1171
|
|
|
1207
1172
|
**Fixed bugs:**
|
|
@@ -1219,6 +1184,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
1219
1184
|
- jwt ssl warning [\#214](https://github.com/feathersjs/authentication/pull/214) ([aboutlo](https://github.com/aboutlo))
|
|
1220
1185
|
|
|
1221
1186
|
## [v0.7.8](https://github.com/feathersjs/authentication/tree/v0.7.8) (2016-06-09)
|
|
1187
|
+
|
|
1222
1188
|
[Full Changelog](https://github.com/feathersjs/authentication/compare/v0.7.7...v0.7.8)
|
|
1223
1189
|
|
|
1224
1190
|
**Closed issues:**
|
|
@@ -1243,6 +1209,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
1243
1209
|
- 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))
|
|
1244
1210
|
|
|
1245
1211
|
## [v0.7.7](https://github.com/feathersjs/authentication/tree/v0.7.7) (2016-05-05)
|
|
1212
|
+
|
|
1246
1213
|
[Full Changelog](https://github.com/feathersjs/authentication/compare/v0.7.6...v0.7.7)
|
|
1247
1214
|
|
|
1248
1215
|
**Fixed bugs:**
|
|
@@ -1254,6 +1221,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
1254
1221
|
- properly handle optional `\_json` property [\#197](https://github.com/feathersjs/authentication/pull/197) ([nyaaao](https://github.com/nyaaao))
|
|
1255
1222
|
|
|
1256
1223
|
## [v0.7.6](https://github.com/feathersjs/authentication/tree/v0.7.6) (2016-05-03)
|
|
1224
|
+
|
|
1257
1225
|
[Full Changelog](https://github.com/feathersjs/authentication/compare/v0.7.5...v0.7.6)
|
|
1258
1226
|
|
|
1259
1227
|
**Fixed bugs:**
|
|
@@ -1262,7 +1230,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
1262
1230
|
|
|
1263
1231
|
**Closed issues:**
|
|
1264
1232
|
|
|
1265
|
-
- Authenticated user
|
|
1233
|
+
- Authenticated user [\#192](https://github.com/feathersjs/authentication/issues/192)
|
|
1266
1234
|
- REST token revoke [\#185](https://github.com/feathersjs/authentication/issues/185)
|
|
1267
1235
|
- TypeError: Cannot read property 'service' of undefined [\#173](https://github.com/feathersjs/authentication/issues/173)
|
|
1268
1236
|
- Optionally Include password in the params.query object passed to User.find\(\) [\#171](https://github.com/feathersjs/authentication/issues/171)
|
|
@@ -1276,6 +1244,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
1276
1244
|
- fix\(oauth2\): Use patch to update user in oauthCallback [\#183](https://github.com/feathersjs/authentication/pull/183) ([beevelop](https://github.com/beevelop))
|
|
1277
1245
|
|
|
1278
1246
|
## [v0.7.5](https://github.com/feathersjs/authentication/tree/v0.7.5) (2016-04-23)
|
|
1247
|
+
|
|
1279
1248
|
[Full Changelog](https://github.com/feathersjs/authentication/compare/v0.7.4...v0.7.5)
|
|
1280
1249
|
|
|
1281
1250
|
**Fixed bugs:**
|
|
@@ -1288,6 +1257,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
1288
1257
|
- Unable to authenticate requests when using vanilla Socket.IO [\#166](https://github.com/feathersjs/authentication/issues/166)
|
|
1289
1258
|
|
|
1290
1259
|
## [v0.7.4](https://github.com/feathersjs/authentication/tree/v0.7.4) (2016-04-18)
|
|
1260
|
+
|
|
1291
1261
|
[Full Changelog](https://github.com/feathersjs/authentication/compare/v0.7.3...v0.7.4)
|
|
1292
1262
|
|
|
1293
1263
|
**Fixed bugs:**
|
|
@@ -1305,9 +1275,11 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
1305
1275
|
- Hook fixes [\#164](https://github.com/feathersjs/authentication/pull/164) ([ekryski](https://github.com/ekryski))
|
|
1306
1276
|
|
|
1307
1277
|
## [v0.7.3](https://github.com/feathersjs/authentication/tree/v0.7.3) (2016-04-16)
|
|
1278
|
+
|
|
1308
1279
|
[Full Changelog](https://github.com/feathersjs/authentication/compare/v0.7.2...v0.7.3)
|
|
1309
1280
|
|
|
1310
1281
|
## [v0.7.2](https://github.com/feathersjs/authentication/tree/v0.7.2) (2016-04-16)
|
|
1282
|
+
|
|
1311
1283
|
[Full Changelog](https://github.com/feathersjs/authentication/compare/v0.7.1...v0.7.2)
|
|
1312
1284
|
|
|
1313
1285
|
**Closed issues:**
|
|
@@ -1323,6 +1295,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
1323
1295
|
- Steal Compatibility [\#156](https://github.com/feathersjs/authentication/pull/156) ([marshallswain](https://github.com/marshallswain))
|
|
1324
1296
|
|
|
1325
1297
|
## [v0.7.1](https://github.com/feathersjs/authentication/tree/v0.7.1) (2016-04-08)
|
|
1298
|
+
|
|
1326
1299
|
[Full Changelog](https://github.com/feathersjs/authentication/compare/v0.7.0...v0.7.1)
|
|
1327
1300
|
|
|
1328
1301
|
**Closed issues:**
|
|
@@ -1339,6 +1312,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
1339
1312
|
- Fix copy paste typo in queryWithCurrentUser hook. [\#140](https://github.com/feathersjs/authentication/pull/140) ([juodumas](https://github.com/juodumas))
|
|
1340
1313
|
|
|
1341
1314
|
## [v0.7.0](https://github.com/feathersjs/authentication/tree/v0.7.0) (2016-03-30)
|
|
1315
|
+
|
|
1342
1316
|
[Full Changelog](https://github.com/feathersjs/authentication/compare/v0.6.0...v0.7.0)
|
|
1343
1317
|
|
|
1344
1318
|
**Fixed bugs:**
|
|
@@ -1369,6 +1343,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
1369
1343
|
- 0.7 Release [\#139](https://github.com/feathersjs/authentication/pull/139) ([ekryski](https://github.com/ekryski))
|
|
1370
1344
|
|
|
1371
1345
|
## [v0.6.0](https://github.com/feathersjs/authentication/tree/v0.6.0) (2016-03-24)
|
|
1346
|
+
|
|
1372
1347
|
[Full Changelog](https://github.com/feathersjs/authentication/compare/v0.5.1...v0.6.0)
|
|
1373
1348
|
|
|
1374
1349
|
**Fixed bugs:**
|
|
@@ -1389,15 +1364,17 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
1389
1364
|
**Merged pull requests:**
|
|
1390
1365
|
|
|
1391
1366
|
- Bcryptjs [\#137](https://github.com/feathersjs/authentication/pull/137) ([ekryski](https://github.com/ekryski))
|
|
1392
|
-
- Allow user.id to be 0.
|
|
1367
|
+
- Allow user.id to be 0. Fixes \#116 [\#117](https://github.com/feathersjs/authentication/pull/117) ([marshallswain](https://github.com/marshallswain))
|
|
1393
1368
|
- 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))
|
|
1394
1369
|
- v0.6 - Bugs fixes, new hooks, and hook tests [\#109](https://github.com/feathersjs/authentication/pull/109) ([ekryski](https://github.com/ekryski))
|
|
1395
1370
|
- primus client connect event is 'open' [\#106](https://github.com/feathersjs/authentication/pull/106) ([ahdinosaur](https://github.com/ahdinosaur))
|
|
1396
1371
|
|
|
1397
1372
|
## [v0.5.1](https://github.com/feathersjs/authentication/tree/v0.5.1) (2016-03-15)
|
|
1373
|
+
|
|
1398
1374
|
[Full Changelog](https://github.com/feathersjs/authentication/compare/v0.5.0...v0.5.1)
|
|
1399
1375
|
|
|
1400
1376
|
## [v0.5.0](https://github.com/feathersjs/authentication/tree/v0.5.0) (2016-03-14)
|
|
1377
|
+
|
|
1401
1378
|
[Full Changelog](https://github.com/feathersjs/authentication/compare/v0.4.1...v0.5.0)
|
|
1402
1379
|
|
|
1403
1380
|
**Fixed bugs:**
|
|
@@ -1423,6 +1400,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
1423
1400
|
- Customize the JWT payload [\#80](https://github.com/feathersjs/authentication/pull/80) ([enten](https://github.com/enten))
|
|
1424
1401
|
|
|
1425
1402
|
## [v0.4.1](https://github.com/feathersjs/authentication/tree/v0.4.1) (2016-02-28)
|
|
1403
|
+
|
|
1426
1404
|
[Full Changelog](https://github.com/feathersjs/authentication/compare/v0.4.0...v0.4.1)
|
|
1427
1405
|
|
|
1428
1406
|
**Fixed bugs:**
|
|
@@ -1432,13 +1410,14 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
1432
1410
|
**Closed issues:**
|
|
1433
1411
|
|
|
1434
1412
|
- Username response ? [\#84](https://github.com/feathersjs/authentication/issues/84)
|
|
1435
|
-
- User doesn't get populated after authentication with databases that don't use \_id
|
|
1413
|
+
- User doesn't get populated after authentication with databases that don't use \_id [\#71](https://github.com/feathersjs/authentication/issues/71)
|
|
1436
1414
|
- Support client usage in NodeJS [\#52](https://github.com/feathersjs/authentication/issues/52)
|
|
1437
1415
|
- Support async storage for React Native [\#51](https://github.com/feathersjs/authentication/issues/51)
|
|
1438
1416
|
- RequireAdmin on userService [\#36](https://github.com/feathersjs/authentication/issues/36)
|
|
1439
1417
|
- Create test for changing the `usernameField` [\#1](https://github.com/feathersjs/authentication/issues/1)
|
|
1440
1418
|
|
|
1441
1419
|
## [v0.4.0](https://github.com/feathersjs/authentication/tree/v0.4.0) (2016-02-27)
|
|
1420
|
+
|
|
1442
1421
|
[Full Changelog](https://github.com/feathersjs/authentication/compare/v0.3.5...v0.4.0)
|
|
1443
1422
|
|
|
1444
1423
|
**Closed issues:**
|
|
@@ -1450,6 +1429,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
1450
1429
|
- Refactoring for storage service [\#76](https://github.com/feathersjs/authentication/pull/76) ([ekryski](https://github.com/ekryski))
|
|
1451
1430
|
|
|
1452
1431
|
## [v0.3.5](https://github.com/feathersjs/authentication/tree/v0.3.5) (2016-02-25)
|
|
1432
|
+
|
|
1453
1433
|
[Full Changelog](https://github.com/feathersjs/authentication/compare/v0.3.4...v0.3.5)
|
|
1454
1434
|
|
|
1455
1435
|
**Merged pull requests:**
|
|
@@ -1457,12 +1437,15 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
1457
1437
|
- Adding support for OAuth2 token based auth strategies. Closes \#46. [\#77](https://github.com/feathersjs/authentication/pull/77) ([ekryski](https://github.com/ekryski))
|
|
1458
1438
|
|
|
1459
1439
|
## [v0.3.4](https://github.com/feathersjs/authentication/tree/v0.3.4) (2016-02-25)
|
|
1440
|
+
|
|
1460
1441
|
[Full Changelog](https://github.com/feathersjs/authentication/compare/v0.3.3...v0.3.4)
|
|
1461
1442
|
|
|
1462
1443
|
## [v0.3.3](https://github.com/feathersjs/authentication/tree/v0.3.3) (2016-02-25)
|
|
1444
|
+
|
|
1463
1445
|
[Full Changelog](https://github.com/feathersjs/authentication/compare/v0.3.2...v0.3.3)
|
|
1464
1446
|
|
|
1465
1447
|
## [v0.3.2](https://github.com/feathersjs/authentication/tree/v0.3.2) (2016-02-24)
|
|
1448
|
+
|
|
1466
1449
|
[Full Changelog](https://github.com/feathersjs/authentication/compare/v0.3.1...v0.3.2)
|
|
1467
1450
|
|
|
1468
1451
|
**Merged pull requests:**
|
|
@@ -1470,6 +1453,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
1470
1453
|
- bumping feathers-errors version [\#79](https://github.com/feathersjs/authentication/pull/79) ([ekryski](https://github.com/ekryski))
|
|
1471
1454
|
|
|
1472
1455
|
## [v0.3.1](https://github.com/feathersjs/authentication/tree/v0.3.1) (2016-02-23)
|
|
1456
|
+
|
|
1473
1457
|
[Full Changelog](https://github.com/feathersjs/authentication/compare/v0.3.0...v0.3.1)
|
|
1474
1458
|
|
|
1475
1459
|
**Closed issues:**
|
|
@@ -1483,6 +1467,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
1483
1467
|
- Fix toLowerCase hook [\#75](https://github.com/feathersjs/authentication/pull/75) ([enten](https://github.com/enten))
|
|
1484
1468
|
|
|
1485
1469
|
## [v0.3.0](https://github.com/feathersjs/authentication/tree/v0.3.0) (2016-02-19)
|
|
1470
|
+
|
|
1486
1471
|
[Full Changelog](https://github.com/feathersjs/authentication/compare/v0.2.4...v0.3.0)
|
|
1487
1472
|
|
|
1488
1473
|
**Fixed bugs:**
|
|
@@ -1500,6 +1485,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
1500
1485
|
- Config options [\#70](https://github.com/feathersjs/authentication/pull/70) ([ekryski](https://github.com/ekryski))
|
|
1501
1486
|
|
|
1502
1487
|
## [v0.2.4](https://github.com/feathersjs/authentication/tree/v0.2.4) (2016-02-17)
|
|
1488
|
+
|
|
1503
1489
|
[Full Changelog](https://github.com/feathersjs/authentication/compare/v0.2.3...v0.2.4)
|
|
1504
1490
|
|
|
1505
1491
|
**Closed issues:**
|
|
@@ -1511,11 +1497,12 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
1511
1497
|
- Add module exports Babel module and test CommonJS compatibility [\#68](https://github.com/feathersjs/authentication/pull/68) ([daffl](https://github.com/daffl))
|
|
1512
1498
|
|
|
1513
1499
|
## [v0.2.3](https://github.com/feathersjs/authentication/tree/v0.2.3) (2016-02-15)
|
|
1500
|
+
|
|
1514
1501
|
[Full Changelog](https://github.com/feathersjs/authentication/compare/v0.2.2...v0.2.3)
|
|
1515
1502
|
|
|
1516
1503
|
**Closed issues:**
|
|
1517
1504
|
|
|
1518
|
-
- How to forbid get and find on the userEndpoint?
|
|
1505
|
+
- How to forbid get and find on the userEndpoint? [\#66](https://github.com/feathersjs/authentication/issues/66)
|
|
1519
1506
|
- userEndpoint problem in sub-app [\#63](https://github.com/feathersjs/authentication/issues/63)
|
|
1520
1507
|
- How to modify successRedirect in local authentication? [\#60](https://github.com/feathersjs/authentication/issues/60)
|
|
1521
1508
|
|
|
@@ -1525,6 +1512,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
1525
1512
|
- Fixing client query [\#65](https://github.com/feathersjs/authentication/pull/65) ([fastlorenzo](https://github.com/fastlorenzo))
|
|
1526
1513
|
|
|
1527
1514
|
## [v0.2.2](https://github.com/feathersjs/authentication/tree/v0.2.2) (2016-02-13)
|
|
1515
|
+
|
|
1528
1516
|
[Full Changelog](https://github.com/feathersjs/authentication/compare/v0.2.1...v0.2.2)
|
|
1529
1517
|
|
|
1530
1518
|
**Closed issues:**
|
|
@@ -1538,6 +1526,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
1538
1526
|
- Fixing token endpoint [\#58](https://github.com/feathersjs/authentication/pull/58) ([marshallswain](https://github.com/marshallswain))
|
|
1539
1527
|
|
|
1540
1528
|
## [v0.2.1](https://github.com/feathersjs/authentication/tree/v0.2.1) (2016-02-12)
|
|
1529
|
+
|
|
1541
1530
|
[Full Changelog](https://github.com/feathersjs/authentication/compare/v0.2.0...v0.2.1)
|
|
1542
1531
|
|
|
1543
1532
|
**Closed issues:**
|
|
@@ -1546,6 +1535,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
1546
1535
|
- node can not require\("feathers-authentication"\).default [\#53](https://github.com/feathersjs/authentication/issues/53)
|
|
1547
1536
|
|
|
1548
1537
|
## [v0.2.0](https://github.com/feathersjs/authentication/tree/v0.2.0) (2016-02-12)
|
|
1538
|
+
|
|
1549
1539
|
[Full Changelog](https://github.com/feathersjs/authentication/compare/v0.1.2...v0.2.0)
|
|
1550
1540
|
|
|
1551
1541
|
**Closed issues:**
|
|
@@ -1567,6 +1557,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
1567
1557
|
- Validate if provider [\#39](https://github.com/feathersjs/authentication/pull/39) ([mastertinner](https://github.com/mastertinner))
|
|
1568
1558
|
|
|
1569
1559
|
## [v0.1.2](https://github.com/feathersjs/authentication/tree/v0.1.2) (2016-02-04)
|
|
1560
|
+
|
|
1570
1561
|
[Full Changelog](https://github.com/feathersjs/authentication/compare/v0.1.1...v0.1.2)
|
|
1571
1562
|
|
|
1572
1563
|
**Closed issues:**
|
|
@@ -1580,9 +1571,11 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
1580
1571
|
- safety check for data [\#35](https://github.com/feathersjs/authentication/pull/35) ([deanmcpherson](https://github.com/deanmcpherson))
|
|
1581
1572
|
|
|
1582
1573
|
## [v0.1.1](https://github.com/feathersjs/authentication/tree/v0.1.1) (2016-01-30)
|
|
1574
|
+
|
|
1583
1575
|
[Full Changelog](https://github.com/feathersjs/authentication/compare/v0.1.0...v0.1.1)
|
|
1584
1576
|
|
|
1585
1577
|
## [v0.1.0](https://github.com/feathersjs/authentication/tree/v0.1.0) (2016-01-25)
|
|
1578
|
+
|
|
1586
1579
|
[Full Changelog](https://github.com/feathersjs/authentication/compare/v0.0.8...v0.1.0)
|
|
1587
1580
|
|
|
1588
1581
|
**Closed issues:**
|
|
@@ -1601,6 +1594,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
1601
1594
|
- Adding nsp check [\#26](https://github.com/feathersjs/authentication/pull/26) ([marshallswain](https://github.com/marshallswain))
|
|
1602
1595
|
|
|
1603
1596
|
## [v0.0.8](https://github.com/feathersjs/authentication/tree/v0.0.8) (2016-01-16)
|
|
1597
|
+
|
|
1604
1598
|
[Full Changelog](https://github.com/feathersjs/authentication/compare/v0.0.7...v0.0.8)
|
|
1605
1599
|
|
|
1606
1600
|
**Merged pull requests:**
|
|
@@ -1608,11 +1602,12 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
1608
1602
|
- Support services that use pagination. [\#23](https://github.com/feathersjs/authentication/pull/23) ([marshallswain](https://github.com/marshallswain))
|
|
1609
1603
|
|
|
1610
1604
|
## [v0.0.7](https://github.com/feathersjs/authentication/tree/v0.0.7) (2016-01-07)
|
|
1605
|
+
|
|
1611
1606
|
[Full Changelog](https://github.com/feathersjs/authentication/compare/v0.0.6...v0.0.7)
|
|
1612
1607
|
|
|
1613
1608
|
**Closed issues:**
|
|
1614
1609
|
|
|
1615
|
-
- Password isn't removed from responses when using a mongoose service for users endpoint
|
|
1610
|
+
- Password isn't removed from responses when using a mongoose service for users endpoint [\#19](https://github.com/feathersjs/authentication/issues/19)
|
|
1616
1611
|
- next called twice using socket.io and using an unauthenticated service [\#17](https://github.com/feathersjs/authentication/issues/17)
|
|
1617
1612
|
- Switch to a callback-based field configuration? [\#15](https://github.com/feathersjs/authentication/issues/15)
|
|
1618
1613
|
- Cannot authenticate [\#14](https://github.com/feathersjs/authentication/issues/14)
|
|
@@ -1621,12 +1616,13 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
1621
1616
|
|
|
1622
1617
|
**Merged pull requests:**
|
|
1623
1618
|
|
|
1624
|
-
- Adding separate route for refreshing a login token.
|
|
1619
|
+
- Adding separate route for refreshing a login token. [\#21](https://github.com/feathersjs/authentication/pull/21) ([corymsmith](https://github.com/corymsmith))
|
|
1625
1620
|
- Converting user model to object when using mongoose service [\#20](https://github.com/feathersjs/authentication/pull/20) ([corymsmith](https://github.com/corymsmith))
|
|
1626
1621
|
- 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))
|
|
1627
1622
|
- Fixing usage of mongoose service [\#16](https://github.com/feathersjs/authentication/pull/16) ([corymsmith](https://github.com/corymsmith))
|
|
1628
1623
|
|
|
1629
1624
|
## [v0.0.6](https://github.com/feathersjs/authentication/tree/v0.0.6) (2015-11-22)
|
|
1625
|
+
|
|
1630
1626
|
[Full Changelog](https://github.com/feathersjs/authentication/compare/v0.0.5...v0.0.6)
|
|
1631
1627
|
|
|
1632
1628
|
**Closed issues:**
|
|
@@ -1635,12 +1631,15 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
1635
1631
|
- Make sure we're returning proper error responses. [\#8](https://github.com/feathersjs/authentication/issues/8)
|
|
1636
1632
|
|
|
1637
1633
|
## [v0.0.5](https://github.com/feathersjs/authentication/tree/v0.0.5) (2015-11-19)
|
|
1634
|
+
|
|
1638
1635
|
[Full Changelog](https://github.com/feathersjs/authentication/compare/v0.0.4...v0.0.5)
|
|
1639
1636
|
|
|
1640
1637
|
## [v0.0.4](https://github.com/feathersjs/authentication/tree/v0.0.4) (2015-11-19)
|
|
1638
|
+
|
|
1641
1639
|
[Full Changelog](https://github.com/feathersjs/authentication/compare/v0.0.3...v0.0.4)
|
|
1642
1640
|
|
|
1643
1641
|
## [v0.0.3](https://github.com/feathersjs/authentication/tree/v0.0.3) (2015-11-18)
|
|
1642
|
+
|
|
1644
1643
|
[Full Changelog](https://github.com/feathersjs/authentication/compare/v1.0.6...v0.0.3)
|
|
1645
1644
|
|
|
1646
1645
|
**Merged pull requests:**
|
|
@@ -1648,15 +1647,17 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
1648
1647
|
- allow runtime auth via socket.io [\#4](https://github.com/feathersjs/authentication/pull/4) ([randomnerd](https://github.com/randomnerd))
|
|
1649
1648
|
|
|
1650
1649
|
## [v1.0.6](https://github.com/feathersjs/authentication/tree/v1.0.6) (2015-11-02)
|
|
1650
|
+
|
|
1651
1651
|
[Full Changelog](https://github.com/feathersjs/authentication/compare/v1.0.5...v1.0.6)
|
|
1652
1652
|
|
|
1653
1653
|
## [v1.0.5](https://github.com/feathersjs/authentication/tree/v1.0.5) (2015-11-02)
|
|
1654
|
+
|
|
1654
1655
|
[Full Changelog](https://github.com/feathersjs/authentication/compare/v1.0.4...v1.0.5)
|
|
1655
1656
|
|
|
1656
1657
|
## [v1.0.4](https://github.com/feathersjs/authentication/tree/v1.0.4) (2015-11-02)
|
|
1658
|
+
|
|
1657
1659
|
[Full Changelog](https://github.com/feathersjs/authentication/compare/v1.0.3...v1.0.4)
|
|
1658
1660
|
|
|
1659
1661
|
## [v1.0.3](https://github.com/feathersjs/authentication/tree/v1.0.3) (2015-10-12)
|
|
1660
1662
|
|
|
1661
|
-
|
|
1662
|
-
\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)*
|
|
1663
|
+
\* _This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)_
|