Skip to content

Conversation

@Shakti13-sys
Copy link

@Shakti13-sys Shakti13-sys commented Jul 29, 2025

  • Resolved Issue Secret Key is Hardcoded in settings.py #172: Removed hardcoded SECRET_KEY from settings.py and loaded it from environment variables.
  • Resolved Issue Exposed GitHub OAuth Credentials #173: Removed hardcoded GitHub OAuth credentials and switched to using environment variables.
  • Ensured .env is listed in .gitignore to prevent secret exposure.
  • Improved security of Django project by following best practices.

Fixes: #172 #173

@Shakti13-sys Shakti13-sys changed the title [Security Fix] Move SECRET_KEY to Environment Variable Fix: Exposed GitHub OAuth Credentials and Hardcoded Secret Key Jul 29, 2025
@Shakti13-sys
Copy link
Author

Hi @ygowthamr , it’s been a while since I submitted this PR. Could you please review it and add the appropriate level labels? Thanks!

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