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