Skip to content

Releases: go-authgate/sdk-python

v0.2.2

18 Mar 15:37
c2a2a0d

Choose a tag to compare

Changelog

Bug fixes

  • 04dee52: fix(oauth): rename user_info to userinfo and fix example attribute access (@appleboy)

Enhancements

v0.2.1

18 Mar 15:05
234b29b

Choose a tag to compare

Changelog

Enhancements

v0.2.0

18 Mar 14:52
332d4f9

Choose a tag to compare

Changelog

Enhancements

Refactor

  • e14228d: refactor(examples): improve security posture and authentication guidance (@appleboy)
  • d4f4f69: refactor(sdk): deduplicate shared logic and fix type annotations (@appleboy)

Build process updates

Documentation updates

  • d30c547: docs(examples): add comprehensive authentication flow examples (@appleboy)
  • 4f2c9f2: docs(examples): improve example docs and environment configuration (@appleboy)

Others

  • 3cd7f84: style(formatting): normalize client code formatting and style (@appleboy)
  • 75627a6: style(authflow): remove unused noqa directive in authcode (@appleboy)