I am aware that using leeway with negative values works as expected. But I am worried of using it in production as there is no documentation about it and, to me, it could be an undocumented behaviour that can change in future without a breaking change documented.
Is leeway expected to accept negative values and help not to use a token if its "almost" expired? If so, can we document it better and make the definition official?
I am happy to to propose a PR to change the docs, just want to check if the behaviour is expected or not.
I am aware that using leeway with negative values works as expected. But I am worried of using it in production as there is no documentation about it and, to me, it could be an undocumented behaviour that can change in future without a breaking change documented.
Is
leeway
expected to accept negative values and help not to use a token if its "almost" expired? If so, can we document it better and make the definition official?I am happy to to propose a PR to change the docs, just want to check if the behaviour is expected or not.