Skip to content

Releases: go-authgate/cli

v0.3.0

24 Feb 10:38
ec35e13

Choose a tag to compare

Changelog

Features

  • 35d7886: feat: add interactive TUI-based OAuth flows with environment detection (#4) (@appleboy)
  • 589489b: feat: display OIDC UserInfo claims in user profile interfaces (@appleboy)

Enhancements

Refactor

  • d35db9e: refactor: refactor authentication flows and improve event handling (#5) (@appleboy)
  • 5182e74: refactor: refactor OAuth flows to use go-httpretry for HTTP requests (@appleboy)
  • ec35e13: refactor: modernize codebase with idiomatic Go patterns and linter updates (#6) (@appleboy)

Documentation updates

  • 7a50404: docs: document contributor guidelines and development workflows (@appleboy)

v0.2.0

20 Feb 14:39
9f95b78

Choose a tag to compare

Changelog

Enhancements

Build process updates

Documentation updates

  • 091a1dc: docs: revamp and expand documentation for improved onboarding (@appleboy)

Others

v0.1.0

20 Feb 10:35
57ae461

Choose a tag to compare

Changelog

Refactor

  • 57ae461: refactor: refactor callback server for in-server token exchange and testing (@appleboy)

v0.0.1

20 Feb 04:43
c4242cc

Choose a tag to compare

Changelog

Features

Enhancements

Refactor

Build process updates

Documentation updates

Others