authlify-js
Advanced tools
Comparing version 0.2.1 to 0.2.3
@@ -43,3 +43,3 @@ 'use strict'; | ||
if (this.jwt_expiry + ExpiryMargin > new Date().getTime()) { | ||
if (this.jwt_expiry - ExpiryMargin < new Date().getTime()) { | ||
return this.api.request('/token', { | ||
@@ -46,0 +46,0 @@ method: 'POST', |
{ | ||
"name": "authlify-js", | ||
"version": "0.2.1", | ||
"version": "0.2.3", | ||
"description": "Authlify API client for JavaScript", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
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