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
- Host: GitHub
- URL: https://github.com/eventbrite/duo_python
- Owner: eventbrite
- License: other
- Created: 2013-02-28T16:47:57.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2023-05-17T19:06:50.000Z (over 2 years ago)
- Last Synced: 2023-05-17T19:27:54.131Z (over 2 years ago)
- Language: JavaScript
- Homepage: http://www.duosecurity.com/
- Size: 405 KB
- Stars: 0
- Watchers: 14
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
- License: LICENSE.txt
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!