Skip to content

Conversation

@Divyanshi88
Copy link

@Divyanshi88 Divyanshi88 commented Jul 30, 2025

  • Move hardcoded SECRET_KEY to environment variables
  • Secure GitHub OAuth credentials using .env file
  • Add python-dotenv dependency for environment variable loading
  • Create .env.example template for easy setup
  • Add comprehensive security documentation
  • Implement fallback values for safer deployments

Fixes: Security vulnerability with hardcoded sensitive values
Closes: #172

- Move hardcoded SECRET_KEY to environment variables
- Secure GitHub OAuth credentials using .env file
- Add python-dotenv dependency for environment variable loading
- Create .env.example template for easy setup
- Add comprehensive security documentation
- Implement fallback values for safer deployments

Fixes: Security vulnerability with hardcoded sensitive values
Closes: #[issue-number]
@Divyanshi88
Copy link
Author

Hi @ygowthamr! Kindly requesting a review whenever you get a chance 😊 Let me know if any changes are needed!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Secret Key is Hardcoded in settings.py

1 participant