@feathersjs/authentication-oauth2
Advanced tools
Comparing version 1.2.6 to 1.2.7
@@ -6,2 +6,13 @@ # Change Log | ||
## [1.2.7](https://github.com/feathersjs/feathers/compare/@feathersjs/authentication-oauth2@1.2.6...@feathersjs/authentication-oauth2@1.2.7) (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.2.6"></a> | ||
@@ -8,0 +19,0 @@ ## [1.2.6](https://github.com/feathersjs/feathers/compare/@feathersjs/authentication-oauth2@1.2.5...@feathersjs/authentication-oauth2@1.2.6) (2018-12-16) |
{ | ||
"name": "@feathersjs/authentication-oauth2", | ||
"description": "An OAuth2 authentication strategy for feathers-authentication using Passport", | ||
"version": "1.2.6", | ||
"version": "1.2.7", | ||
"homepage": "https://feathersjs.com", | ||
@@ -39,4 +39,4 @@ "main": "lib/", | ||
"@feathersjs/commons": "^4.0.0", | ||
"@feathersjs/errors": "^3.3.5", | ||
"@feathersjs/express": "^1.3.0", | ||
"@feathersjs/errors": "^3.3.6", | ||
"@feathersjs/express": "^1.3.1", | ||
"debug": "^4.0.0", | ||
@@ -46,4 +46,4 @@ "lodash.merge": "^4.6.1" | ||
"devDependencies": { | ||
"@feathersjs/authentication": "^2.1.14", | ||
"@feathersjs/feathers": "^3.3.0", | ||
"@feathersjs/authentication": "^2.1.15", | ||
"@feathersjs/feathers": "^3.3.1", | ||
"body-parser": "^1.18.3", | ||
@@ -58,3 +58,3 @@ "chai": "^4.1.2", | ||
}, | ||
"gitHead": "3bbba49daf1e62f358b426002ec9684f4bcaac89" | ||
"gitHead": "8c3a740ada9c9a0a25204d72f8ce982ad2887331" | ||
} |
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
31820
Updated@feathersjs/errors@^3.3.6
Updated@feathersjs/express@^1.3.1