Skip to content

Releases: adriangodong/githubjwt

0.0.6

28 Mar 03:47
Compare
Choose a tag to compare
  • Added issued_at time offset to account for clock desync between client and server (#60)
  • Updated dependencies

0.0.5

07 Aug 05:58
04448f9
Compare
Choose a tag to compare

Changes in this release:

  • Updated all dependencies to latest version (#49)

0.0.4

26 Dec 17:11
1501943
Compare
Choose a tag to compare

Changes in this release:

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

0.0.3

11 Aug 19:35
100ad58
Compare
Choose a tag to compare

Changes in this release:

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

0.0.2

20 Mar 03:47
9bad63b
Compare
Choose a tag to compare

Changes in this release:

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