@feathersjs/authentication-oauth2
Advanced tools
Comparing version 1.3.0 to 1.3.1
@@ -6,2 +6,13 @@ # Change Log | ||
## [1.3.1](https://github.com/feathersjs/feathers/compare/@feathersjs/authentication-oauth2@1.3.0...@feathersjs/authentication-oauth2@1.3.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.3.0](https://github.com/feathersjs/feathers/compare/@feathersjs/authentication-oauth2@1.2.7...@feathersjs/authentication-oauth2@1.3.0) (2019-01-06) | ||
@@ -8,0 +19,0 @@ |
@@ -94,3 +94,3 @@ const Debug = require('debug'); | ||
errorHandler, | ||
auth.express.emitEvents(authSettings), | ||
auth.express.emitEvents(authSettings, app), | ||
auth.express.setCookie(authSettings), | ||
@@ -97,0 +97,0 @@ auth.express.successRedirect(), |
{ | ||
"name": "@feathersjs/authentication-oauth2", | ||
"description": "An OAuth2 authentication strategy for feathers-authentication using Passport", | ||
"version": "1.3.0", | ||
"version": "1.3.1", | ||
"homepage": "https://feathersjs.com", | ||
@@ -45,14 +45,14 @@ "main": "lib/", | ||
"devDependencies": { | ||
"@feathersjs/authentication": "^2.1.15", | ||
"@feathersjs/authentication": "^2.1.16", | ||
"@feathersjs/feathers": "^3.3.1", | ||
"body-parser": "^1.18.3", | ||
"chai": "^4.1.2", | ||
"feathers-memory": "^2.2.0", | ||
"feathers-memory": "^3.0.0", | ||
"mocha": "^5.2.0", | ||
"passport-github": "^1.1.0", | ||
"passport-strategy": "^1.0.0", | ||
"sinon": "^6.1.5", | ||
"sinon": "^7.2.3", | ||
"sinon-chai": "^3.2.0" | ||
}, | ||
"gitHead": "563503497817563bccd5b288b70f73b91ac19900" | ||
"gitHead": "2a6dc7019926fb92840045e904c7b9ac61c4c9ea" | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
32707