@feathersjs/authentication-client 5.0.0-pre.6 → 5.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +185 -239
- package/LICENSE +1 -1
- package/README.md +2 -2
- package/lib/core.d.ts +50 -2
- package/lib/core.js +68 -21
- package/lib/core.js.map +1 -1
- package/lib/hooks/authentication.js +5 -3
- package/lib/hooks/authentication.js.map +1 -1
- package/lib/hooks/index.js.map +1 -1
- package/lib/hooks/populate-header.js.map +1 -1
- package/lib/index.d.ts +3 -3
- package/lib/index.js +7 -6
- package/lib/index.js.map +1 -1
- package/lib/storage.js +1 -1
- package/lib/storage.js.map +1 -1
- package/package.json +24 -23
- package/src/core.ts +162 -118
- package/src/hooks/authentication.ts +19 -11
- package/src/hooks/index.ts +2 -2
- package/src/hooks/populate-header.ts +18 -11
- package/src/index.ts +36 -34
- package/src/storage.ts +23 -23
package/CHANGELOG.md
CHANGED
|
@@ -3,551 +3,480 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
-
# [5.0.0
|
|
6
|
+
# [5.0.0](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.38...v5.0.0) (2023-02-24)
|
|
7
7
|
|
|
8
8
|
**Note:** Version bump only for package @feathersjs/authentication-client
|
|
9
9
|
|
|
10
|
+
# [5.0.0-pre.38](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.37...v5.0.0-pre.38) (2023-02-17)
|
|
10
11
|
|
|
12
|
+
**Note:** Version bump only for package @feathersjs/authentication-client
|
|
11
13
|
|
|
14
|
+
# [5.0.0-pre.37](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.36...v5.0.0-pre.37) (2023-02-09)
|
|
12
15
|
|
|
16
|
+
**Note:** Version bump only for package @feathersjs/authentication-client
|
|
13
17
|
|
|
14
|
-
# [5.0.0-pre.
|
|
15
|
-
|
|
18
|
+
# [5.0.0-pre.36](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.35...v5.0.0-pre.36) (2023-01-29)
|
|
16
19
|
|
|
17
20
|
### Bug Fixes
|
|
18
21
|
|
|
19
|
-
|
|
20
|
-
* **koa:** Use extended query parser for compatibility ([#2397](https://github.com/feathersjs/feathers/issues/2397)) ([b2944ba](https://github.com/feathersjs/feathers/commit/b2944bac3ec6d5ecc80dc518cd4e58093692db74))
|
|
22
|
+
- Update all dependencies ([#3024](https://github.com/feathersjs/feathers/issues/3024)) ([283dc47](https://github.com/feathersjs/feathers/commit/283dc4798d85584bc031e6e54b83b4ea77d1edd0))
|
|
21
23
|
|
|
24
|
+
# [5.0.0-pre.35](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.34...v5.0.0-pre.35) (2023-01-12)
|
|
22
25
|
|
|
23
26
|
### Features
|
|
24
27
|
|
|
25
|
-
|
|
26
|
-
|
|
28
|
+
- **generators:** Move core code generators to shared generators package ([#2982](https://github.com/feathersjs/feathers/issues/2982)) ([0328d22](https://github.com/feathersjs/feathers/commit/0328d2292153870bc43958f73d2c6f288a8cec17))
|
|
27
29
|
|
|
30
|
+
# [5.0.0-pre.34](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.33...v5.0.0-pre.34) (2022-12-14)
|
|
28
31
|
|
|
32
|
+
### Bug Fixes
|
|
29
33
|
|
|
34
|
+
- **authentication-client:** Do not cache authentication errors ([#2892](https://github.com/feathersjs/feathers/issues/2892)) ([cc4e767](https://github.com/feathersjs/feathers/commit/cc4e76726fce1ac73252cfd92e22570d4bdeca20))
|
|
35
|
+
- **authentication-client:** Improve socket reauthentication handling ([#2895](https://github.com/feathersjs/feathers/issues/2895)) ([9db5e7a](https://github.com/feathersjs/feathers/commit/9db5e7adb0f6aea43d607f530d8258ade98b7362))
|
|
36
|
+
- **authentication-client:** Remove access token for fatal 400 errors ([#2894](https://github.com/feathersjs/feathers/issues/2894)) ([cfc6c7a](https://github.com/feathersjs/feathers/commit/cfc6c7a6b9dbc7fb60816e2b7f15897c38deb98d))
|
|
30
37
|
|
|
31
|
-
# [5.0.0-pre.
|
|
38
|
+
# [5.0.0-pre.33](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.32...v5.0.0-pre.33) (2022-11-08)
|
|
32
39
|
|
|
33
40
|
**Note:** Version bump only for package @feathersjs/authentication-client
|
|
34
41
|
|
|
42
|
+
# [5.0.0-pre.32](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.31...v5.0.0-pre.32) (2022-10-26)
|
|
35
43
|
|
|
44
|
+
### Features
|
|
36
45
|
|
|
46
|
+
- **cli:** Add authentication client to generated client ([#2801](https://github.com/feathersjs/feathers/issues/2801)) ([bd59f91](https://github.com/feathersjs/feathers/commit/bd59f91b45a01c2eea0c4386e567f4de5aa6ad99))
|
|
37
47
|
|
|
48
|
+
# [5.0.0-pre.31](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.30...v5.0.0-pre.31) (2022-10-12)
|
|
38
49
|
|
|
39
|
-
|
|
50
|
+
**Note:** Version bump only for package @feathersjs/authentication-client
|
|
40
51
|
|
|
52
|
+
# [5.0.0-pre.30](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.29...v5.0.0-pre.30) (2022-10-07)
|
|
41
53
|
|
|
42
|
-
###
|
|
54
|
+
### Features
|
|
43
55
|
|
|
44
|
-
|
|
56
|
+
- **core:** Allow to unregister services at runtime ([#2756](https://github.com/feathersjs/feathers/issues/2756)) ([d16601f](https://github.com/feathersjs/feathers/commit/d16601f2277dca5357866ffdefba2a611f6dc7fa))
|
|
45
57
|
|
|
58
|
+
# [5.0.0-pre.29](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.28...v5.0.0-pre.29) (2022-09-16)
|
|
46
59
|
|
|
47
|
-
|
|
60
|
+
**Note:** Version bump only for package @feathersjs/authentication-client
|
|
48
61
|
|
|
49
|
-
|
|
62
|
+
# [5.0.0-pre.28](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.27...v5.0.0-pre.28) (2022-08-03)
|
|
50
63
|
|
|
64
|
+
### Bug Fixes
|
|
51
65
|
|
|
66
|
+
- **authentication-client:** Properly handle missing token error ([#2700](https://github.com/feathersjs/feathers/issues/2700)) ([160746e](https://github.com/feathersjs/feathers/commit/160746e2bceb465fd1b6a003415f8ab38daba521))
|
|
67
|
+
- **cli:** Improve generated application and client ([#2701](https://github.com/feathersjs/feathers/issues/2701)) ([bd55ffb](https://github.com/feathersjs/feathers/commit/bd55ffb812e89bf215f4515e7f137656ea888c3f))
|
|
52
68
|
|
|
69
|
+
# [5.0.0-pre.27](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.26...v5.0.0-pre.27) (2022-07-13)
|
|
53
70
|
|
|
71
|
+
### Bug Fixes
|
|
54
72
|
|
|
55
|
-
|
|
73
|
+
- **authentication-client:** Ensure reAuthenticate works in parallel with other requests ([#2690](https://github.com/feathersjs/feathers/issues/2690)) ([41b3761](https://github.com/feathersjs/feathers/commit/41b376106b47e2f40a8914db7a5ed2935e070c08))
|
|
74
|
+
|
|
75
|
+
# [5.0.0-pre.26](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.25...v5.0.0-pre.26) (2022-06-22)
|
|
56
76
|
|
|
57
77
|
**Note:** Version bump only for package @feathersjs/authentication-client
|
|
58
78
|
|
|
79
|
+
# [5.0.0-pre.25](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.24...v5.0.0-pre.25) (2022-06-22)
|
|
59
80
|
|
|
81
|
+
**Note:** Version bump only for package @feathersjs/authentication-client
|
|
60
82
|
|
|
83
|
+
# [5.0.0-pre.24](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.23...v5.0.0-pre.24) (2022-06-21)
|
|
61
84
|
|
|
85
|
+
**Note:** Version bump only for package @feathersjs/authentication-client
|
|
62
86
|
|
|
63
|
-
# [5.0.0-
|
|
87
|
+
# [5.0.0-pre.23](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.22...v5.0.0-pre.23) (2022-06-06)
|
|
64
88
|
|
|
65
89
|
**Note:** Version bump only for package @feathersjs/authentication-client
|
|
66
90
|
|
|
91
|
+
# [5.0.0-pre.22](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.21...v5.0.0-pre.22) (2022-05-24)
|
|
67
92
|
|
|
93
|
+
**Note:** Version bump only for package @feathersjs/authentication-client
|
|
68
94
|
|
|
95
|
+
# [5.0.0-pre.21](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.20...v5.0.0-pre.21) (2022-05-23)
|
|
69
96
|
|
|
97
|
+
**Note:** Version bump only for package @feathersjs/authentication-client
|
|
70
98
|
|
|
71
|
-
# [5.0.0-
|
|
72
|
-
|
|
99
|
+
# [5.0.0-pre.20](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.19...v5.0.0-pre.20) (2022-05-04)
|
|
73
100
|
|
|
74
101
|
### Bug Fixes
|
|
75
102
|
|
|
76
|
-
|
|
77
|
-
|
|
103
|
+
- **dependencies:** Lock monorepo package version numbers ([#2623](https://github.com/feathersjs/feathers/issues/2623)) ([5640c10](https://github.com/feathersjs/feathers/commit/5640c1020cc139994e695d658c08bad3494db507))
|
|
78
104
|
|
|
79
|
-
|
|
105
|
+
# [5.0.0-pre.19](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.18...v5.0.0-pre.19) (2022-05-01)
|
|
80
106
|
|
|
81
|
-
|
|
82
|
-
* Feathers v5 core refactoring and features ([#2255](https://github.com/feathersjs/feathers/issues/2255)) ([2dafb7c](https://github.com/feathersjs/feathers/commit/2dafb7ce14ba57406aeec13d10ca45b1e709bee9))
|
|
83
|
-
* **authentication-client:** Throw separate OauthError in authentication client ([#2189](https://github.com/feathersjs/feathers/issues/2189)) ([fa45ec5](https://github.com/feathersjs/feathers/commit/fa45ec520b21834e103e6fe4200b06dced56c0e6))
|
|
107
|
+
**Note:** Version bump only for package @feathersjs/authentication-client
|
|
84
108
|
|
|
109
|
+
# [5.0.0-pre.18](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.17...v5.0.0-pre.18) (2022-04-11)
|
|
85
110
|
|
|
111
|
+
**Note:** Version bump only for package @feathersjs/authentication-client
|
|
86
112
|
|
|
113
|
+
# [5.0.0-pre.17](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.16...v5.0.0-pre.17) (2022-02-15)
|
|
87
114
|
|
|
115
|
+
**Note:** Version bump only for package @feathersjs/authentication-client
|
|
88
116
|
|
|
89
|
-
# [5.0.0-pre.
|
|
117
|
+
# [5.0.0-pre.16](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.15...v5.0.0-pre.16) (2022-01-12)
|
|
90
118
|
|
|
119
|
+
**Note:** Version bump only for package @feathersjs/authentication-client
|
|
91
120
|
|
|
121
|
+
# [5.0.0-pre.15](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.14...v5.0.0-pre.15) (2021-11-27)
|
|
92
122
|
|
|
93
|
-
|
|
123
|
+
### Bug Fixes
|
|
94
124
|
|
|
125
|
+
- **typescript:** Overall typing improvements ([#2478](https://github.com/feathersjs/feathers/issues/2478)) ([b8eb804](https://github.com/feathersjs/feathers/commit/b8eb804158556d9651a8607e3c3fda15e0bfd110))
|
|
95
126
|
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
* **package:** Remove @feathersjs/primus packages from core ([#1919](https://github.com/feathersjs/feathers/issues/1919)) ([d20b7d5](https://github.com/feathersjs/feathers/commit/d20b7d5a70f4d3306e294696156e8aa0337c35e9)), closes [#1899](https://github.com/feathersjs/feathers/issues/1899)
|
|
127
|
+
# [5.0.0-pre.14](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.13...v5.0.0-pre.14) (2021-10-13)
|
|
99
128
|
|
|
129
|
+
**Note:** Version bump only for package @feathersjs/authentication-client
|
|
100
130
|
|
|
101
|
-
|
|
131
|
+
# [5.0.0-pre.13](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.12...v5.0.0-pre.13) (2021-10-13)
|
|
102
132
|
|
|
103
|
-
|
|
133
|
+
**Note:** Version bump only for package @feathersjs/authentication-client
|
|
104
134
|
|
|
135
|
+
# [5.0.0-pre.12](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.11...v5.0.0-pre.12) (2021-10-12)
|
|
105
136
|
|
|
137
|
+
**Note:** Version bump only for package @feathersjs/authentication-client
|
|
106
138
|
|
|
139
|
+
# [5.0.0-pre.11](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.10...v5.0.0-pre.11) (2021-10-06)
|
|
107
140
|
|
|
141
|
+
**Note:** Version bump only for package @feathersjs/authentication-client
|
|
108
142
|
|
|
109
|
-
# [5.0.0-pre.
|
|
143
|
+
# [5.0.0-pre.10](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.9...v5.0.0-pre.10) (2021-09-19)
|
|
110
144
|
|
|
145
|
+
**Note:** Version bump only for package @feathersjs/authentication-client
|
|
111
146
|
|
|
112
|
-
|
|
147
|
+
# [5.0.0-pre.9](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.8...v5.0.0-pre.9) (2021-08-09)
|
|
113
148
|
|
|
114
|
-
|
|
149
|
+
**Note:** Version bump only for package @feathersjs/authentication-client
|
|
115
150
|
|
|
151
|
+
# [5.0.0-pre.8](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.7...v5.0.0-pre.8) (2021-08-09)
|
|
116
152
|
|
|
117
|
-
|
|
153
|
+
**Note:** Version bump only for package @feathersjs/authentication-client
|
|
118
154
|
|
|
119
|
-
|
|
155
|
+
# [5.0.0-pre.7](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.6...v5.0.0-pre.7) (2021-08-09)
|
|
120
156
|
|
|
157
|
+
**Note:** Version bump only for package @feathersjs/authentication-client
|
|
121
158
|
|
|
159
|
+
# [5.0.0-pre.6](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.5...v5.0.0-pre.6) (2021-08-08)
|
|
122
160
|
|
|
123
|
-
|
|
161
|
+
**Note:** Version bump only for package @feathersjs/authentication-client
|
|
124
162
|
|
|
163
|
+
# [5.0.0-pre.5](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.4...v5.0.0-pre.5) (2021-06-23)
|
|
125
164
|
|
|
126
165
|
### Bug Fixes
|
|
127
166
|
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
167
|
+
- **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))
|
|
168
|
+
- **koa:** Use extended query parser for compatibility ([#2397](https://github.com/feathersjs/feathers/issues/2397)) ([b2944ba](https://github.com/feathersjs/feathers/commit/b2944bac3ec6d5ecc80dc518cd4e58093692db74))
|
|
132
169
|
|
|
170
|
+
### Features
|
|
133
171
|
|
|
172
|
+
- **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))
|
|
134
173
|
|
|
135
|
-
|
|
174
|
+
# [5.0.0-pre.4](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.3...v5.0.0-pre.4) (2021-05-13)
|
|
136
175
|
|
|
137
176
|
**Note:** Version bump only for package @feathersjs/authentication-client
|
|
138
177
|
|
|
178
|
+
# [5.0.0-pre.3](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.2...v5.0.0-pre.3) (2021-04-21)
|
|
139
179
|
|
|
180
|
+
### Bug Fixes
|
|
140
181
|
|
|
182
|
+
- **typescript:** Improve TypeScript backwards compatibility ([#2310](https://github.com/feathersjs/feathers/issues/2310)) ([f33be73](https://github.com/feathersjs/feathers/commit/f33be73fc46a533efb15df9aab0658e3240d3897))
|
|
141
183
|
|
|
184
|
+
### Features
|
|
142
185
|
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
**Note:** Version bump only for package @feathersjs/authentication-client
|
|
146
|
-
|
|
186
|
+
- **dependencies:** Remove direct debug dependency ([#2296](https://github.com/feathersjs/feathers/issues/2296)) ([501d416](https://github.com/feathersjs/feathers/commit/501d4164d30c6a126906dc640cdfdc82207ba34a))
|
|
147
187
|
|
|
188
|
+
# [5.0.0-pre.2](https://github.com/feathersjs/feathers/compare/v5.0.0-beta.1...v5.0.0-pre.2) (2021-04-06)
|
|
148
189
|
|
|
190
|
+
**Note:** Version bump only for package @feathersjs/authentication-client
|
|
149
191
|
|
|
192
|
+
# [5.0.0-beta.1](https://github.com/feathersjs/feathers/compare/v5.0.0-beta.0...v5.0.0-beta.1) (2021-04-03)
|
|
150
193
|
|
|
151
|
-
|
|
194
|
+
**Note:** Version bump only for package @feathersjs/authentication-client
|
|
152
195
|
|
|
196
|
+
# [5.0.0-beta.0](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.1...v5.0.0-beta.0) (2021-03-28)
|
|
153
197
|
|
|
154
198
|
### Bug Fixes
|
|
155
199
|
|
|
156
|
-
|
|
200
|
+
- Update Grant usage and other dependencies ([#2264](https://github.com/feathersjs/feathers/issues/2264)) ([7b0f8fa](https://github.com/feathersjs/feathers/commit/7b0f8fad252419ed0ad0bf259cdf3104d322ab60))
|
|
157
201
|
|
|
202
|
+
### Features
|
|
158
203
|
|
|
204
|
+
- Application service types default to any ([#1566](https://github.com/feathersjs/feathers/issues/1566)) ([d93ba9a](https://github.com/feathersjs/feathers/commit/d93ba9a17edd20d3397bb00f4f6e82e804e42ed6))
|
|
205
|
+
- Feathers v5 core refactoring and features ([#2255](https://github.com/feathersjs/feathers/issues/2255)) ([2dafb7c](https://github.com/feathersjs/feathers/commit/2dafb7ce14ba57406aeec13d10ca45b1e709bee9))
|
|
206
|
+
- **authentication-client:** Throw separate OauthError in authentication client ([#2189](https://github.com/feathersjs/feathers/issues/2189)) ([fa45ec5](https://github.com/feathersjs/feathers/commit/fa45ec520b21834e103e6fe4200b06dced56c0e6))
|
|
159
207
|
|
|
208
|
+
# [5.0.0-pre.1](https://github.com/feathersjs/feathers/compare/v4.5.11...v5.0.0-pre.1) (2020-12-17)
|
|
160
209
|
|
|
210
|
+
# [5.0.0-pre.0](https://github.com/feathersjs/feathers/compare/v4.5.4...v5.0.0-pre.0) (2020-05-19)
|
|
161
211
|
|
|
162
|
-
|
|
212
|
+
### chore
|
|
163
213
|
|
|
164
|
-
**
|
|
214
|
+
- **package:** Remove @feathersjs/primus packages from core ([#1919](https://github.com/feathersjs/feathers/issues/1919)) ([d20b7d5](https://github.com/feathersjs/feathers/commit/d20b7d5a70f4d3306e294696156e8aa0337c35e9)), closes [#1899](https://github.com/feathersjs/feathers/issues/1899)
|
|
165
215
|
|
|
216
|
+
### BREAKING CHANGES
|
|
166
217
|
|
|
218
|
+
- **package:** Remove primus packages to be moved into the ecosystem.
|
|
167
219
|
|
|
220
|
+
# [5.0.0-pre.0](https://github.com/feathersjs/feathers/compare/v4.5.4...v5.0.0-pre.0) (2020-05-19)
|
|
168
221
|
|
|
222
|
+
### chore
|
|
169
223
|
|
|
170
|
-
|
|
224
|
+
- **package:** Remove @feathersjs/primus packages from core ([#1919](https://github.com/feathersjs/feathers/issues/1919)) ([d20b7d5](https://github.com/feathersjs/feathers/commit/d20b7d5a70f4d3306e294696156e8aa0337c35e9)), closes [#1899](https://github.com/feathersjs/feathers/issues/1899)
|
|
171
225
|
|
|
172
|
-
|
|
226
|
+
### BREAKING CHANGES
|
|
173
227
|
|
|
228
|
+
- **package:** Remove primus packages to be moved into the ecosystem.
|
|
174
229
|
|
|
230
|
+
## [4.5.11](https://github.com/feathersjs/feathers/compare/v4.5.10...v4.5.11) (2020-12-05)
|
|
175
231
|
|
|
232
|
+
### Bug Fixes
|
|
176
233
|
|
|
234
|
+
- **authentication-client:** Allow reAuthentication using specific strategy ([#2140](https://github.com/feathersjs/feathers/issues/2140)) ([2a2bbf7](https://github.com/feathersjs/feathers/commit/2a2bbf7f8ee6d32b9fac8afab3421286b06e6443))
|
|
235
|
+
- **socketio-client:** Throw an error and show a warning if someone tries to use socket.io-client v3 ([#2135](https://github.com/feathersjs/feathers/issues/2135)) ([cc3521c](https://github.com/feathersjs/feathers/commit/cc3521c935a1cbd690e29b7057998e3898f282db))
|
|
177
236
|
|
|
178
|
-
## [4.5.
|
|
237
|
+
## [4.5.10](https://github.com/feathersjs/feathers/compare/v4.5.9...v4.5.10) (2020-11-08)
|
|
179
238
|
|
|
180
239
|
**Note:** Version bump only for package @feathersjs/authentication-client
|
|
181
240
|
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
## [4.5.4](https://github.com/feathersjs/feathers/compare/v4.5.3...v4.5.4) (2020-04-29)
|
|
241
|
+
## [4.5.9](https://github.com/feathersjs/feathers/compare/v4.5.8...v4.5.9) (2020-10-09)
|
|
187
242
|
|
|
188
243
|
**Note:** Version bump only for package @feathersjs/authentication-client
|
|
189
244
|
|
|
245
|
+
## [4.5.8](https://github.com/feathersjs/feathers/compare/v4.5.7...v4.5.8) (2020-08-12)
|
|
190
246
|
|
|
247
|
+
### Bug Fixes
|
|
191
248
|
|
|
249
|
+
- **authentication-client:** Fix storage type so it works with all supported interfaces ([#2041](https://github.com/feathersjs/feathers/issues/2041)) ([6ee0e78](https://github.com/feathersjs/feathers/commit/6ee0e78d55cf1214f61458f386b94c350eec32af))
|
|
192
250
|
|
|
193
|
-
|
|
194
|
-
## [4.5.3](https://github.com/feathersjs/feathers/compare/v4.5.2...v4.5.3) (2020-04-17)
|
|
251
|
+
## [4.5.7](https://github.com/feathersjs/feathers/compare/v4.5.6...v4.5.7) (2020-07-24)
|
|
195
252
|
|
|
196
253
|
**Note:** Version bump only for package @feathersjs/authentication-client
|
|
197
254
|
|
|
255
|
+
## [4.5.6](https://github.com/feathersjs/feathers/compare/v4.5.5...v4.5.6) (2020-07-12)
|
|
198
256
|
|
|
257
|
+
**Note:** Version bump only for package @feathersjs/authentication-client
|
|
199
258
|
|
|
259
|
+
## [4.5.5](https://github.com/feathersjs/feathers/compare/v4.5.4...v4.5.5) (2020-07-11)
|
|
200
260
|
|
|
261
|
+
**Note:** Version bump only for package @feathersjs/authentication-client
|
|
201
262
|
|
|
202
|
-
## [4.5.
|
|
263
|
+
## [4.5.4](https://github.com/feathersjs/feathers/compare/v4.5.3...v4.5.4) (2020-04-29)
|
|
203
264
|
|
|
204
265
|
**Note:** Version bump only for package @feathersjs/authentication-client
|
|
205
266
|
|
|
267
|
+
## [4.5.3](https://github.com/feathersjs/feathers/compare/v4.5.2...v4.5.3) (2020-04-17)
|
|
206
268
|
|
|
269
|
+
**Note:** Version bump only for package @feathersjs/authentication-client
|
|
207
270
|
|
|
271
|
+
## [4.5.2](https://github.com/feathersjs/feathers/compare/v4.5.1...v4.5.2) (2020-03-04)
|
|
208
272
|
|
|
273
|
+
**Note:** Version bump only for package @feathersjs/authentication-client
|
|
209
274
|
|
|
210
275
|
## [4.5.1](https://github.com/feathersjs/feathers/compare/v4.5.0...v4.5.1) (2020-01-24)
|
|
211
276
|
|
|
212
277
|
**Note:** Version bump only for package @feathersjs/authentication-client
|
|
213
278
|
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
279
|
# [4.5.0](https://github.com/feathersjs/feathers/compare/v4.4.3...v4.5.0) (2020-01-18)
|
|
219
280
|
|
|
220
281
|
**Note:** Version bump only for package @feathersjs/authentication-client
|
|
221
282
|
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
283
|
## [4.4.3](https://github.com/feathersjs/feathers/compare/v4.4.1...v4.4.3) (2019-12-06)
|
|
227
284
|
|
|
228
285
|
**Note:** Version bump only for package @feathersjs/authentication-client
|
|
229
286
|
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
287
|
## [4.4.1](https://github.com/feathersjs/feathers/compare/v4.4.0...v4.4.1) (2019-11-27)
|
|
235
288
|
|
|
236
289
|
**Note:** Version bump only for package @feathersjs/authentication-client
|
|
237
290
|
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
242
291
|
# [4.4.0](https://github.com/feathersjs/feathers/compare/v4.3.11...v4.4.0) (2019-11-27)
|
|
243
292
|
|
|
244
|
-
|
|
245
293
|
### Bug Fixes
|
|
246
294
|
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
295
|
+
- **authentication-client:** Reset authentication promise on socket disconnect ([#1696](https://github.com/feathersjs/feathers/issues/1696)) ([3951626](https://github.com/feathersjs/feathers/commit/395162633ff22e95833a3c2900cb9464bb5b056f))
|
|
252
296
|
|
|
253
297
|
## [4.3.11](https://github.com/feathersjs/feathers/compare/v4.3.10...v4.3.11) (2019-11-11)
|
|
254
298
|
|
|
255
299
|
**Note:** Version bump only for package @feathersjs/authentication-client
|
|
256
300
|
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
|
|
261
301
|
## [4.3.10](https://github.com/feathersjs/feathers/compare/v4.3.9...v4.3.10) (2019-10-26)
|
|
262
302
|
|
|
263
303
|
**Note:** Version bump only for package @feathersjs/authentication-client
|
|
264
304
|
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
269
305
|
## [4.3.9](https://github.com/feathersjs/feathers/compare/v4.3.8...v4.3.9) (2019-10-26)
|
|
270
306
|
|
|
271
307
|
**Note:** Version bump only for package @feathersjs/authentication-client
|
|
272
308
|
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
|
|
277
309
|
## [4.3.7](https://github.com/feathersjs/feathers/compare/v4.3.6...v4.3.7) (2019-10-14)
|
|
278
310
|
|
|
279
|
-
|
|
280
311
|
### Bug Fixes
|
|
281
312
|
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
|
|
313
|
+
- Improve authentication client default storage initialization ([#1613](https://github.com/feathersjs/feathers/issues/1613)) ([d7f5107](https://github.com/feathersjs/feathers/commit/d7f5107ef76297b4ca6db580afc5e2b372f5ee4d))
|
|
287
314
|
|
|
288
315
|
## [4.3.5](https://github.com/feathersjs/feathers/compare/v4.3.4...v4.3.5) (2019-10-07)
|
|
289
316
|
|
|
290
|
-
|
|
291
317
|
### Bug Fixes
|
|
292
318
|
|
|
293
|
-
|
|
294
|
-
|
|
295
|
-
|
|
296
|
-
|
|
297
|
-
|
|
319
|
+
- Authentication type improvements and timeout fix ([#1605](https://github.com/feathersjs/feathers/issues/1605)) ([19854d3](https://github.com/feathersjs/feathers/commit/19854d3))
|
|
298
320
|
|
|
299
321
|
## [4.3.4](https://github.com/feathersjs/feathers/compare/v4.3.3...v4.3.4) (2019-10-03)
|
|
300
322
|
|
|
301
|
-
|
|
302
323
|
### Bug Fixes
|
|
303
324
|
|
|
304
|
-
|
|
305
|
-
|
|
306
|
-
|
|
307
|
-
|
|
308
|
-
|
|
325
|
+
- Typing improvements ([#1580](https://github.com/feathersjs/feathers/issues/1580)) ([7818aec](https://github.com/feathersjs/feathers/commit/7818aec))
|
|
309
326
|
|
|
310
327
|
## [4.3.3](https://github.com/feathersjs/feathers/compare/v4.3.2...v4.3.3) (2019-09-21)
|
|
311
328
|
|
|
312
|
-
|
|
313
329
|
### Bug Fixes
|
|
314
330
|
|
|
315
|
-
|
|
316
|
-
|
|
317
|
-
|
|
318
|
-
|
|
319
|
-
|
|
331
|
+
- Small improvements in dependencies and code sturcture ([#1562](https://github.com/feathersjs/feathers/issues/1562)) ([42c13e2](https://github.com/feathersjs/feathers/commit/42c13e2))
|
|
320
332
|
|
|
321
333
|
## [4.3.2](https://github.com/feathersjs/feathers/compare/v4.3.1...v4.3.2) (2019-09-16)
|
|
322
334
|
|
|
323
335
|
**Note:** Version bump only for package @feathersjs/authentication-client
|
|
324
336
|
|
|
325
|
-
|
|
326
|
-
|
|
327
|
-
|
|
328
|
-
|
|
329
337
|
## [4.3.1](https://github.com/feathersjs/feathers/compare/v4.3.0...v4.3.1) (2019-09-09)
|
|
330
338
|
|
|
331
339
|
**Note:** Version bump only for package @feathersjs/authentication-client
|
|
332
340
|
|
|
333
|
-
|
|
334
|
-
|
|
335
|
-
|
|
336
|
-
|
|
337
341
|
# [4.3.0](https://github.com/feathersjs/feathers/compare/v4.3.0-pre.4...v4.3.0) (2019-08-27)
|
|
338
342
|
|
|
339
|
-
|
|
340
343
|
### Bug Fixes
|
|
341
344
|
|
|
342
|
-
|
|
343
|
-
|
|
344
|
-
|
|
345
|
-
|
|
346
|
-
|
|
345
|
+
- Only remove token on NotAuthenticated error in authentication client and handle error better ([#1525](https://github.com/feathersjs/feathers/issues/1525)) ([13a8758](https://github.com/feathersjs/feathers/commit/13a8758))
|
|
347
346
|
|
|
348
347
|
# [4.3.0-pre.4](https://github.com/feathersjs/feathers/compare/v4.3.0-pre.3...v4.3.0-pre.4) (2019-08-22)
|
|
349
348
|
|
|
350
349
|
**Note:** Version bump only for package @feathersjs/authentication-client
|
|
351
350
|
|
|
352
|
-
|
|
353
|
-
|
|
354
|
-
|
|
355
|
-
|
|
356
351
|
# [4.3.0-pre.3](https://github.com/feathersjs/feathers/compare/v4.3.0-pre.2...v4.3.0-pre.3) (2019-08-19)
|
|
357
352
|
|
|
358
|
-
|
|
359
353
|
### Bug Fixes
|
|
360
354
|
|
|
361
|
-
|
|
362
|
-
|
|
355
|
+
- Update all dependencies ([7d53a00](https://github.com/feathersjs/feathers/commit/7d53a00))
|
|
363
356
|
|
|
364
357
|
### Features
|
|
365
358
|
|
|
366
|
-
|
|
367
|
-
|
|
368
|
-
|
|
369
|
-
|
|
370
|
-
|
|
359
|
+
- Let strategies handle the connection ([#1510](https://github.com/feathersjs/feathers/issues/1510)) ([4329feb](https://github.com/feathersjs/feathers/commit/4329feb))
|
|
371
360
|
|
|
372
361
|
# [4.3.0-pre.2](https://github.com/feathersjs/feathers/compare/v4.3.0-pre.1...v4.3.0-pre.2) (2019-08-02)
|
|
373
362
|
|
|
374
|
-
|
|
375
363
|
### Bug Fixes
|
|
376
364
|
|
|
377
|
-
|
|
378
|
-
|
|
379
|
-
|
|
380
|
-
|
|
381
|
-
|
|
365
|
+
- Do not error in authentication client on logout ([#1473](https://github.com/feathersjs/feathers/issues/1473)) ([8211b98](https://github.com/feathersjs/feathers/commit/8211b98))
|
|
382
366
|
|
|
383
367
|
# [4.3.0-pre.1](https://github.com/feathersjs/feathers/compare/v4.0.0-pre.5...v4.3.0-pre.1) (2019-07-11)
|
|
384
368
|
|
|
385
369
|
**Note:** Version bump only for package @feathersjs/authentication-client
|
|
386
370
|
|
|
387
|
-
|
|
388
|
-
|
|
389
|
-
|
|
390
|
-
|
|
391
371
|
# [4.0.0-pre.5](https://github.com/feathersjs/feathers/compare/v4.0.0-pre.4...v4.0.0-pre.5) (2019-07-10)
|
|
392
372
|
|
|
393
373
|
**Note:** Version bump only for package @feathersjs/authentication-client
|
|
394
374
|
|
|
395
|
-
|
|
396
|
-
|
|
397
|
-
|
|
398
|
-
|
|
399
375
|
# [4.0.0-pre.4](https://github.com/feathersjs/feathers/compare/v4.0.0-pre.3...v4.0.0-pre.4) (2019-07-05)
|
|
400
376
|
|
|
401
377
|
**Note:** Version bump only for package @feathersjs/authentication-client
|
|
402
378
|
|
|
403
|
-
|
|
404
|
-
|
|
405
|
-
|
|
406
|
-
|
|
407
379
|
# [4.0.0-pre.3](https://github.com/feathersjs/feathers/compare/v4.0.0-pre.2...v4.0.0-pre.3) (2019-06-01)
|
|
408
380
|
|
|
409
|
-
|
|
410
381
|
### Bug Fixes
|
|
411
382
|
|
|
412
|
-
|
|
413
|
-
|
|
414
|
-
|
|
415
|
-
|
|
416
|
-
|
|
417
|
-
|
|
418
|
-
|
|
383
|
+
- 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))
|
|
384
|
+
- Typings fix and improvements. ([#1364](https://github.com/feathersjs/feathers/issues/1364)) ([515b916](https://github.com/feathersjs/feathers/commit/515b916))
|
|
385
|
+
- Update dependencies and fix tests ([#1373](https://github.com/feathersjs/feathers/issues/1373)) ([d743a7f](https://github.com/feathersjs/feathers/commit/d743a7f))
|
|
419
386
|
|
|
420
387
|
# [4.0.0-pre.2](https://github.com/feathersjs/feathers/compare/v4.0.0-pre.1...v4.0.0-pre.2) (2019-05-15)
|
|
421
388
|
|
|
422
389
|
**Note:** Version bump only for package @feathersjs/authentication-client
|
|
423
390
|
|
|
424
|
-
|
|
425
|
-
|
|
426
|
-
|
|
427
|
-
|
|
428
391
|
# [4.0.0-pre.1](https://github.com/feathersjs/feathers/compare/v4.0.0-pre.0...v4.0.0-pre.1) (2019-05-08)
|
|
429
392
|
|
|
430
|
-
|
|
431
393
|
### Bug Fixes
|
|
432
394
|
|
|
433
|
-
|
|
434
|
-
|
|
435
|
-
|
|
436
|
-
|
|
437
|
-
|
|
438
|
-
|
|
439
|
-
|
|
440
|
-
|
|
441
|
-
|
|
395
|
+
- Guard against null in client side logout function ([#1319](https://github.com/feathersjs/feathers/issues/1319)) ([fa7f057](https://github.com/feathersjs/feathers/commit/fa7f057))
|
|
396
|
+
- Handle error oAuth redirect in authentication client ([#1307](https://github.com/feathersjs/feathers/issues/1307)) ([12d48ee](https://github.com/feathersjs/feathers/commit/12d48ee))
|
|
397
|
+
- Merge httpStrategies and authStrategies option ([#1308](https://github.com/feathersjs/feathers/issues/1308)) ([afa4d55](https://github.com/feathersjs/feathers/commit/afa4d55))
|
|
398
|
+
- Rename jwtStrategies option to authStrategies ([#1305](https://github.com/feathersjs/feathers/issues/1305)) ([4aee151](https://github.com/feathersjs/feathers/commit/4aee151))
|
|
399
|
+
- Update version number check ([53575c5](https://github.com/feathersjs/feathers/commit/53575c5))
|
|
442
400
|
|
|
443
401
|
# [4.0.0-pre.0](https://github.com/feathersjs/feathers/compare/v3.2.0-pre.1...v4.0.0-pre.0) (2019-04-21)
|
|
444
402
|
|
|
445
|
-
|
|
446
403
|
### Bug Fixes
|
|
447
404
|
|
|
448
|
-
|
|
449
|
-
|
|
450
|
-
|
|
451
|
-
|
|
452
|
-
|
|
453
|
-
|
|
405
|
+
- Authentication core improvements ([#1260](https://github.com/feathersjs/feathers/issues/1260)) ([c5dc7a2](https://github.com/feathersjs/feathers/commit/c5dc7a2))
|
|
406
|
+
- Make Mocha a proper devDependency for every repository ([#1053](https://github.com/feathersjs/feathers/issues/1053)) ([9974803](https://github.com/feathersjs/feathers/commit/9974803))
|
|
407
|
+
- Update adapter common tests ([#1135](https://github.com/feathersjs/feathers/issues/1135)) ([8166dda](https://github.com/feathersjs/feathers/commit/8166dda))
|
|
408
|
+
- Update all dependencies to latest ([#1206](https://github.com/feathersjs/feathers/issues/1206)) ([e51e0f6](https://github.com/feathersjs/feathers/commit/e51e0f6))
|
|
409
|
+
- **package:** update debug to version 3.0.0 ([#61](https://github.com/feathersjs/feathers/issues/61)) ([6f5009c](https://github.com/feathersjs/feathers/commit/6f5009c))
|
|
454
410
|
|
|
455
411
|
### Features
|
|
456
412
|
|
|
457
|
-
|
|
458
|
-
|
|
459
|
-
|
|
460
|
-
|
|
461
|
-
|
|
462
|
-
|
|
463
|
-
|
|
413
|
+
- @feathersjs/authentication-oauth ([#1299](https://github.com/feathersjs/feathers/issues/1299)) ([656bae7](https://github.com/feathersjs/feathers/commit/656bae7))
|
|
414
|
+
- Add authentication through oAuth redirect to authentication client ([#1301](https://github.com/feathersjs/feathers/issues/1301)) ([35d8043](https://github.com/feathersjs/feathers/commit/35d8043))
|
|
415
|
+
- 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))
|
|
416
|
+
- Add TypeScript definitions ([#1275](https://github.com/feathersjs/feathers/issues/1275)) ([9dd6713](https://github.com/feathersjs/feathers/commit/9dd6713))
|
|
417
|
+
- Authentication v3 client ([#1240](https://github.com/feathersjs/feathers/issues/1240)) ([65b43bd](https://github.com/feathersjs/feathers/commit/65b43bd))
|
|
418
|
+
- Authentication v3 core server implementation ([#1205](https://github.com/feathersjs/feathers/issues/1205)) ([1bd7591](https://github.com/feathersjs/feathers/commit/1bd7591))
|
|
464
419
|
|
|
465
420
|
### BREAKING CHANGES
|
|
466
421
|
|
|
467
|
-
|
|
468
|
-
|
|
469
|
-
|
|
470
|
-
|
|
471
|
-
|
|
422
|
+
- Rewrite for authentication v3
|
|
472
423
|
|
|
473
424
|
## [1.0.11](https://github.com/feathersjs/feathers/compare/@feathersjs/authentication-client@1.0.10...@feathersjs/authentication-client@1.0.11) (2019-01-26)
|
|
474
425
|
|
|
475
426
|
**Note:** Version bump only for package @feathersjs/authentication-client
|
|
476
427
|
|
|
477
|
-
|
|
478
|
-
|
|
479
|
-
|
|
480
|
-
|
|
481
428
|
## [1.0.10](https://github.com/feathersjs/feathers/compare/@feathersjs/authentication-client@1.0.9...@feathersjs/authentication-client@1.0.10) (2019-01-02)
|
|
482
429
|
|
|
483
|
-
|
|
484
430
|
### Bug Fixes
|
|
485
431
|
|
|
486
|
-
|
|
487
|
-
|
|
488
|
-
|
|
489
|
-
|
|
490
|
-
|
|
432
|
+
- Update adapter common tests ([#1135](https://github.com/feathersjs/feathers/issues/1135)) ([8166dda](https://github.com/feathersjs/feathers/commit/8166dda))
|
|
491
433
|
|
|
492
434
|
<a name="1.0.9"></a>
|
|
435
|
+
|
|
493
436
|
## [1.0.9](https://github.com/feathersjs/feathers/compare/@feathersjs/authentication-client@1.0.8...@feathersjs/authentication-client@1.0.9) (2018-12-16)
|
|
494
437
|
|
|
495
438
|
**Note:** Version bump only for package @feathersjs/authentication-client
|
|
496
439
|
|
|
497
|
-
|
|
498
|
-
|
|
499
|
-
|
|
500
|
-
|
|
501
440
|
<a name="1.0.8"></a>
|
|
441
|
+
|
|
502
442
|
## [1.0.8](https://github.com/feathersjs/feathers/compare/@feathersjs/authentication-client@1.0.7...@feathersjs/authentication-client@1.0.8) (2018-10-26)
|
|
503
443
|
|
|
504
444
|
**Note:** Version bump only for package @feathersjs/authentication-client
|
|
505
445
|
|
|
506
|
-
|
|
507
|
-
|
|
508
|
-
|
|
509
|
-
|
|
510
446
|
<a name="1.0.7"></a>
|
|
511
|
-
## [1.0.7](https://github.com/feathersjs/feathers/compare/@feathersjs/authentication-client@1.0.6...@feathersjs/authentication-client@1.0.7) (2018-10-25)
|
|
512
447
|
|
|
448
|
+
## [1.0.7](https://github.com/feathersjs/feathers/compare/@feathersjs/authentication-client@1.0.6...@feathersjs/authentication-client@1.0.7) (2018-10-25)
|
|
513
449
|
|
|
514
450
|
### Bug Fixes
|
|
515
451
|
|
|
516
|
-
|
|
517
|
-
|
|
518
|
-
|
|
519
|
-
|
|
520
|
-
|
|
452
|
+
- Make Mocha a proper devDependency for every repository ([#1053](https://github.com/feathersjs/feathers/issues/1053)) ([9974803](https://github.com/feathersjs/feathers/commit/9974803))
|
|
521
453
|
|
|
522
454
|
<a name="1.0.6"></a>
|
|
455
|
+
|
|
523
456
|
## [1.0.6](https://github.com/feathersjs/feathers/compare/@feathersjs/authentication-client@1.0.5...@feathersjs/authentication-client@1.0.6) (2018-09-21)
|
|
524
457
|
|
|
525
458
|
**Note:** Version bump only for package @feathersjs/authentication-client
|
|
526
459
|
|
|
527
|
-
|
|
528
|
-
|
|
529
|
-
|
|
530
|
-
|
|
531
460
|
<a name="1.0.5"></a>
|
|
461
|
+
|
|
532
462
|
## [1.0.5](https://github.com/feathersjs/feathers/compare/@feathersjs/authentication-client@1.0.4...@feathersjs/authentication-client@1.0.5) (2018-09-17)
|
|
533
463
|
|
|
534
464
|
**Note:** Version bump only for package @feathersjs/authentication-client
|
|
535
465
|
|
|
536
|
-
|
|
537
|
-
|
|
538
|
-
|
|
539
|
-
|
|
540
466
|
<a name="1.0.4"></a>
|
|
467
|
+
|
|
541
468
|
## [1.0.4](https://github.com/feathersjs/feathers/compare/@feathersjs/authentication-client@1.0.3...@feathersjs/authentication-client@1.0.4) (2018-09-02)
|
|
542
469
|
|
|
543
470
|
**Note:** Version bump only for package @feathersjs/authentication-client
|
|
544
471
|
|
|
545
472
|
<a name="1.0.3"></a>
|
|
473
|
+
|
|
546
474
|
## 1.0.3
|
|
547
475
|
|
|
548
476
|
- Migrate to Monorepo ([feathers#462](https://github.com/feathersjs/feathers/issues/462))
|
|
549
477
|
|
|
550
478
|
## [v1.0.2](https://github.com/feathersjs/authentication-client/tree/v1.0.2) (2018-01-03)
|
|
479
|
+
|
|
551
480
|
[Full Changelog](https://github.com/feathersjs/authentication-client/compare/v1.0.1...v1.0.2)
|
|
552
481
|
|
|
553
482
|
**Closed issues:**
|
|
@@ -561,6 +490,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
561
490
|
- Update feathers-memory to the latest version 🚀 [\#82](https://github.com/feathersjs/authentication-client/pull/82) ([greenkeeper[bot]](https://github.com/apps/greenkeeper))
|
|
562
491
|
|
|
563
492
|
## [v1.0.1](https://github.com/feathersjs/authentication-client/tree/v1.0.1) (2017-11-16)
|
|
493
|
+
|
|
564
494
|
[Full Changelog](https://github.com/feathersjs/authentication-client/compare/v1.0.0...v1.0.1)
|
|
565
495
|
|
|
566
496
|
**Merged pull requests:**
|
|
@@ -569,6 +499,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
569
499
|
- Update @feathersjs/authentication to the latest version 🚀 [\#79](https://github.com/feathersjs/authentication-client/pull/79) ([greenkeeper[bot]](https://github.com/apps/greenkeeper))
|
|
570
500
|
|
|
571
501
|
## [v1.0.0](https://github.com/feathersjs/authentication-client/tree/v1.0.0) (2017-11-01)
|
|
502
|
+
|
|
572
503
|
[Full Changelog](https://github.com/feathersjs/authentication-client/compare/v1.0.0-pre.1...v1.0.0)
|
|
573
504
|
|
|
574
505
|
**Merged pull requests:**
|
|
@@ -576,6 +507,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
576
507
|
- Update dependencies for release [\#78](https://github.com/feathersjs/authentication-client/pull/78) ([daffl](https://github.com/daffl))
|
|
577
508
|
|
|
578
509
|
## [v1.0.0-pre.1](https://github.com/feathersjs/authentication-client/tree/v1.0.0-pre.1) (2017-10-25)
|
|
510
|
+
|
|
579
511
|
[Full Changelog](https://github.com/feathersjs/authentication-client/compare/v0.3.3...v1.0.0-pre.1)
|
|
580
512
|
|
|
581
513
|
**Closed issues:**
|
|
@@ -592,11 +524,12 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
592
524
|
- Update to new plugin infrastructure [\#74](https://github.com/feathersjs/authentication-client/pull/74) ([daffl](https://github.com/daffl))
|
|
593
525
|
- Update mocha to the latest version 🚀 [\#72](https://github.com/feathersjs/authentication-client/pull/72) ([greenkeeper[bot]](https://github.com/apps/greenkeeper))
|
|
594
526
|
- Add babel-polyfill and package-lock.json [\#68](https://github.com/feathersjs/authentication-client/pull/68) ([daffl](https://github.com/daffl))
|
|
595
|
-
- Passport.verifyJWT
|
|
527
|
+
- Passport.verifyJWT should return Promise\<any\>, not Promise\<string\> [\#65](https://github.com/feathersjs/authentication-client/pull/65) ([zxh19890103](https://github.com/zxh19890103))
|
|
596
528
|
- Update debug to the latest version 🚀 [\#61](https://github.com/feathersjs/authentication-client/pull/61) ([greenkeeper[bot]](https://github.com/apps/greenkeeper))
|
|
597
529
|
- Update ws to the latest version 🚀 [\#60](https://github.com/feathersjs/authentication-client/pull/60) ([greenkeeper[bot]](https://github.com/apps/greenkeeper))
|
|
598
530
|
|
|
599
531
|
## [v0.3.3](https://github.com/feathersjs/authentication-client/tree/v0.3.3) (2017-07-18)
|
|
532
|
+
|
|
600
533
|
[Full Changelog](https://github.com/feathersjs/authentication-client/compare/v0.3.2...v0.3.3)
|
|
601
534
|
|
|
602
535
|
**Closed issues:**
|
|
@@ -614,6 +547,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
614
547
|
- Update README.md [\#47](https://github.com/feathersjs/authentication-client/pull/47) ([bertho-zero](https://github.com/bertho-zero))
|
|
615
548
|
|
|
616
549
|
## [v0.3.2](https://github.com/feathersjs/authentication-client/tree/v0.3.2) (2017-04-30)
|
|
550
|
+
|
|
617
551
|
[Full Changelog](https://github.com/feathersjs/authentication-client/compare/v0.3.1...v0.3.2)
|
|
618
552
|
|
|
619
553
|
**Closed issues:**
|
|
@@ -632,6 +566,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
632
566
|
- Note that auth must be configured after rest/socket clients [\#36](https://github.com/feathersjs/authentication-client/pull/36) ([hubgit](https://github.com/hubgit))
|
|
633
567
|
|
|
634
568
|
## [v0.3.1](https://github.com/feathersjs/authentication-client/tree/v0.3.1) (2017-03-10)
|
|
569
|
+
|
|
635
570
|
[Full Changelog](https://github.com/feathersjs/authentication-client/compare/v0.3.0...v0.3.1)
|
|
636
571
|
|
|
637
572
|
**Closed issues:**
|
|
@@ -644,9 +579,11 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
644
579
|
- Fix \#33 exp claim should be optional [\#34](https://github.com/feathersjs/authentication-client/pull/34) ([whollacsek](https://github.com/whollacsek))
|
|
645
580
|
|
|
646
581
|
## [v0.3.0](https://github.com/feathersjs/authentication-client/tree/v0.3.0) (2017-03-08)
|
|
582
|
+
|
|
647
583
|
[Full Changelog](https://github.com/feathersjs/authentication-client/compare/v0.2.0...v0.3.0)
|
|
648
584
|
|
|
649
585
|
## [v0.2.0](https://github.com/feathersjs/authentication-client/tree/v0.2.0) (2017-03-07)
|
|
586
|
+
|
|
650
587
|
[Full Changelog](https://github.com/feathersjs/authentication-client/compare/v0.1.10...v0.2.0)
|
|
651
588
|
|
|
652
589
|
**Closed issues:**
|
|
@@ -663,6 +600,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
663
600
|
- Add support for socket timeouts and some refactoring [\#30](https://github.com/feathersjs/authentication-client/pull/30) ([daffl](https://github.com/daffl))
|
|
664
601
|
|
|
665
602
|
## [v0.1.10](https://github.com/feathersjs/authentication-client/tree/v0.1.10) (2017-03-03)
|
|
603
|
+
|
|
666
604
|
[Full Changelog](https://github.com/feathersjs/authentication-client/compare/v0.1.9...v0.1.10)
|
|
667
605
|
|
|
668
606
|
**Merged pull requests:**
|
|
@@ -670,6 +608,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
670
608
|
- Remove hardcoded values for Config and Credentials typings [\#28](https://github.com/feathersjs/authentication-client/pull/28) ([myknbani](https://github.com/myknbani))
|
|
671
609
|
|
|
672
610
|
## [v0.1.9](https://github.com/feathersjs/authentication-client/tree/v0.1.9) (2017-03-01)
|
|
611
|
+
|
|
673
612
|
[Full Changelog](https://github.com/feathersjs/authentication-client/compare/v0.1.8...v0.1.9)
|
|
674
613
|
|
|
675
614
|
**Merged pull requests:**
|
|
@@ -677,6 +616,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
677
616
|
- Typescript Definitions [\#25](https://github.com/feathersjs/authentication-client/pull/25) ([AbraaoAlves](https://github.com/AbraaoAlves))
|
|
678
617
|
|
|
679
618
|
## [v0.1.8](https://github.com/feathersjs/authentication-client/tree/v0.1.8) (2017-02-05)
|
|
619
|
+
|
|
680
620
|
[Full Changelog](https://github.com/feathersjs/authentication-client/compare/v0.1.7...v0.1.8)
|
|
681
621
|
|
|
682
622
|
**Closed issues:**
|
|
@@ -689,6 +629,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
689
629
|
- Hoist upgrade handler into current scope by using an arrow function [\#27](https://github.com/feathersjs/authentication-client/pull/27) ([daffl](https://github.com/daffl))
|
|
690
630
|
|
|
691
631
|
## [v0.1.7](https://github.com/feathersjs/authentication-client/tree/v0.1.7) (2017-01-29)
|
|
632
|
+
|
|
692
633
|
[Full Changelog](https://github.com/feathersjs/authentication-client/compare/v0.1.6...v0.1.7)
|
|
693
634
|
|
|
694
635
|
**Closed issues:**
|
|
@@ -703,6 +644,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
703
644
|
- Update passport.js [\#20](https://github.com/feathersjs/authentication-client/pull/20) ([bertho-zero](https://github.com/bertho-zero))
|
|
704
645
|
|
|
705
646
|
## [v0.1.6](https://github.com/feathersjs/authentication-client/tree/v0.1.6) (2016-12-14)
|
|
647
|
+
|
|
706
648
|
[Full Changelog](https://github.com/feathersjs/authentication-client/compare/v0.1.5...v0.1.6)
|
|
707
649
|
|
|
708
650
|
**Closed issues:**
|
|
@@ -714,9 +656,11 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
714
656
|
- Fix linting [\#13](https://github.com/feathersjs/authentication-client/pull/13) ([marshallswain](https://github.com/marshallswain))
|
|
715
657
|
|
|
716
658
|
## [v0.1.5](https://github.com/feathersjs/authentication-client/tree/v0.1.5) (2016-12-13)
|
|
659
|
+
|
|
717
660
|
[Full Changelog](https://github.com/feathersjs/authentication-client/compare/v0.1.4...v0.1.5)
|
|
718
661
|
|
|
719
662
|
## [v0.1.4](https://github.com/feathersjs/authentication-client/tree/v0.1.4) (2016-12-13)
|
|
663
|
+
|
|
720
664
|
[Full Changelog](https://github.com/feathersjs/authentication-client/compare/v0.1.3...v0.1.4)
|
|
721
665
|
|
|
722
666
|
**Closed issues:**
|
|
@@ -729,6 +673,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
729
673
|
- More specific imports for StealJS [\#14](https://github.com/feathersjs/authentication-client/pull/14) ([marshallswain](https://github.com/marshallswain))
|
|
730
674
|
|
|
731
675
|
## [v0.1.3](https://github.com/feathersjs/authentication-client/tree/v0.1.3) (2016-11-23)
|
|
676
|
+
|
|
732
677
|
[Full Changelog](https://github.com/feathersjs/authentication-client/compare/v0.1.2...v0.1.3)
|
|
733
678
|
|
|
734
679
|
**Closed issues:**
|
|
@@ -740,6 +685,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
740
685
|
- Socket reconnect [\#9](https://github.com/feathersjs/authentication-client/pull/9) ([ekryski](https://github.com/ekryski))
|
|
741
686
|
|
|
742
687
|
## [v0.1.2](https://github.com/feathersjs/authentication-client/tree/v0.1.2) (2016-11-22)
|
|
688
|
+
|
|
743
689
|
[Full Changelog](https://github.com/feathersjs/authentication-client/compare/v0.1.1...v0.1.2)
|
|
744
690
|
|
|
745
691
|
**Merged pull requests:**
|
|
@@ -747,6 +693,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
747
693
|
- Custom jwt strategy names [\#8](https://github.com/feathersjs/authentication-client/pull/8) ([ekryski](https://github.com/ekryski))
|
|
748
694
|
|
|
749
695
|
## [v0.1.1](https://github.com/feathersjs/authentication-client/tree/v0.1.1) (2016-11-21)
|
|
696
|
+
|
|
750
697
|
[Full Changelog](https://github.com/feathersjs/authentication-client/compare/v0.1.0...v0.1.1)
|
|
751
698
|
|
|
752
699
|
**Merged pull requests:**
|
|
@@ -754,6 +701,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
754
701
|
- Socket reconnect upgrade auth [\#3](https://github.com/feathersjs/authentication-client/pull/3) ([marshallswain](https://github.com/marshallswain))
|
|
755
702
|
|
|
756
703
|
## [v0.1.0](https://github.com/feathersjs/authentication-client/tree/v0.1.0) (2016-11-18)
|
|
704
|
+
|
|
757
705
|
**Closed issues:**
|
|
758
706
|
|
|
759
707
|
- Relation with feathers-authentication [\#6](https://github.com/feathersjs/authentication-client/issues/6)
|
|
@@ -763,6 +711,4 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
763
711
|
|
|
764
712
|
- Feathers authentication 1.0 compatible client [\#7](https://github.com/feathersjs/authentication-client/pull/7) ([ekryski](https://github.com/ekryski))
|
|
765
713
|
|
|
766
|
-
|
|
767
|
-
|
|
768
|
-
\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)*
|
|
714
|
+
\* _This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)_
|