Skip to content

Releases: indigo-dc/liboidcagent-go

v0.5.0

30 Aug 08:59
6bb14c3
Compare
Choose a tag to compare
  • Add / Adapt getting account info to oidc-agent 5

v0.4.1

25 May 08:23
56922d2
Compare
Choose a tag to compare
  • Bump golang.org/x/crypto from 0.0.0-20210513164829-c07d793c2f9a to 0.1.0

v0.4.0

05 Oct 12:20
245bd08
Compare
Choose a tag to compare
  • Add mytoken support

v0.3.0

25 Nov 10:15
Compare
Choose a tag to compare

This release contains some internal refactoring / rewrites as listed in #5, but the external API did not change.

Additionally the following two functions were added:

  • GetLoadedAccounts
  • GetConfiguredAccounts

v0.2.0

16 Sep 14:50
Compare
Choose a tag to compare

This release adds the new OIDCAgentError error type. On some errors oidc-agent starting at version 4.2.0 returns a help message that should be displayed to the user in order to ease the trouble shooting. This help message is included in the OIDCAgentError and its ErrorWithHelp() function can be used to print the error as well as the help message.

v0.1.0

15 Jun 10:35
Compare
Choose a tag to compare

This is the first tagged release. We now have also moved to go modules.
This release is incompatible with all previous (untagged) versions.