Skip to content

Latest commit

 

History

History
221 lines (139 loc) · 14 KB

CHANGELOG.md

File metadata and controls

221 lines (139 loc) · 14 KB

Change Log

v1.0.2 (2018-01-03)

Full Changelog

Closed issues:

  • No Auth header added when sending 1st request #80

Merged pull requests:

v1.0.1 (2017-11-16)

Full Changelog

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)

Full Changelog

Merged pull requests:

  • Update dependencies for release #78 (daffl)

v1.0.0-pre.1 (2017-10-25)

Full Changelog

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:

v0.3.3 (2017-07-18)

Full Changelog

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:

v0.3.2 (2017-04-30)

Full Changelog

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:

v0.3.1 (2017-03-10)

Full Changelog

Closed issues:

  • The latest tag on NPM is wrong #35
  • exp claim should be optional #33

Merged pull requests:

v0.3.0 (2017-03-08)

Full Changelog

v0.2.0 (2017-03-07)

Full Changelog

Closed issues:

  • Support authenticated and logout client 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 authenticated and logout events #31 (daffl)
  • Add support for socket timeouts and some refactoring #30 (daffl)

v0.1.10 (2017-03-03)

Full Changelog

Merged pull requests:

  • Remove hardcoded values for Config and Credentials typings #28 (myknbani)

v0.1.9 (2017-03-01)

Full Changelog

Merged pull requests:

v0.1.8 (2017-02-05)

Full Changelog

Closed issues:

  • Uncaught TypeError: Cannot read property 'options' of undefined #26
  • Browser Version #24

Merged pull requests:

  • Hoist upgrade handler into current scope by using an arrow function #27 (daffl)

v0.1.7 (2017-01-29)

Full Changelog

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:

v0.1.6 (2016-12-14)

Full Changelog

Closed issues:

  • logout\(\) doesn't resolve #10

Merged pull requests:

v0.1.5 (2016-12-13)

Full Changelog

v0.1.4 (2016-12-13)

Full Changelog

Closed issues:

  • populateAccessToken tries to access non-existent property #11
  • Socket client should automatically auth on reconnect #2

Merged pull requests:

v0.1.3 (2016-11-23)

Full Changelog

Closed issues:

  • Client should ensure socket.io upgrade is complete before authenticating #4

Merged pull requests:

v0.1.2 (2016-11-22)

Full Changelog

Merged pull requests:

v0.1.1 (2016-11-21)

Full Changelog

Merged pull requests:

v0.1.0 (2016-11-18)

Closed issues:

  • Relation with feathers-authentication #6
  • Client: Docs for getJWT & verifyJWT #1

Merged pull requests:

  • Feathers authentication 1.0 compatible client #7 (ekryski)

* This Change Log was automatically generated by github_changelog_generator