loopback-component-oauth2
Advanced tools
Comparing version 2.3.5 to 2.3.6
@@ -0,1 +1,9 @@ | ||
2015-08-31, Version 2.3.6 | ||
========================= | ||
* Add debug for authenticate options (Raymond Feng) | ||
* Fix OAuthScope options (Jonathan Woolsey) | ||
2015-08-07, Version 2.3.5 | ||
@@ -2,0 +10,0 @@ ========================= |
@@ -55,3 +55,3 @@ var tokenDef = require('../../common/models/oauth-token.json'); | ||
scopeDef.properties, | ||
scopeDef); | ||
getSettings(scopeDef)); | ||
@@ -58,0 +58,0 @@ // "OAuth scope mapping" |
@@ -161,2 +161,3 @@ var async = require('async') | ||
options = options || {}; | ||
debug('Setting up authentication:', options); | ||
@@ -163,0 +164,0 @@ var authenticators = []; |
{ | ||
"name": "loopback-component-oauth2", | ||
"version": "2.3.5", | ||
"version": "2.3.6", | ||
"description": "OAuth 2.0 provider for LoopBack", | ||
@@ -51,3 +51,3 @@ "keywords": [ | ||
"optionalDependencies": { | ||
"sl-blip": "http://blip.strongloop.com/loopback-component-oauth2@2.3.5" | ||
"sl-blip": "http://blip.strongloop.com/loopback-component-oauth2@2.3.6" | ||
}, | ||
@@ -54,0 +54,0 @@ "engines": { |
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
461333
4347