Skip to content

Releases: uw-ipd/git-credential-github-app-auth

Fix current jwt encoding.

14 Aug 21:16

Choose a tag to compare

Encode exp as integer in app jwt.

Fixes 401 errors in current github api due to use of floating point,
rather than integer value in app jwt.

Github, y u change api behavior? ಠ_ಠ

First functional form.

16 Jun 22:08

Choose a tag to compare

v0.1

Fixup package installation and travis config.