Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Allow for more clock drift when generating the JWT
In my tests, sometimes even though the 10 minutes maximum expire time worked when searching for the comment, it still was possible for the subsequent request (appending to the comment) to fail with: 'Expiration time' claim ('exp') is too far in the future Let's work around that by avoiding the full 10 minutes expiry and going for 9 instead. Signed-off-by: Johannes Schindelin <[email protected]>
- Loading branch information