An open API service indexing awesome lists of open source software.

https://github.com/eventbrite/duo_python

Duo two-factor authentication for Python web applications
https://github.com/eventbrite/duo_python

Last synced: 10 months ago
JSON representation

Duo two-factor authentication for Python web applications

Awesome Lists containing this project

README

          

# Overview

**duo_python** - Duo two-factor authentication for Python web applications

Duo provides simple two-factor authentication as a service via:

1. Phone callback
2. SMS-delivered one-time passcodes
3. Duo mobile app to generate one-time passcodes
4. Duo mobile app for smartphone push authentication
5. Duo hardware token to generate one-time passcodes

This package allows a web developer to quickly add Duo's interactive, self-service, two-factor authentication to any web login form - without setting up secondary user accounts, directory synchronization, servers, or hardware.

What's here:

* `js` - Duo Javascript library, to be hosted by your webserver.
* `duo_web.py` - Duo Python SDK to be integrated with your web application
* `test.py` - Unit tests for our SDK

# Usage

Developer documentation:

# Support

Questions? Join the duo_web mailing list at

Report any bugs, feature requests, etc. to us directly:

Have fun!