Skip to content

wilfredpine/django-auth-system

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Authentication System using Django Framework

A simple authentication system using django framework with the following features:

  • Authentication
  • Role management
  • Brute force protection
  • SQL injection and Cross-Site Scripting (XSS) protection
  • CSRF protection
  • Content Security Policy (CSP)
  • Logs

Features:

  • register
  • login
  • logout
  • email verification
  • forgot password
  • multiple user role validation

Installation

  • clone
  • open terminal
  • create virtual environment
  • install requirements.txt
  • cd django-auth-system
  • setup .env
  • run the project

Want to learn Python & Django?

Python Tutorial

YouTube

Thanks me by

Following wilfredpine

Starred & Forked django-auth-system

Subscribe at confired-official

Learn more?

laravel11-auth-system

expressjs-auth-system

lavalust-auth-system