-
Couldn't load subscription status.
- Fork 29
Open
Description
The itoken expiration time is set by the following code:
self.itoken_expires = time() + self.token_life - 60
That effectively means that setting token_life to a value less than60 secs results in a token with an expiration date set in the past.
Is there a reason to subtract 60 secs from the token_life value? Perhaps it should be dropped.
Metadata
Metadata
Assignees
Labels
No labels