All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.
4.5.4 (2020-04-29)
Note: Version bump only for package @feathersjs/authentication-client
4.5.3 (2020-04-17)
Note: Version bump only for package @feathersjs/authentication-client
4.5.2 (2020-03-04)
Note: Version bump only for package @feathersjs/authentication-client
4.5.1 (2020-01-24)
Note: Version bump only for package @feathersjs/authentication-client
4.5.0 (2020-01-18)
Note: Version bump only for package @feathersjs/authentication-client
4.4.3 (2019-12-06)
Note: Version bump only for package @feathersjs/authentication-client
4.4.1 (2019-11-27)
Note: Version bump only for package @feathersjs/authentication-client
4.4.0 (2019-11-27)
4.3.11 (2019-11-11)
Note: Version bump only for package @feathersjs/authentication-client
4.3.10 (2019-10-26)
Note: Version bump only for package @feathersjs/authentication-client
4.3.9 (2019-10-26)
Note: Version bump only for package @feathersjs/authentication-client
4.3.7 (2019-10-14)
4.3.5 (2019-10-07)
4.3.4 (2019-10-03)
4.3.3 (2019-09-21)
4.3.2 (2019-09-16)
Note: Version bump only for package @feathersjs/authentication-client
4.3.1 (2019-09-09)
Note: Version bump only for package @feathersjs/authentication-client
4.3.0 (2019-08-27)
- Only remove token on NotAuthenticated error in authentication client and handle error better (#1525) (13a8758)
4.3.0-pre.4 (2019-08-22)
Note: Version bump only for package @feathersjs/authentication-client
4.3.0-pre.3 (2019-08-19)
- Update all dependencies (7d53a00)
4.3.0-pre.2 (2019-08-02)
4.3.0-pre.1 (2019-07-11)
Note: Version bump only for package @feathersjs/authentication-client
4.0.0-pre.5 (2019-07-10)
Note: Version bump only for package @feathersjs/authentication-client
4.0.0-pre.4 (2019-07-05)
Note: Version bump only for package @feathersjs/authentication-client
4.0.0-pre.3 (2019-06-01)
- Make oAuth paths more consistent and improve authentication client (#1377) (adb2543)
- Typings fix and improvements. (#1364) (515b916)
- Update dependencies and fix tests (#1373) (d743a7f)
4.0.0-pre.2 (2019-05-15)
Note: Version bump only for package @feathersjs/authentication-client
4.0.0-pre.1 (2019-05-08)
- Guard against null in client side logout function (#1319) (fa7f057)
- Handle error oAuth redirect in authentication client (#1307) (12d48ee)
- Merge httpStrategies and authStrategies option (#1308) (afa4d55)
- Rename jwtStrategies option to authStrategies (#1305) (4aee151)
- Update version number check (53575c5)
4.0.0-pre.0 (2019-04-21)
- Authentication core improvements (#1260) (c5dc7a2)
- Make Mocha a proper devDependency for every repository (#1053) (9974803)
- Update adapter common tests (#1135) (8166dda)
- Update all dependencies to latest (#1206) (e51e0f6)
- package: update debug to version 3.0.0 (#61) (6f5009c)
- @feathersjs/authentication-oauth (#1299) (656bae7)
- Add authentication through oAuth redirect to authentication client (#1301) (35d8043)
- Add AuthenticationBaseStrategy and make authentication option handling more explicit (#1284) (2667d92)
- Add TypeScript definitions (#1275) (9dd6713)
- Authentication v3 client (#1240) (65b43bd)
- Authentication v3 core server implementation (#1205) (1bd7591)
- Rewrite for authentication v3
1.0.11 (2019-01-26)
Note: Version bump only for package @feathersjs/authentication-client
1.0.10 (2019-01-02)
1.0.9 (2018-12-16)
Note: Version bump only for package @feathersjs/authentication-client
1.0.8 (2018-10-26)
Note: Version bump only for package @feathersjs/authentication-client
1.0.7 (2018-10-25)
1.0.6 (2018-09-21)
Note: Version bump only for package @feathersjs/authentication-client
1.0.5 (2018-09-17)
Note: Version bump only for package @feathersjs/authentication-client
1.0.4 (2018-09-02)
Note: Version bump only for package @feathersjs/authentication-client
- Migrate to Monorepo (feathers#462)
v1.0.2 (2018-01-03)
Closed issues:
- No Auth header added when sending 1st request #80
Merged pull requests:
- Update to correspond with latest release #84 (daffl)
- Update semistandard to the latest version ๐ #83 (greenkeeper[bot])
- Update feathers-memory to the latest version ๐ #82 (greenkeeper[bot])
v1.0.1 (2017-11-16)
Merged pull requests:
- Add default export for better ES module (TypeScript) compatibility #81 (daffl)
- Update @feathersjs/authentication to the latest version ๐ #79 (greenkeeper[bot])
v1.0.0 (2017-11-01)
Merged pull requests:
v1.0.0-pre.1 (2017-10-25)
Closed issues:
- Error authenticating! Error: Token provided to verifyJWT is missing or not a string ? #73
- Authorization Header not sent!! #69
- users.get(id) failed (Not authenticated) after successful login. #66
Merged pull requests:
- Updates for Feathers v3 #77 (daffl)
- Update Codeclimate token and badges #76 (daffl)
- Rename repository and use npm scope #75 (daffl)
- Update to new plugin infrastructure #74 (daffl)
- Update mocha to the latest version ๐ #72 (greenkeeper[bot])
- Add babel-polyfill and package-lock.json #68 (daffl)
- Passport.verifyJWT should return Promise<any>, not Promise<string> #65 (zxh19890103)
- Update debug to the latest version ๐ #61 (greenkeeper[bot])
- Update ws to the latest version ๐ #60 (greenkeeper[bot])
v0.3.3 (2017-07-18)
Closed issues:
- An in-range update of feathers is breaking the build ๐จ #59
- An in-range update of feathers is breaking the build ๐จ #58
Merged pull requests:
- typings: add auth methods to feathers.Application interface #57 (j2L4e)
- Update feathers-authentication-local to the latest version ๐ #55 (greenkeeper[bot])
- Update chai to the latest version ๐ #54 (greenkeeper[bot])
- Update feathers-socketio to the latest version ๐ #50 (greenkeeper[bot])
- Update socket.io-client to the latest version ๐ #49 (greenkeeper[bot])
- Update README.md #47 (bertho-zero)
v0.3.2 (2017-04-30)
Closed issues:
- An in-range update of feathers-errors is breaking the build ๐จ #45
- Proper way to save jwt in cookies #41
- Allow customizing the
tokenField#38 - Show blank page in safari@iOS 8.3 #37
Merged pull requests:
- Catch getJWT promise errors #46 (NikitaVlaznev)
- Update semistandard to the latest version ๐ #43 (greenkeeper[bot])
- Update feathers-hooks to the latest version ๐ #42 (greenkeeper[bot])
- Update dependencies to enable Greenkeeper ๐ด #40 (greenkeeper[bot])
- Note that auth must be configured after rest/socket clients #36 (hubgit)
v0.3.1 (2017-03-10)
Closed issues:
Merged pull requests:
- Fix #33 exp claim should be optional #34 (whollacsek)
v0.3.0 (2017-03-08)
v0.2.0 (2017-03-07)
Closed issues:
- Support
authenticatedandlogoutclient side events #29 - The default header mismatches the default feathers-authentication header #23
- Re-authenticating fails when passing options #22
- Socket.io timeout does nothing when there is JWT token available #19
Merged pull requests:
- Fix header casing #32 (daffl)
- Add client side
authenticatedandlogoutevents #31 (daffl) - Add support for socket timeouts and some refactoring #30 (daffl)
v0.1.10 (2017-03-03)
Merged pull requests:
v0.1.9 (2017-03-01)
Merged pull requests:
- Typescript Definitions #25 (AbraaoAlves)
v0.1.8 (2017-02-05)
Closed issues:
Merged pull requests:
v0.1.7 (2017-01-29)
Closed issues:
- [Webpack] TypeError: _this4.storage.getItem is not a function #18
- [Feature request] Signup via socket #17
- Missing auth token when used with feathers-rest in comparison to feathers-socketio #16
- Cannot read property 'on' of undefined - feathers-authentication-client #12
Merged pull requests:
- Update passport.js #20 (bertho-zero)
v0.1.6 (2016-12-14)
Closed issues:
logout\(\)doesn't resolve #10
Merged pull requests:
- Fix linting #13 (marshallswain)
v0.1.5 (2016-12-13)
v0.1.4 (2016-12-13)
Closed issues:
- populateAccessToken tries to access non-existent property #11
- Socket client should automatically auth on reconnect #2
Merged pull requests:
- More specific imports for StealJS #14 (marshallswain)
v0.1.3 (2016-11-23)
Closed issues:
- Client should ensure socket.io upgrade is complete before authenticating #4
Merged pull requests:
v0.1.2 (2016-11-22)
Merged pull requests:
v0.1.1 (2016-11-21)
Merged pull requests:
- Socket reconnect upgrade auth #3 (marshallswain)
v0.1.0 (2016-11-18)
Closed issues:
Merged pull requests:
* This Change Log was automatically generated by github_changelog_generator