Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

loopback-component-oauth2

Package Overview
Dependencies
Maintainers
4
Versions
34
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

loopback-component-oauth2 - npm Package Compare versions

Comparing version 2.0.0-beta7 to 2.0.0-beta8

10

CHANGES.md

@@ -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 @@

3

common/models/oauth-authorization-code.json

@@ -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": [

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc