Skip to content

FREDERICO23/django-auth

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Django-auth

This repository implements django authentication with Auth0 single login and TypingDNA Verify's 2FA.

Requirements

  1. Python3 and Git installed on your machine
  2. Auth0 Account
  3. TypingDNA's Account

To follow through:

  • 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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published