Skip to content

wilfredpine/django-auth-system

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 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