quantum-ai-v2/authentication
Claude 7f3b678d39 🔐 Add email verification bypass for testing environments
- Add REQUIRE_EMAIL_VERIFICATION setting (default: True)
- Skip email verification when setting is False
- Auto-verify users and provide welcome bonus when bypassed
- Updated .env.example with documentation
- Allows testing on Railway without email setup until final domain

Perfect for Railway deployment until email/domain configuration is ready.

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-08-02 13:04:16 +05:30
..
management 🔧 Fix email verification 'Not Found' error 2025-07-26 23:37:17 +05:30
migrations 🔒 CRITICAL: Implement comprehensive authentication security improvements 2025-07-26 01:53:05 +05:30
__init__.py first working 2025-07-09 02:15:35 +05:30
admin.py first working 2025-07-09 02:15:35 +05:30
apps.py first working 2025-07-09 02:15:35 +05:30
models.py 🔒 Implement critical security fixes for production readiness 2025-08-01 01:37:08 +05:30
tests.py first working 2025-07-09 02:15:35 +05:30
urls.py 🔒 CRITICAL: Implement comprehensive authentication security improvements 2025-07-26 01:53:05 +05:30
views.py 🔐 Add email verification bypass for testing environments 2025-08-02 13:04:16 +05:30