Accelbyte-py-sdk

Latest version: v0.70.0

Safety actively analyzes 685525 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 10 of 13

0.21.0

- Remove references to Justice and replaced it with AccelByte Cloud.
- Remove Obsolete Core Mocked tests.
- Add QOSM and Season Pass integration tests.
- Updated spec for AccelByte Cloud v3.29.0.

0.20.0

- ! Only 4XX and 5XX **undocumented** responses are considered as an error.
python
result, error = some_endpoint_with_200_400_response_that_will_return_201()

previously: result (None), error (UndocumentedResponse 201)
now: result (UndocumentedResponse 201), error (None)

- Updated spec for Justice 3.28.

0.19.0

- ! Change default `login_x(auto_refresh)` value to `False`. You are encouraged to use any of the `LoginXTimer` classes.
- Add Sample OIDC App.
- Fix issue with the test entry point.
- Fix performance issue with the (on demand) token refresh.
- Updated spec for Justice 3.27.

0.18.0

- Add and fix unit test(s)
- Updated spec for Justice 3.26.

0.17.0

- Consolidate cli_test 1 and 2
- Fix unit tests
- Updated spec for Justice 3.25.

0.16.0

- ! Add Auto Refresh Token feature
python
import accelbyte_py_sdk.services.auth as auth

result, error = auth.login_user(
"username",
"password",
auto refresh login session when token is close to expiring, if token is set to expire in 60 mins putting a 'refresh_rate' of 0.8,
the SDK will try to refresh the token on your next request when it's 48 mins past the issued time.
auto_refresh=True, default: True
refresh_rate=0.8, default: 0.8
)

- Fix some issues in test scripts
- Refactor AccelByteSDK class
- Update spec for Justice 3.24.

Page 10 of 13

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.