Releases: adriangodong/githubjwt
Releases · adriangodong/githubjwt
0.0.6
- Added issued_at time offset to account for clock desync between client and server (#60)
- Updated dependencies
0.0.5
Changes in this release:
- Updated all dependencies to latest version (#49)
0.0.4
Changes in this release:
- Upgraded to netstandard2.0, netcoreapp3.1.
- Updated dependencies.
0.0.3
Changes in this release:
- Added
StringPrivateKeySource
to use when your private key is already in memory. #3 #4
0.0.2
Changes in this release:
- Downgraded to .NET Standard 1.4. Running on .NET Core 1.1 application host seems to work now. #2