loopback-component-oauth2
Advanced tools
Comparing version 2.0.0-beta7 to 2.0.0-beta8
@@ -1,4 +0,12 @@ | ||
2015-03-17, Version 2.0.0-beta7 | ||
2015-03-21, Version 2.0.0-beta8 | ||
=============================== | ||
* Fix up the model definitions (Raymond Feng) | ||
2015-03-16, Version 2.0.0-beta7 | ||
=============================== | ||
* 2.0.0-beta7 (Raymond Feng) | ||
* Tidy up scope definition (Raymond Feng) | ||
@@ -5,0 +13,0 @@ |
@@ -7,5 +7,2 @@ { | ||
"type": "string", | ||
"index": { | ||
"unique": true | ||
}, | ||
"id": true, | ||
@@ -12,0 +9,0 @@ "generated": false |
@@ -5,2 +5,6 @@ { | ||
"properties": { | ||
"clientType": { | ||
"type": "string", | ||
"enum": ["public", "confidential"] | ||
}, | ||
"redirectURIs": [ "string" ], | ||
@@ -7,0 +11,0 @@ "tokenEndpointAuthMethod": { |
@@ -7,5 +7,2 @@ { | ||
"type": "string", | ||
"index": { | ||
"unique": true | ||
}, | ||
"id": true, | ||
@@ -46,3 +43,2 @@ "generated": false | ||
}, | ||
"tokenType": { | ||
@@ -52,3 +48,2 @@ "type": "string", | ||
}, | ||
"authenticationScheme": "string", | ||
"hash": "string" | ||
@@ -55,0 +50,0 @@ }, |
@@ -24,2 +24,3 @@ var tokenDef = require('../../common/models/oauth-token.json'); | ||
} | ||
return settings; | ||
} | ||
@@ -26,0 +27,0 @@ |
{ | ||
"name": "loopback-component-oauth2", | ||
"version": "2.0.0-beta7", | ||
"version": "2.0.0-beta8", | ||
"description": "OAuth 2.0 provider for LoopBack", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
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
462602
4179