This is the Authress SDK for Python. Authress provides an authorization API for user identity, access control, and api key management as a drop in SaaS.
The Nuget package connects to the Authress API. You can use Authress to build authentication and authorization directly into your applications and services. Additionally, Authress can be used locally to develop faster without needing an Authress Account.
pip install authress
(you may need to run pip
with root permission: sudo pip install authress
)
Then import the package:
import authress
See the SDK reference guide for a examples of commonly executed blocks with descriptions.