Releases: go-authgate/cli
Releases · go-authgate/cli
v0.3.0
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
- 0e12efe: chore: no code changes; prepare for review or placeholder update (@appleboy)
- a3a77fd: chore: update and clean up indirect dependencies (@appleboy)
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
v0.2.0
Changelog
Enhancements
Build process updates
Documentation updates
Others
v0.1.0
v0.0.1
Changelog
Features
- 1aca630: feat: add robust multi-flow OAuth authentication with persistent token cache (appleboy appleboy.tw@gmail.com)
Enhancements
- aa25fdd: chore: update HTTP client and dependencies for improved reliability (appleboy appleboy.tw@gmail.com)
Refactor
- e6d3dec: refactor: enable context-aware operations and graceful shutdown throughout (#3) (Bo-Yi Wu appleboy.tw@gmail.com)
- 682af77: refactor: pass context in all HTTP requests via retry client (appleboy appleboy.tw@gmail.com)
Build process updates
- c4242cc: ci: restrict container workflow to GitHub Container Registry (appleboy appleboy.tw@gmail.com)
- f16909a: build: set project name to authgate-cli in build configuration (appleboy appleboy.tw@gmail.com)
- 1a2ebd1: build: refactor build configuration to simplify release process (appleboy appleboy.tw@gmail.com)
- 36a7170: ci: automate CI/CD and integrate security and quality workflows (appleboy appleboy.tw@gmail.com)
- 2609f05: build: automate development workflow and standardize project tooling (appleboy appleboy.tw@gmail.com)
Documentation updates
- 8149f61: docs: clarify flowchart labels for improved readability (appleboy appleboy.tw@gmail.com)
- 9f88d42: docs: rewrite README with comprehensive docs, structure, and examples (appleboy appleboy.tw@gmail.com)
- b5c8e41: docs: redesign project docs and flowchart for improved clarity (appleboy appleboy.tw@gmail.com)
- 35f1452: docs: add workflow status and security badges to README (appleboy appleboy.tw@gmail.com)
Others
- 763af12: Initial commit (Bo-Yi Wu appleboy.tw@gmail.com)