Closed nremond closed 8 years ago
Hello,
In the current process, it is first checked that a token.isExpired and then, the token.expiresIn is recalculated with a new time. As such, it is possible to have a negative value.
token.isExpired
token.expiresIn
Agreed. I've updated my code.
Hello,
In the current process, it is first checked that a
token.isExpired
and then, thetoken.expiresIn
is recalculated with a new time. As such, it is possible to have a negative value.