Skip to content

Releases: go-authgate/oauth-cli

v0.2.1

08 Mar 09:38
20e5de3

Choose a tag to compare

Changelog

Refactor

  • 14e2653: refactor(oauth): deduplicate token parsing and fix struct copy bug (#12) (@appleboy)

Build process updates

  • 97a37a8: ci: secure coverage uploads with Codecov token in CI workflow (@appleboy)
  • 20e5de3: ci(workflows): update GitHub Actions to latest versions (@appleboy)

v0.2.0

28 Feb 07:16
ee28937

Choose a tag to compare

Changelog

Features

Refactor

  • fcb971a: refactor: standardize linting and error handling across codebase (#2) (@appleboy)

Build process updates

  • ee28937: ci: update CI GitHub Actions to latest supported versions (@appleboy)

Documentation updates

  • a7aae56: docs: revise and expand authentication documentation for clarity (@appleboy)
  • 7b92e48: docs: document CLI OAuth tool design, testing, and architecture (@appleboy)

v0.1.0

20 Feb 10:34
6dfd1ff

Choose a tag to compare

Changelog

Refactor

  • 6dfd1ff: refactor: refactor OAuth callback server for safe, complete token exchange (@appleboy)

v0.0.1

20 Feb 06:31
dc6f663

Choose a tag to compare

Changelog

Features

Enhancements

Refactor

Build process updates

Documentation updates

Others