This repository implements django authentication with Auth0 single login and TypingDNA Verify's 2FA.
- Python3 and Git installed on your machine
- Auth0 Account
- TypingDNA's Account
- Clone the repository:
$git clone https://github.com/FREDERICO23/django-auth
- Install all the packages using:
$pip install -r requirements.txt
- Once done with installations, create and make migrations by running:
$python3 manage.py makemigrations
$python3 manage.py migrate
- to create a superuser(admin), Run:
$python3 manage.py createsuperuser
. To start the server, run:
$python3 manage.py runserver to start the server
Your browser should open automatically and show the application UI. If it doesn't start automatically, please open it manually and point it to http://localhost:8000