Skip to content

Releases: jentz/oidc-cli

v0.1.23

05 May 13:03
7858363

Choose a tag to compare

Changelog

  • 265bbfa Update README/Usage (#134)
  • 792e724 chore(deps): bump goreleaser/goreleaser-action from 7.0.0 to 7.1.0 (#135)
  • 7858363 chore(deps): bump goreleaser/goreleaser-action from 7.1.0 to 7.2.1 (#136)
  • c84e42f fix: correct token request with dpop for device flow (#137)
  • e0c7942 fix: handle callback response status and logging for template execution errors (#132)
  • 49eae43 fix: pin third-party actions to commit SHAs (#130)
  • 97756a9 refactor: bundle parser args into ParseInput struct (#131)
  • 15e9548 refactor: extract readTokenFromStdin helper (#127)
  • a4b23dd refactor: fully initialize Config in initGlobalConfig (#133)
  • 31e9c6e refactor: inject stdin reader into cmd parsers (#126)
  • 4eebbd2 refactor: remove default logger and inject via config (#128)

v0.1.22

02 Apr 17:50
330a6c8

Choose a tag to compare

Changelog

  • a4fc821 add pkce support for device flow (#118)
  • 5cdf59f chore(deps): bump github.com/golang-jwt/jwt/v5 from 5.3.0 to 5.3.1 (#119)
  • 0a9fce3 chore(deps): bump goreleaser/goreleaser-action from 6 to 7
  • 6ce9176 feat: upgrade to Go 1.26.1 (#121)
  • 8753c37 fix: remove deprecated homebrew_casks conflicts.formula
  • 330a6c8 fix: remove redundant Go module cache step (#124)
  • 8ea8721 fix: respect context cancellation in device flow polling
  • 3f996f5 refactor: speed up httpclient tests (#123)

v0.1.21

26 Jan 16:09

Choose a tag to compare

Changelog

  • a1ab1a7 add pkce support for device flow
  • 77178ad fix copy-paste error

v0.1.20

23 Jan 17:24
119acfc

Choose a tag to compare

Changelog

  • 119acfc chore(deps): bump actions/cache from 4 to 5 (#115)
  • 46bde8a chore(deps): bump actions/checkout from 5 to 6 (#113)
  • e5d6ea8 chore(deps): bump golangci/golangci-lint-action from 8 to 9 (#112)
  • 479a15f feat: adds support for device authorization grant (#116)

v0.1.19

15 Oct 12:36
521a43f

Choose a tag to compare

What's Changed

  • feature: support token exchange by @remcojansen in #109
  • Use http.DefaultTransport to support HTTP proxy from environment by @alxarch in #111
  • chore(deps): bump actions/setup-go from 5 to 6 by @dependabot[bot] in #110

New Contributors

Full Changelog: v0.1.18...v0.1.19

v0.1.18

18 Jun 19:33
83fd458

Choose a tag to compare

Changelog

v0.1.17

18 Jun 19:21
fa3dc51

Choose a tag to compare

Changelog

  • 810b53a chore: tidy go.mod and go.sum (#85)
  • ae7e416 feat: improve documentation (#84)
  • d1030aa feat: improvements to documentation (#83)
  • fa3dc51 feat: update goreleaser configuration for Homebrew casks (#87)

v0.1.16

14 Jun 15:02
1a4086e

Choose a tag to compare

Changelog

  • 299d911 feat: add authorization code flow implementation (#77)
  • 0e6af32 chore: improve test coverage (#80)
  • 05e35b8 chore: refactor package structure and update import paths (#73)
  • f6ac245 feat: add Makefile for build and test automation (#81)
  • 1a4086e feat: enhance introspection flow with custom arguments and accept header (#82)
  • c8d8031 feat: implement HTTP client with configurable options and response handling (#74)
  • b541903 feat: implement OAuth2 client with token request handling and error management (#75)
  • 85e277a refactor: centralize error handling for token responses (#79)
  • bd5a3ed refactor: simplify auth code flow (#78)
  • 7f6617e refactor: streamline client handling and improve configuration management (#76)

v0.1.15

02 Jun 11:34
165d4df

Choose a tag to compare

Changelog

  • 165d4df chore: move pkg to internal (#72)
  • f485a52 chore: rename vigilant-dollop to oidc-cli (#71)
  • 039dba3 feat: add context support to request execution methods (#70)
  • 68673d0 feat: add test coverage to browser.go (#68)
  • 5a7c5e2 feat: add test coverage to callback.go (#69)
  • 155c514 feat: implement callback server for handling authorization responses (#65)
  • b272718 feat: refactor HTTP client handling in authorization flows and add transport package (#67)
  • 8e6d166 fix: context handling and signal cancellation in authorization flow (#66)

v0.1.14

28 May 17:07
472c30f

Choose a tag to compare

Changelog

  • 203f3bf feat: add context handling and signal cancellation to command execution
  • 472c30f feat: add version command to oidc-cli
  • 219374a refactor: add context support to OIDC flow methods and improve error handling
  • 4a032cc refactor: remove verbose parameter from request execution methods and update logging