gapitoken-generic
Advanced tools
Comparing version 0.0.3 to 0.0.4
@@ -13,3 +13,3 @@ var https = require('https'); | ||
this.prn = options.prn; | ||
this.aud = options.audience || 'https://accounts.google.com/o/oauth2/token'; | ||
this.aud = options.aud || 'https://accounts.google.com/o/oauth2/token'; | ||
this.host = options.host || 'accounts.google.com'; | ||
@@ -16,0 +16,0 @@ this.path = options.path || '/o/oauth2/token'; |
{ | ||
"name": "gapitoken-generic", | ||
"version": "0.0.3", | ||
"description": "Node.js module for Google-compatible API service account authorization (Server to Server flow)", | ||
"main": "gapitoken.js", | ||
"repository": { | ||
"type": "git", | ||
"url": "git://github.com/lynnaloo/node-gapitoken.git" | ||
}, | ||
"keywords": [ | ||
"jwt", | ||
"jws", | ||
"google", | ||
"api", | ||
"token", | ||
"service" | ||
], | ||
"author": { | ||
"name": "Linda Nichols <lynnaloo@gmail.com>" | ||
}, | ||
"contributors": [ | ||
{ | ||
"name": "Gal Ben-Haim" | ||
}, | ||
{ | ||
"name": "Linda Nichols", | ||
"email": "lynnaloo@gmail.com" | ||
} | ||
], | ||
"license": "MIT", | ||
"readmeFilename": "README.md", | ||
"dependencies": { | ||
"jws": "0.0.2" | ||
} | ||
"name": "gapitoken-generic", | ||
"version": "0.0.4", | ||
"description": "Node.js module for Google-compatible API service account authorization (Server to Server flow)", | ||
"main": "gapitoken.js", | ||
"repository": { | ||
"type": "git", | ||
"url": "git://github.com/lynnaloo/node-gapitoken.git" | ||
}, | ||
"keywords": [ | ||
"jwt", | ||
"jws", | ||
"google", | ||
"api", | ||
"token", | ||
"service" | ||
], | ||
"author": { | ||
"name": "Linda Nichols <lynnaloo@gmail.com>" | ||
}, | ||
"contributors": [ | ||
{ | ||
"name": "Gal Ben-Haim" | ||
}, | ||
{ | ||
"name": "Linda Nichols", | ||
"email": "lynnaloo@gmail.com" | ||
} | ||
], | ||
"license": "MIT", | ||
"readmeFilename": "README.md", | ||
"dependencies": { | ||
"jws": "0.0.2" | ||
} | ||
} |
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
5848
6