Releases: authorizerdev/authorizer-py
Releases · authorizerdev/authorizer-py
0.2.0
What's Changed
- feat: admin API client and protocol selection (graphql/rest/grpc) by @lakhansamani in #1
New Contributors
- @lakhansamani made their first contribution in #1
Full Changelog: 0.1.0...0.2.0
0.1.0
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