Releases: go-authgate/examples
Releases · go-authgate/examples
v0.2.0
v0.1.1
Changelog
Features
- b1a31d9: feat(examples): add python-cli example using go-authgate SDK (@appleboy)
- 4a67c66: feat(examples): add python-m2m example using client credentials grant (@appleboy)
- 2edd837: feat(examples): add bash-cli example using device code flow (#3) (@appleboy)
- a20e641: feat(go): support .env file for configuration (#7) (@appleboy)
- e66db09: feat(python): support .env file for configuration (#8) (@appleboy)
Bug fixes
- 854145d: fix(examples): mask tokens in output and improve error handling (#1) (@appleboy)
- 5b5f1c4: fix(ci): simplify goreleaser to release-notes only and fix dependabot (@appleboy)
Enhancements
- 041389a: chore: remove tracked binary and add .gitignore (#2) (@appleboy)
- d3299f5: chore(deps): update go-authgate SDK and dependencies (@appleboy)
- 54f084a: chore(deps): update go-authgate SDK dependency (@appleboy)
- baa65db: chore(cli): add gitignore and remove tracked binary (@appleboy)
- 387da7d: chore(examples): add uv.lock for python-cli (@appleboy)
Refactor
- 04853d3: refactor(auth): switch CLI authentication to new authgate SDK (@appleboy)
- 3ec49a9: refactor(examples): add go- prefix to example directories (@appleboy)
- b152794: refactor(examples): simplify auth examples and fix response buffering (#4) (@appleboy)
Documentation updates
- ea03719: docs(examples): improve README with quick reference table and use-case grouping (@appleboy)
- 79c08f9: docs(examples): add per-directory README for each example (@appleboy)
- 421f3e9: docs(bash-cli): document .env file support in README (#6) (@appleboy)
- 0e67a7f: docs(examples): document .env file support in root README (#9) (@appleboy)
Others
- 82e00de: chore(m2m,webservice): upgrade sdk-go to v0.5.0 (@appleboy)
- 74a018d: chore(go-authgate): update go-authgate SDK dependency (@appleboy)
- 94cb246: refactor(python-cli): rename AUTHGATE_CLIENT_ID env var to CLIENT_ID (@appleboy)
- bff8eba: fix(python-cli): handle revoked cached token and fix token_info call (@appleboy)
- 4f0ca73: refactor(go-cli): remove explicit device flow mode override (@appleboy)
- 16cddeb: refactor(go-m2m): update client credentials scopes to email and profile (@appleboy)
- b06057e: feat(bash-cli): support .env file for configuration (#5) (@appleboy)