Skip to content
This repository has been archived by the owner on Nov 17, 2020. It is now read-only.

Latest commit

 

History

History
28 lines (14 loc) · 1.13 KB

README.rst

File metadata and controls

28 lines (14 loc) · 1.13 KB

2020-11 - The project is discontinued ⚠️

beame-sdk-python

Beame.io SDK for the Python language. Currently implements token creation and validation functionality only.

For now, Full Beame.io SDK is only for NodeJS.

The Beame SDK allows you to establish an HTTPS session between machines without public IPs. This SDK allows you to create credentials and use them to identify machines. It’s a simple way to use encryption-based identity in web and mobile applications. This transparent security infrastructure can be used in any network, global or local, to create credentials, bind them to users’ hardware, and get strong, crypto-based authentication. This mitigates risk for services that host credentials to require users to prove identity.

Click to Get Started Now!

Installation

Preferably in a virtualenv, issue:

pip install https://github.com/beameio/beame-sdk-python/archive/master.zip

Sample usage

See example.py file.