kamuridesu / Socheduler

Social Media Posts Scheduler writter in Django, DRF, Celery, bla bla bla
0 stars 1 forks source link

django-auth: cannot use SOCIALACCOUNT_PROVIDERS settings with SOCIALACCOUNT_STORE_TOKENS #1

Open kamuridesu opened 1 year ago

kamuridesu commented 1 year ago

https://github.com/pennersr/django-allauth/issues/3198 https://github.com/pennersr/django-allauth/issues/2467

This issue makes it impossible to use the Token with settings-based provider credentials.

kamuridesu commented 1 year ago

Thinking about applying a workaround for this, must first analyze django-allauth's source code

whenivity commented 1 year ago

Did anyone ever come up with a workaround for this? Having to add the social application to the database makes CI more painful than it needs to be...

kamuridesu commented 1 year ago

I don't remember if I fixed it all, but I do remember making some changes to make it less painful. Sadly I lost it when I formatted my PC.

I don't have much free time now because my work suddenly got more demanding. Maybe I'll come back to it after finishing some things. Good luck.