Skip to content

jp9573/Django-Admin-2FA

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Two Factor Authentication for Django Admin Panel

In this project, I've used Google Authenticator for implementing Time-based One-time Password (TOTP) to validate user while login to the Django admin panel.

Steps to run the project

  1. Install dependancies by pip install -r requirements.txt
  2. Database migration by python manage.py migrate
  3. Create superuser by python manage.py createsuperuser
  4. Finally run the project by python manage.py runserver

For detailed guide visit my blog.

Working demo

Working Sample

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages