Skip to content
This repository has been archived by the owner on Aug 29, 2018. It is now read-only.

Latest commit

 

History

History
147 lines (96 loc) · 10 KB

CHANGELOG.md

File metadata and controls

147 lines (96 loc) · 10 KB

Change Log

v2.0.1 (2018-05-04)

Full Changelog

Closed issues:

  • "No auth token" with socketio #60

Merged pull requests:

v2.0.0 (2018-01-21)

Full Changelog

Closed issues:

  • Purpuse of lower casing header option #52
  • Get error in custom verify #48
  • Strategy loses the params on its way #36
  • Strategy succeeds even if user is not found #27
  • Swallowing errors when getting user from service? #14

Merged pull requests:

v1.0.2 (2018-01-03)

Full Changelog

Closed issues:

  • Include data into JWT response #47

Merged pull requests:

v1.0.1 (2017-11-16)

Full Changelog

Closed issues:

  • Cannot authenticate using feathers token #43

Merged pull requests:

  • Add default export for better ES module (TypeScript) compatibility #46 (daffl)
  • Update @feathersjs/authentication to the latest version 🚀 #45 (greenkeeper[bot])

v1.0.0 (2017-11-01)

Full Changelog

Merged pull requests:

  • Update dependencies for release #44 (daffl)

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

Full Changelog

Closed issues:

  • Clean generated project throws Error: You must provide a 'header' in your authentication configuration #35
  • Problem with "header" configuration. Collision of config options? #34
  • Please add example for Auth0 integration #23

Merged pull requests:

v0.3.2 (2017-07-05)

Full Changelog

Closed issues:

  • Verifier is not called in a custom service route #24
  • Module is using the wrong default config key #20
  • Using feathers-authentication-jwt for api key authentication #18
  • Possible to return user id in the payload when authenticate? #13

Merged pull requests:

v0.3.1 (2016-12-29)

Full Changelog

Closed issues:

  • Remove typeof 'string' check for secret #9

Merged pull requests:

  • Fix check for secret not being undefined #12 (daffl)

v0.3.0 (2016-12-14)

Full Changelog

Closed issues:

  • Add docs section on expected request params #7
  • Add support for 'Bearer token' style header #5
  • Re-using the same JWT with Primus / websockets #4

Merged pull requests:

v0.2.0 (2016-11-23)

Full Changelog

Closed issues:

  • Automatically attempt to put the entityId in the payload #2
  • what's the difference between this and feathers-authentication-local? #1

Merged pull requests:

  • Adding payload support and fixing config values #3 (ekryski)

v0.1.0 (2016-11-16)

* This Change Log was automatically generated by github_changelog_generator