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