The check done in https://github.com/nickbalestra/zero/blob/master/lib/Strategy/acceptToken.js#L43 is `expiration <= Date.now()` however expiration is always 1000 times less than that ( https://github.com/nickbalestra/zero/blob/master/lib/Strategy/requestToken.js#L33 )
The check done in https://github.com/nickbalestra/zero/blob/master/lib/Strategy/acceptToken.js#L43 is
expiration <= Date.now()however expiration is always 1000 times less than that ( https://github.com/nickbalestra/zero/blob/master/lib/Strategy/requestToken.js#L33 )