django_yubico – Yubico Django Authentication Backend¶
| Author: | Tomaz Muraus <tomazREMOVE@tomaz.me> |
|---|---|
| Maintainer: | Tomaz Muraus <tomazREMOVE@tomaz.me> |
| Version: | 0.2 |
| Source: | github.org |
| Bug tracker: | http://github.com/issues |
Yubico Django is an authentication backend for Django framework which supports Yubikey OTP authentication.
To get up and started quickly, visit the Installation page.
Contents:¶
- Installation
- Step 1: Install this module
- Step 2: Add django_yubico to the INSTALLED_APPS
- Step 3: Run syncdb to generate the necessary table
- Step 4: Login to the admin panel and add one or more YubiKeys
- Step 5: Enable the custom authentication backend
- Step 6: Load the module urls.py file
- Step 7: Test if everything works
- Available authentication backends
- Settings
- FAQ
- Changelog
- Other
- Links and references