Skip to content

Releases: acronis/go-authkit

v0.12.0

11 Dec 07:59
Compare
Choose a tag to compare

What's Changed

  • Collect Prometheus metrics with token introspection result status by @vasayxtx in #25

Full Changelog: v0.11.0...v0.12.0

v0.11.0

09 Dec 12:03
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.10.0...v0.11.0

v0.10.0

02 Dec 08:54
Compare
Choose a tag to compare

What's Changed

  • Support JWT Claims content customization by @vasayxtx in #21
  • Fix lib version detection when the major ver is greater than 1 by @vasayxtx in #22
  • Update README.md doc by @vasayxtx in #23

Full Changelog: v0.9.0...v0.10.0

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