Duo Universal Python SDK
This SDK allows a web developer to quickly add Duo's interactive, self-service, two-factor authentication to any Python3 web login form. Only Python 3 is supported.
Tested Against Python Versions:
- 3.7
- 3.8
- 3.9
- 3.10
- 3.11
TLS 1.2 and 1.3 Support
Duo_universal_python uses Python's ssl module and OpenSSL for TLS operations. Python versions 2.7 (and higher) and 3.5 (and higher) have both TLS 1.2 and TLS 1.3 support.
What's here:
duo_universal- The Python Duo SDK for interacting with the Duo Universal Promptdemo- An example web application with Duo integratedtests- Test cases
Getting Started
To use the SDK in your existing development environment, install it from pypi (https://pypi.org/project/duo_universal).
pip3 install duo_universal
Once it's installed, see our developer documentation at https://duo.com/docs/duoweb and demo/app.py in this repo for guidance on integrating Duo 2FA into your web application.
Contribute
To contribute, fork this repo and make a pull request with your changes when they're ready.
If you're not already working from a dedicated development environment, it's recommended a virtual environment is used. Assuming a virtual environment named env, create and activate the environment:
python3 -m venv env
source env/bin/activate
Build and install the SDK from source:
pip3 install -r requirements.txt
pip3 install .
Tests
Install the test requirements:
cd tests
pip3 install -r requirements.txt
Then run tests from the test directory:
# Run an individual test file
python3 <test_name>.py
# Run all tests with unittest
python3 -m unittest
Lint
flake8
Support
Please report any bugs, feature requests, or issues to us directly at support@duosecurity.com.
Thank you for using Duo!
Release files for duo-universal 2.3.1
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| duo_universal-2.3.1.tar.gz | 30.9 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| duo_universal-2.3.1-py2.py3-none-any.whl | Python 3, Python 2 | none | any | Details |
Total release size: 52.0 kB
Release files / duo_universal-2.3.1.tar.gz
| Download URL | duo_universal-2.3.1.tar.gz |
|---|---|
| Size | 30.9 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
2474d20e86a67632f2976e962cf417794e37e8982c28dfb7ccb94f1303d602b5
|
|
BLAKE2b-256 checksum How to use checksums |
36687efd09ee3c9b07e37510dd60149e112b408e1a63d90749c15f95cbac512a
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/7.0.0 CPython/3.14.7
|
Release files / duo_universal-2.3.1-py2.py3-none-any.whl
| Download URL | duo_universal-2.3.1-py2.py3-none-any.whl |
|---|---|
| Size | 21.1 kB |
| Tags | Python 2 Python 3 |
|
SHA-256 checksum How to use checksums |
872db644b3fbea0c6935f64a267e523bed33910b5298e5992fc389729e49eb3f
|
|
BLAKE2b-256 checksum How to use checksums |
89429e8ed250cc7b085f6f9e25e1db28c46e05fd8f2db0f1c7a28757ea17e20e
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/7.0.0 CPython/3.14.7
|