Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/kushaldas/mfaforgood


https://github.com/kushaldas/mfaforgood

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

# Multi-factor authentication in Django

This is an example project show casing how to enable [Multi-factor
authentication (MFA)](https://en.wikipedia.org/wiki/Multi-factor_authentication) in a Django
web application. One can use TOTP based phone applications or hardware token
(say Yubikey) for this example project.

## Install / Usage

```sh
python -m venv .venv
source .venv/bin/activate
python -m pip install -r requirements.txt
./manage.py migrate
./manage.py createsuperuser
./manage.py runserver
```

Then visit the [home page](http://localhost:8000/).