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