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