Skip to content

Releases: authorizerdev/authorizer-py

v0.3.0

Choose a tag to compare

@github-actions github-actions released this 19 Aug 06:41
9e8d693

What's Changed

  • feat: machine-identity token grants and admin surface by @lakhansamani in #2
  • chore: release 0.3.0rc0 by @lakhansamani in #3
  • feat: close remaining API parity gaps, fix transport-layer bugs found against rc.7 by @lakhansamani in #5
  • chore: release 0.3.0rc1 by @lakhansamani in #6
  • fix!: match the backend's standardized single-level pagination shape by @lakhansamani in #7
  • fix: drop is_multi_factor_auth_enabled from SignUpRequest by @lakhansamani in #4
  • chore: depend on authorizer-proto instead of vendored _grpc stubs by @lakhansamani in #9
  • feat: rest + grpc for orgs, SSO, SCIM, webauthn; full protocol coverage by @lakhansamani in #10
  • fix!: delete_user takes id, not email by @lakhansamani in #12
  • ci: pass --url, required by server 2.4.0 by @lakhansamani in #13
  • feat(trusted-issuer): expose enable_token_review and apiserver URL by @lakhansamani in #14
  • fix: persist MFA session cookie so skip_mfa_setup works by @lakhansamani in #11
  • refactor(cookies): replace the cookie jar with the store gRPC already uses by @lakhansamani in #15

Full Changelog: 0.2.0...v0.3.0

v0.3.0rc4

Choose a tag to compare

@github-actions github-actions released this 07 Aug 15:40
93b37a8

What's Changed

Full Changelog: v0.3.0rc3...v0.3.0rc4

v0.3.0rc3

Choose a tag to compare

@github-actions github-actions released this 24 Jul 07:25
6c5ce79

What's Changed

  • chore: depend on authorizer-proto instead of vendored _grpc stubs by @lakhansamani in #9

Full Changelog: v0.3.0rc2...v0.3.0rc3

v0.3.0rc2

Choose a tag to compare

@github-actions github-actions released this 23 Jul 23:17
c4e028a

What's Changed

  • fix!: match the backend's standardized single-level pagination shape by @lakhansamani in #7
  • fix: drop is_multi_factor_auth_enabled from SignUpRequest by @lakhansamani in #4

Full Changelog: v0.3.0rc1...v0.3.0rc2

v0.3.0rc1

Choose a tag to compare

@github-actions github-actions released this 23 Jul 09:37
058d689

What's Changed

  • feat: close remaining API parity gaps, fix transport-layer bugs found against rc.7 by @lakhansamani in #5
  • chore: release 0.3.0rc1 by @lakhansamani in #6

Full Changelog: v0.3.0rc0...v0.3.0rc1

v0.3.0rc0

Choose a tag to compare

@github-actions github-actions released this 11 Jul 10:10
acff634

What's Changed

Full Changelog: 0.2.0...v0.3.0rc0

0.2.0

Choose a tag to compare

@lakhansamani lakhansamani released this 17 Jun 01:10
04756a2

What's Changed

  • feat: admin API client and protocol selection (graphql/rest/grpc) by @lakhansamani in #1

New Contributors

Full Changelog: 0.1.0...0.2.0

0.1.0

Choose a tag to compare

@lakhansamani lakhansamani released this 14 Jun 19:02
a4dbc12

First release of the official Python SDK for authorizer.dev.

  • Sync (AuthorizerClient) and async (AsyncAuthorizerClient) clients
  • Full auth surface (login, signup, magic link, OTP/TOTP, profile, sessions)
  • Fine-grained authorization: check_permissions / list_permissions
  • Python 3.9+

Install: pip install authorizer-py