omab/python-social-auth

Support for tokens / secrets in database

liquidscorpio opened this issue · 1 comments

Is it possible to store tokens in database instead of settings.py? By tokens, I mean back-end specific configuration variables like:

// Similarly for others too
SOCIAL_AUTH_FACEBOOK_KEY
SOCIAL_AUTH_FACEBOOK_SECRET

I am trying to support a use case where these values are specific to each tenant in a multi-tenant environment.

Did you figure this out?