Authress SDK for authorization as a service and interact with the Authress API.


Keywords
Authorization, as, a, service, Security, authentication, user, Authress, client, access, management, oso, polar, open, source, policy, engine, embedded, batteries, included, authorization-backend, authorization-framework, authorization-middleware, authorization-server, authorizationservice, python
License
Apache-2.0
Install
pip install authress-sdk==2.0.34

Documentation

Authress media banner

Authress SDK for Python

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.

Usage

pip install authress

(you may need to run pip with root permission: sudo pip install authress)

Then import the package:

import authress

Getting Started

Reference Guide

See the SDK reference guide for a examples of commonly executed blocks with descriptions.

SDK Documentation

Quick Examples:

Contribution Guide

Developing for the Python SDK