Skip to content

Releases: acronis/go-authkit

v0.9.0

18 Nov 20:40
Compare
Choose a tag to compare

What's Changed

  • Accept JWT Access Tokens with application/at+jwt "typ" field by @vasayxtx in #20

Full Changelog: v0.8.0...v0.9.0

v0.8.0

13 Nov 15:18
Compare
Choose a tag to compare

What's Changed

  • Implement introspection endpoint discovery cache by @vasayxtx in #19

Full Changelog: v0.7.0...v0.8.0

v0.7.0

11 Nov 14:20
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.6.0...v0.7.0

v0.6.0

04 Nov 10:08
Compare
Choose a tag to compare

What's Changed

  • Make idptest.NewHTTPServer() ready to use even with default options by @vasayxtx in #17

Full Changelog: v0.5.0...v0.6.0

v0.5.0

31 Oct 10:55
Compare
Choose a tag to compare

What's Changed

  • Use term "endpoint" instead of "target" for gRPC server address by @vasayxtx in #11
  • Support tokens exchange via gRPC by @vasayxtx in #12
  • Log error when token introspection fails by @vasayxtx in #16
  • Add server example for introspection via gRPC by @vasayxtx in #15
  • Use snake_case for all fields in idp_token.proto by @vasayxtx in #13
  • Check expiration of introspected token by cached claims by @vasayxtx in #14

Full Changelog: v0.4.0...v0.5.0

v0.4.0

23 Oct 11:56
Compare
Choose a tag to compare

What's Changed

  • Return errors instead of panicing + refactoring by @vasayxtx in #10

Full Changelog: v0.3.0...v0.4.0

v0.3.0

18 Oct 12:19
Compare
Choose a tag to compare

What's Changed

  • Validate code coverage in CI by @vasayxtx in #8
  • Pass SkipClaimsValidation to jwt lib. by @yoskini in #9

New Contributors

Full Changelog: v0.2.0...v0.3.0

v0.2.0

08 Oct 13:08
Compare
Choose a tag to compare

What's Changed

  • Fix conn refused related tests for win env (#3)
  • Actualize README.md and add more examples (#5, #6)

Full Changelog: v0.1.0...v0.2.0

v0.1.0

03 Oct 13:09
0ecc08d
Compare
Choose a tag to compare

Initial release