Skip to content

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

Fix current jwt encoding.

Choose a tag to compare

@asford asford released this 14 Aug 21:16
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.

Choose a tag to compare

@asford asford released this 16 Jun 22:08
v0.1

Fixup package installation and travis config.