blob: 28369195d8042c20a2d28fbf9137ccfdba59842e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
# Django Yubitest
A proof-of-concept for using [Yubikey OTP](https://developers.yubico.com/OTP/OTPs_Explained.html) as a required method for logging into a Django application.
## Usage
The usual:
```bash
$ pip install -r requirements.txt
$ python manage.py migrate
```
|