Skip to content

Releases: go-authgate/examples

v0.2.0

28 Mar 06:54
a532083

Choose a tag to compare

Changelog

Enhancements

Build process updates

v0.1.1

28 Mar 04:19
5b5f1c4

Choose a tag to compare

Changelog

Features

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

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)