Skip to content

Releases: AccelByte/iam-python-sdk

1.2.1

13 Apr 13:08
8306da6

Choose a tag to compare

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

11 Apr 12:23
b7b4100

Choose a tag to compare

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

28 Mar 13:56
073a775

Choose a tag to compare

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

25 Nov 07:28
f14d945

Choose a tag to compare

What's Changed

Full Changelog: 0.12.0...1.0.0

0.12.0

19 Nov 11:24
08c34f9

Choose a tag to compare

What's Changed

Full Changelog: 0.10.1...0.12.0

0.10.1

16 Nov 04:42
2b03d97

Choose a tag to compare

What's Changed

Full Changelog: 0.10.0...0.10.1

0.10.0

09 Nov 06:58
ea3ff2d

Choose a tag to compare

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