Add comprehensive HIPAA compliance features and OTP-based authentication: - Configure HIPAA email settings with AES-256 encryption standard - Add secure portal URL and BAA verification configuration - Implement OTP verification for user registration and password reset - Add user model fields for email verification and password reset OTPs - Configure templates directory in Django settings - Add authentication flow endpoints with detailed documentation - Update dependencies to support new security features - Reorganize .gitignore for better structure These changes ensure HIPAA compliance for healthcare data handling with 6-year audit retention, secure email communications, and multi-factor authentication capabilities.
20 lines
772 B
Plaintext
20 lines
772 B
Plaintext
asgiref==3.10.0
|
|
certifi==2025.10.5
|
|
cffi==2.0.0
|
|
charset-normalizer==3.4.4
|
|
cryptography==46.0.3
|
|
Django==5.2.8
|
|
django-cors-headers==4.9.0
|
|
djangorestframework==3.16.1
|
|
djangorestframework_simplejwt==5.5.1
|
|
idna==3.11
|
|
pycparser==2.23
|
|
PyJWT==2.10.1
|
|
python-dotenv==1.2.1
|
|
requests==2.32.5
|
|
sqlparse==0.5.3
|
|
stripe==13.2.0
|
|
typing_extensions==4.15.0
|
|
tzdata==2025.2
|
|
urllib3==2.5.0
|