v2.0.1 (2018-05-04)
Closed issues:
- "No auth token" with socketio #60
Merged pull requests:
- Update sinon to the latest version 🚀 #59 (greenkeeper[bot])
- Update passport-jwt to the latest version 🚀 #58 (greenkeeper[bot])
- Update sinon-chai to the latest version 🚀 #57 (greenkeeper[bot])
- Fix typo on documentation link #56 (bernardobelchior)
v2.0.0 (2018-01-21)
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:
- Bring back Cookie token extractor #55 (daffl)
- Properly pass through errors in the verifier #54 (daffl)
- Update mocha to the latest version 🚀 #53 (greenkeeper[bot])
v1.0.2 (2018-01-03)
Closed issues:
- Include data into JWT response #47
Merged pull requests:
- Update documentation to correspond with latest release #51 (daffl)
- Update semistandard to the latest version 🚀 #50 (greenkeeper[bot])
- Update feathers-memory to the latest version 🚀 #49 (greenkeeper[bot])
v1.0.1 (2017-11-16)
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)
Merged pull requests:
v1.0.0-pre.1 (2017-10-25)
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:
- Update to Feathers v3 #42 (daffl)
- Rename repository and update to npm scope #41 (daffl)
- Update to new plugin infrastructure #40 (daffl)
- Update mocha to the latest version 🚀 #38 (greenkeeper[bot])
- Update sinon to the latest version 🚀 #37 (greenkeeper[bot])
- Update jsonwebtoken to the latest version 🚀 #33 (greenkeeper[bot])
- Update passport-jwt to the latest version 🚀 #32 (greenkeeper[bot])
- Update debug to the latest version 🚀 #31 (greenkeeper[bot])
- Update sinon to the latest version 🚀 #29 (greenkeeper[bot])
- Update chai to the latest version 🚀 #26 (greenkeeper[bot])
v0.3.2 (2017-07-05)
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:
- Add backwards compatible fallback for #21 #25 (daffl)
- use the correct config key name. Closes #20 #21 (ekryski)
- Update feathers-socketio to the latest version 🚀 #19 (greenkeeper[bot])
- Update semistandard to the latest version 🚀 #17 (greenkeeper[bot])
- Update feathers-hooks to the latest version 🚀 #16 (greenkeeper[bot])
- Update dependencies to enable Greenkeeper 🌴 #15 (greenkeeper[bot])
v0.3.1 (2016-12-29)
Closed issues:
- Remove
typeof 'string'
check for secret #9
Merged pull requests:
v0.3.0 (2016-12-14)
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:
- Document expected request data #8 (marshallswain)
- Add support for using the Bearer scheme in the Auth header #6 (timelesshaze)
v0.2.0 (2016-11-23)
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:
v0.1.0 (2016-11-16)
* This Change Log was automatically generated by github_changelog_generator