Closed Ugtan closed 5 years ago
Currently, the credentials used for google and github authentication are hardcoded in settings.py which is not good. A better way would be to use environment variables for storing credentials.
settings.py
Currently, the credentials used for google and github authentication are hardcoded in
settings.py
which is not good. A better way would be to use environment variables for storing credentials.