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.
Quick Examples:
- Authorize using a user token
- Authorize with a service client
- Using the Authress service client as an API key
- Embedding service clients into your api
- Token verification
Contribution Guide
Release files for authress-sdk 2.0.34
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| authress-sdk-2.0.34.tar.gz | 29.1 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| authress_sdk-2.0.34-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 75.4 kB
Release files / authress-sdk-2.0.34.tar.gz
| Download URL | authress-sdk-2.0.34.tar.gz |
|---|---|
| Size | 29.1 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
141d15ccb47f4dcddbd320cd44bc23722e872b5d54813179ec1592c72a58846d
|
|
BLAKE2b-256 checksum How to use checksums |
7d26621b29dcb382e385c390f22d906f062ad0d68a0fd5f596407526b3b00a70
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.2 CPython/3.11.4
|
Release files / authress_sdk-2.0.34-py3-none-any.whl
| Download URL | authress_sdk-2.0.34-py3-none-any.whl |
|---|---|
| Size | 46.3 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
3819adc97ad01f1a5cb9611e66ae0e4627e72cbaa4b78b1b5f6191c659ec389d
|
|
BLAKE2b-256 checksum How to use checksums |
bcfb903ef598a189fc49d423ef96e17dda9c3dfde1e69bf3ed1372ecaae5a24d
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.2 CPython/3.11.4
|