Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 512 Bytes

README.md

File metadata and controls

23 lines (18 loc) · 512 Bytes

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