Releases: AccelByte/iam-python-sdk
Releases · AccelByte/iam-python-sdk
1.2.1
What's Changed
- fix(frameworks): Change default strict referer header to False. by @NurFaizin in #22
Full Changelog: 1.2.0...1.2.1
1.2.0
What's Changed
- feat(frameworks): Refactor and standardize error response. by @NurFaizin in #20
Full Changelog: 1.1.0...1.2.0
1.1.0
What's Changed
- feat(async): Add asyncio and FastAPI support by @NurFaizin in #19
Full Changelog: 1.0.0...1.1.0
1.0.0
What's Changed
- feat(client): Add bloom filter support. by @NurFaizin in #18
Full Changelog: 0.12.0...1.0.0
0.12.0
What's Changed
- feat(flask): Add CSRF protection. by @NurFaizin in #15
- feat(flask): Support CORS options. by @NurFaizin in #17
Full Changelog: 0.10.1...0.12.0
0.10.1
What's Changed
- fix(setup): Fixing extra requirements. by @NurFaizin in #16
Full Changelog: 0.10.0...0.10.1
0.10.0
This is the first public release of IAM Python SDK.
The new features of this release:
- 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
- Backgroud refresh token, jwks and revocation list
- Flask framework support