@feathersjs/authentication-oauth1
Version:
A Feathers OAuth1 authentication strategy
209 lines (109 loc) • 11.3 kB
Markdown
# Change Log
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [1.1.1](https://github.com/feathersjs/feathers/compare/@feathersjs/authentication-oauth1@1.1.0...@feathersjs/authentication-oauth1@1.1.1) (2019-01-26)
### Bug Fixes
* **authentication:** Fall back when req.app is not the application when emitting events ([#1185](https://github.com/feathersjs/feathers/issues/1185)) ([6a534f0](https://github.com/feathersjs/feathers/commit/6a534f0))
# [1.1.0](https://github.com/feathersjs/feathers/compare/@feathersjs/authentication-oauth1@1.0.10...@feathersjs/authentication-oauth1@1.1.0) (2019-01-06)
### Features
* Make custom query for oAuth authentication ([#1124](https://github.com/feathersjs/feathers/issues/1124)) ([5d43e3c](https://github.com/feathersjs/feathers/commit/5d43e3c))
## [1.0.10](https://github.com/feathersjs/feathers/compare/@feathersjs/authentication-oauth1@1.0.9...@feathersjs/authentication-oauth1@1.0.10) (2019-01-02)
### Bug Fixes
* Update adapter common tests ([#1135](https://github.com/feathersjs/feathers/issues/1135)) ([8166dda](https://github.com/feathersjs/feathers/commit/8166dda))
<a name="1.0.9"></a>
## [1.0.9](https://github.com/feathersjs/feathers/compare/@feathersjs/authentication-oauth1@1.0.8...@feathersjs/authentication-oauth1@1.0.9) (2018-12-16)
**Note:** Version bump only for package @feathersjs/authentication-oauth1
<a name="1.0.8"></a>
## [1.0.8](https://github.com/feathersjs/feathers/compare/@feathersjs/authentication-oauth1@1.0.7...@feathersjs/authentication-oauth1@1.0.8) (2018-10-25)
### Bug Fixes
* Make Mocha a proper devDependency for every repository ([#1053](https://github.com/feathersjs/feathers/issues/1053)) ([9974803](https://github.com/feathersjs/feathers/commit/9974803))
<a name="1.0.7"></a>
## [1.0.7](https://github.com/feathersjs/feathers/compare/@feathersjs/authentication-oauth1@1.0.6...@feathersjs/authentication-oauth1@1.0.7) (2018-09-21)
**Note:** Version bump only for package @feathersjs/authentication-oauth1
<a name="1.0.6"></a>
## [1.0.6](https://github.com/feathersjs/feathers/compare/@feathersjs/authentication-oauth1@1.0.5...@feathersjs/authentication-oauth1@1.0.6) (2018-09-17)
**Note:** Version bump only for package @feathersjs/authentication-oauth1
<a name="1.0.5"></a>
## [1.0.5](https://github.com/feathersjs/feathers/compare/@feathersjs/authentication-oauth1@1.0.4...@feathersjs/authentication-oauth1@1.0.5) (2018-09-02)
**Note:** Version bump only for package @feathersjs/authentication-oauth1
<a name="1.0.4"></a>
## 1.0.4
- Migrate to Monorepo ([feathers#462](https://github.com/feathersjs/feathers/issues/462))
## [v1.0.3](https://github.com/feathersjs/authentication-oauth1/tree/v1.0.3) (2018-01-03)
[Full Changelog](https://github.com/feathersjs/authentication-oauth1/compare/v1.0.2...v1.0.3)
**Merged pull requests:**
- Update documentation to correspond with latest release [\#40](https://github.com/feathersjs/authentication-oauth1/pull/40) ([daffl](https://github.com/daffl))
- Update semistandard to the latest version 🚀 [\#39](https://github.com/feathersjs/authentication-oauth1/pull/39) ([greenkeeper[bot]](https://github.com/apps/greenkeeper))
- Update feathers-memory to the latest version 🚀 [\#38](https://github.com/feathersjs/authentication-oauth1/pull/38) ([greenkeeper[bot]](https://github.com/apps/greenkeeper))
## [v1.0.2](https://github.com/feathersjs/authentication-oauth1/tree/v1.0.2) (2017-11-16)
[Full Changelog](https://github.com/feathersjs/authentication-oauth1/compare/v1.0.1...v1.0.2)
**Closed issues:**
- No error handler? [\#34](https://github.com/feathersjs/authentication-oauth1/issues/34)
**Merged pull requests:**
- Add default ES module default exports to make TypeScript integration … [\#37](https://github.com/feathersjs/authentication-oauth1/pull/37) ([daffl](https://github.com/daffl))
- Update @feathersjs/authentication to the latest version 🚀 [\#36](https://github.com/feathersjs/authentication-oauth1/pull/36) ([greenkeeper[bot]](https://github.com/apps/greenkeeper))
## [v1.0.1](https://github.com/feathersjs/authentication-oauth1/tree/v1.0.1) (2017-11-06)
[Full Changelog](https://github.com/feathersjs/authentication-oauth1/compare/v1.0.0...v1.0.1)
**Merged pull requests:**
- Add a missing errorr handler [\#35](https://github.com/feathersjs/authentication-oauth1/pull/35) ([Avnerus](https://github.com/Avnerus))
## [v1.0.0](https://github.com/feathersjs/authentication-oauth1/tree/v1.0.0) (2017-11-01)
[Full Changelog](https://github.com/feathersjs/authentication-oauth1/compare/v1.0.0-pre.1...v1.0.0)
**Merged pull requests:**
- Update dependencies for release [\#33](https://github.com/feathersjs/authentication-oauth1/pull/33) ([daffl](https://github.com/daffl))
## [v1.0.0-pre.1](https://github.com/feathersjs/authentication-oauth1/tree/v1.0.0-pre.1) (2017-10-25)
[Full Changelog](https://github.com/feathersjs/authentication-oauth1/compare/v0.2.6...v1.0.0-pre.1)
**Merged pull requests:**
- Update to Feathers v3 [\#32](https://github.com/feathersjs/authentication-oauth1/pull/32) ([daffl](https://github.com/daffl))
- Rename repository and use npm scope [\#31](https://github.com/feathersjs/authentication-oauth1/pull/31) ([daffl](https://github.com/daffl))
- Update to new plugin infrastructure [\#30](https://github.com/feathersjs/authentication-oauth1/pull/30) ([daffl](https://github.com/daffl))
## [v0.2.6](https://github.com/feathersjs/authentication-oauth1/tree/v0.2.6) (2017-10-15)
[Full Changelog](https://github.com/feathersjs/authentication-oauth1/compare/v0.2.5...v0.2.6)
**Closed issues:**
- An in-range update of feathers is breaking the build 🚨 [\#23](https://github.com/feathersjs/authentication-oauth1/issues/23)
- Log a warning if this.service.id is undefined or null [\#16](https://github.com/feathersjs/authentication-oauth1/issues/16)
**Merged pull requests:**
- Erroring if service.id is undefined. Closes \#16 [\#29](https://github.com/feathersjs/authentication-oauth1/pull/29) ([ekryski](https://github.com/ekryski))
- Fix old property name fallback for backwards compatibility [\#28](https://github.com/feathersjs/authentication-oauth1/pull/28) ([ekryski](https://github.com/ekryski))
- changing to patch instead of update when updating an existing user [\#27](https://github.com/feathersjs/authentication-oauth1/pull/27) ([ekryski](https://github.com/ekryski))
- Update mocha to the latest version 🚀 [\#26](https://github.com/feathersjs/authentication-oauth1/pull/26) ([greenkeeper[bot]](https://github.com/apps/greenkeeper))
- Update sinon to the latest version 🚀 [\#25](https://github.com/feathersjs/authentication-oauth1/pull/25) ([greenkeeper[bot]](https://github.com/apps/greenkeeper))
- Add babel-polyfill and package-lock.json [\#24](https://github.com/feathersjs/authentication-oauth1/pull/24) ([daffl](https://github.com/daffl))
- Update debug to the latest version 🚀 [\#22](https://github.com/feathersjs/authentication-oauth1/pull/22) ([greenkeeper[bot]](https://github.com/apps/greenkeeper))
- Update sinon to the latest version 🚀 [\#21](https://github.com/feathersjs/authentication-oauth1/pull/21) ([greenkeeper[bot]](https://github.com/apps/greenkeeper))
## [v0.2.5](https://github.com/feathersjs/authentication-oauth1/tree/v0.2.5) (2017-06-21)
[Full Changelog](https://github.com/feathersjs/authentication-oauth1/compare/v0.2.4...v0.2.5)
**Closed issues:**
- Module is using the wrong default config key [\#17](https://github.com/feathersjs/authentication-oauth1/issues/17)
- When authenticating with stored localStorage jwt, payload doesn't have userId. [\#15](https://github.com/feathersjs/authentication-oauth1/issues/15)
- Support oauth1 endpoint within sub-app or reverse proxy [\#9](https://github.com/feathersjs/authentication-oauth1/issues/9)
- failureRedirect is not followed if it fails during OAuth dance [\#8](https://github.com/feathersjs/authentication-oauth1/issues/8)
**Merged pull requests:**
- chore\(package\): update chai to version 4.0.2 [\#20](https://github.com/feathersjs/authentication-oauth1/pull/20) ([daffl](https://github.com/daffl))
- using correct auth key. Closes 17 [\#18](https://github.com/feathersjs/authentication-oauth1/pull/18) ([ekryski](https://github.com/ekryski))
- Update semistandard to the latest version 🚀 [\#14](https://github.com/feathersjs/authentication-oauth1/pull/14) ([greenkeeper[bot]](https://github.com/apps/greenkeeper))
- Update feathers-hooks to the latest version 🚀 [\#13](https://github.com/feathersjs/authentication-oauth1/pull/13) ([greenkeeper[bot]](https://github.com/apps/greenkeeper))
- Update dependencies to enable Greenkeeper 🌴 [\#12](https://github.com/feathersjs/authentication-oauth1/pull/12) ([greenkeeper[bot]](https://github.com/apps/greenkeeper))
## [v0.2.4](https://github.com/feathersjs/authentication-oauth1/tree/v0.2.4) (2017-03-31)
[Full Changelog](https://github.com/feathersjs/authentication-oauth1/compare/v0.2.3...v0.2.4)
**Closed issues:**
- userId is missing in jwt payload [\#5](https://github.com/feathersjs/authentication-oauth1/issues/5)
- accessToken is not returned when successRedirect is set [\#4](https://github.com/feathersjs/authentication-oauth1/issues/4)
**Merged pull requests:**
- Issue \#9: Support oauth1 endpoint within sub-app or reverse proxy [\#11](https://github.com/feathersjs/authentication-oauth1/pull/11) ([buske](https://github.com/buske))
- Issue \#8: Follow failureRedirect on oauth1 authentication failure [\#10](https://github.com/feathersjs/authentication-oauth1/pull/10) ([buske](https://github.com/buske))
## [v0.2.3](https://github.com/feathersjs/authentication-oauth1/tree/v0.2.3) (2016-12-14)
[Full Changelog](https://github.com/feathersjs/authentication-oauth1/compare/v0.2.2...v0.2.3)
## [v0.2.2](https://github.com/feathersjs/authentication-oauth1/tree/v0.2.2) (2016-12-14)
[Full Changelog](https://github.com/feathersjs/authentication-oauth1/compare/v0.2.1...v0.2.2)
**Merged pull requests:**
- setting \_\_oauth value and fixing redirects [\#3](https://github.com/feathersjs/authentication-oauth1/pull/3) ([ekryski](https://github.com/ekryski))
## [v0.2.1](https://github.com/feathersjs/authentication-oauth1/tree/v0.2.1) (2016-12-14)
[Full Changelog](https://github.com/feathersjs/authentication-oauth1/compare/v0.2.0...v0.2.1)
## [v0.2.0](https://github.com/feathersjs/authentication-oauth1/tree/v0.2.0) (2016-11-23)
[Full Changelog](https://github.com/feathersjs/authentication-oauth1/compare/v0.1.1...v0.2.0)
**Merged pull requests:**
- adding compatibility with payload generation [\#2](https://github.com/feathersjs/authentication-oauth1/pull/2) ([ekryski](https://github.com/ekryski))
## [v0.1.1](https://github.com/feathersjs/authentication-oauth1/tree/v0.1.1) (2016-11-20)
[Full Changelog](https://github.com/feathersjs/authentication-oauth1/compare/v0.1.0...v0.1.1)
## [v0.1.0](https://github.com/feathersjs/authentication-oauth1/tree/v0.1.0) (2016-11-19)
\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)*