IAM Python SDK¶
AccelByte IAM Python SDK is a software development kit to help python developers build their own services/apps that makes use of AccelByte User Account Management services [https://accelbyte.io/user-account-management/].
- Free software: Apache Software License 2.0
- Documentation: https://accelbyte.github.io/iam-python-sdk
Features¶
- Client token grant and validation
- Validate access token live on IAM service and local using JWKs
- Get role and validate permission
- Validate scope, role and audience
- Verify ban, phone and email user status
- Background refresh token, jwks and revocation list
- Flask framework support with CSRF protection and CORS options