google-oauth-jwt
Advanced tools
Comparing version 0.0.6 to 0.0.7
@@ -55,3 +55,3 @@ var auth = require('./auth'); | ||
if (this.issued + this.duration > new Date().getTime()) { | ||
if (this.issued + this.duration < new Date().getTime()) { | ||
this.status = 'expired'; | ||
@@ -58,0 +58,0 @@ this.get(callback); |
{ | ||
"name": "google-oauth-jwt", | ||
"version": "0.0.6", | ||
"version": "0.0.7", | ||
"author": { | ||
@@ -5,0 +5,0 @@ "name": "Nicolas Mercier", |
@@ -190,2 +190,3 @@ # google-oauth-jwt | ||
* 0.0.7: fixed token expiration check | ||
* 0.0.6: fixed request function call when using a URI string without options | ||
@@ -192,0 +193,0 @@ * 0.0.5: token now passed using Authorization header (thank you jpd236) |
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
16927
230