Skip to content

Releases: adriangodong/githubjwt

0.0.6

Choose a tag to compare

@adriangodong adriangodong released this 28 Mar 03:47
  • Added issued_at time offset to account for clock desync between client and server (#60)
  • Updated dependencies

0.0.5

Choose a tag to compare

@adriangodong adriangodong released this 07 Aug 05:58
04448f9

Changes in this release:

  • Updated all dependencies to latest version (#49)

0.0.4

Choose a tag to compare

@adriangodong adriangodong released this 26 Dec 17:11
1501943

Changes in this release:

  • Upgraded to netstandard2.0, netcoreapp3.1.
  • Updated dependencies.

0.0.3

Choose a tag to compare

@adriangodong adriangodong released this 11 Aug 19:35
100ad58

Changes in this release:

  • Added StringPrivateKeySource to use when your private key is already in memory. #3 #4

0.0.2

Choose a tag to compare

@adriangodong adriangodong released this 20 Mar 03:47
9bad63b

Changes in this release:

  • Downgraded to .NET Standard 1.4. Running on .NET Core 1.1 application host seems to work now. #2