Skip to content

Releases: authorizerdev/authorizer-py

0.2.0

17 Jun 01:10
04756a2

Choose a tag to compare

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

14 Jun 19:02
a4dbc12

Choose a tag to compare

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