Skip to content

Releases: jentz/vigilant-dollop

v0.1.11

31 Oct 07:08
Compare
Choose a tag to compare

Changelog

  • be6677d feat: adds additional auth code flow parameters (#46)
  • 500d785 feat: adds option to skip tls certificate verification
  • dd6505e feat: allows the user to customize the callback url (#45)
  • 65aa3b1 feat: read token from stdin (#43)
  • 8fc9880 removes output that can show secrets

v0.1.10

08 Oct 19:55
Compare
Choose a tag to compare

Changelog

  • 934357f fix: embeds the callback response templates

v0.1.9

07 Oct 12:24
8c0d57b
Compare
Choose a tag to compare

Changelog

  • 59a8a32 adds testing of discovery function
  • d514b0e chore: fmt and cleanups (#37)
  • 8dbbfd2 feat: automatically closes browser window when successful (#38)
  • c44e723 feat: support token introspection (#35)
  • f814046 improves error handling during discovery
  • 8c0d57b refactors the authorization code flow (#41)
  • d91adb8 refactors token endpoint requests (#34)
  • cb5144f renames test and table params
  • 1973a87 supports scopes in client_cred flow (#36)

v0.1.8

19 Jun 17:13
db09cf1
Compare
Choose a tag to compare

Changelog

v0.1.7

18 Jun 18:39
f67db35
Compare
Choose a tag to compare

Changelog

v0.1.5

18 Jun 15:08
b42639c
Compare
Choose a tag to compare

Changelog

v0.1.4

11 Jun 16:00
109c05d
Compare
Choose a tag to compare

Changelog

  • c65ded0 Subcommands (#8)
  • 147dafa adds basic argument validation and tests (#10)
  • 15578c0 adds gh actions pipeline (#7)
  • 690e43b adds pkce support to authorization_code flow (#13)
  • 109c05d changes to version 2 of goreleaser (#15)
  • 24289d0 fixes the go.mod spec (#6)
  • 444dedf implements client_credentials command and re-introduces discovery function
  • 623857c refactors oauth configuration
  • 460834a removes debug log stmt (#14)
  • 3a9bf56 updates readme for runing and testing (#11)

v0.1.3

28 May 08:25
3e827c7
Compare
Choose a tag to compare

Changelog

  • 3e827c7 Merge pull request #5 from jentz/help-formatting
  • b6b4c65 formats the usage text

v0.1.2

28 May 08:19
929652c
Compare
Choose a tag to compare

Changelog

  • 4ab13c2 Adds OIDC discovery endpoint command-line parameter
  • 64a4012 Adds scopes as command-line argument
  • 3fb8d2c Merge pull request #3 from jentz/install-instructions
  • 929652c Merge pull request #4 from jentz/feat/additional-commandline-parameters
  • f578204 adds installation instructions

v0.1.1

27 May 19:21
c371c1d
Compare
Choose a tag to compare

Changelog

  • c371c1d Merge pull request #2 from jentz/goreleaser-homebrew
  • 420c5f8 publishes package to homebrew tap