Two-Factor Authentication Integration in Django Web Application
2024
Web Security
2FA
Django
Python
- Enhanced the security of a Django-based web application by implementing a secure two-factor authentication (2FA) system to protect administrative access
- Configured web server to manage secure device registration and QR-based authentication
- Integrated rate-limiting mechanism to mitigate security risks such as DDoS attacks
- Conducted application-level testing by simulating real-world admin access scenarios to verify secure authentication and error handling