是否可以在 allauth 中创建一个新的社交提供者?

Is it possible to create a new social provider in allauth?

在 django-allauth 中,是否可以使用现有的提供商应用程序并对其进行自定义,以便我可以连接当前不受支持的站点,例如 IFTTT.com?

是的。您可以在 https://github.com/pennersr/django-allauth/tree/master/allauth/socialaccount/providers 查看所有受支持的提供程序,您只需复制一个目录并为您的提供程序 (ifttt) 调整它。之后请随意将其作为 PR 提交。