Clearblade

Latest version: v2.4.5

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

Scan your dependencies

Page 1 of 2

2.4.4

This release provides an additional way to authenticate a device: using mTLS authentication.
This requires passing an **x509keyPair** when creating the Device object.

Definition: `System.Device(name, x509keyPair={"certfile": "/path/to/your/cert.pem", "keyfile": "/path/to/your.key"})`
Returns: Device object.

mTLS authentication is achieved by a POST request being sent to API `{platformURL}:444/api/v/4/devices/mtls/auth` with the provided x509keyPair being loaded into the SSL context's cert chain. This is handled by the SDK.

2.4.3

What's Changed

* added clean_session param by jwcrawf in https://github.com/ClearBlade/ClearBlade-Python-SDK/pull/20

2.4.2

No changes to source code. Only removed a file that was inadvertently added to PyPi distribution.

2.4.1

What's Changed
* Fix Code in README by ChihweiLHBird in https://github.com/ClearBlade/ClearBlade-Python-SDK/pull/15

New Contributors
* ChihweiLHBird made their first contribution in https://github.com/ClearBlade/ClearBlade-Python-SDK/pull/15

**Full Changelog**: https://github.com/ClearBlade/ClearBlade-Python-SDK/compare/v2.4.0...v2.4.1

2.3.1

2.3.0

Page 1 of 2

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.