This repository has been archived by the owner on Jan 26, 2021. It is now read-only.
Implement oAuth credentials as environment variables #552
Labels
Category: Coding
Changes to code base or refactored code that doesn't fix a bug.
Status: Available
Issue was approved and available to claim or abandoned for over 3 days.
Type: Enhancement
New feature or request.
Description
As a developer or someone who sets up the application,
I would want to easily set up the oAuth integrations that are already implemented.
Currently, given how
django-allauth
works by default, one has to go into the admin consoleand create new oAuth apps.
Using settings.py for the application credentials is also supported by
django-allauth
and this aligns with https://12factor.net/config, so we should go ahead and implement that and load the settings through respective environment variables.Definition of Done
Estimation
24 hours
The text was updated successfully, but these errors were encountered: