英文:
How can I successfully integrate Yahoo sign-in into my Django website using Yahoo API?
问题
I want to integrate Yahoo sign-in into my website, but I have been unsuccessful so far despite registering an app on Yahoo. Can someone guide me on how to achieve this integration?
我想将Yahoo登录集成到我的网站中,但尽管在Yahoo上注册了一个应用程序,但迄今为止我一直没有成功。有人可以指导我如何实现这种集成吗?
How can I successfully integrate Yahoo login into my website after registering an app on Yahoo?
在在Yahoo上注册应用程序后,如何成功地将Yahoo登录集成到我的网站中?
Need guidance on integrating Yahoo login into my Django Rest Framework website. Registered Yahoo app but facing issues. Seeking help in achieving successful integration.
需要关于将Yahoo登录集成到我的Django Rest Framework网站的指导。已注册了Yahoo应用程序,但面临问题。寻求帮助以实现成功的集成。
英文:
I want to integrate Yahoo sign-in into my website, but I have been unsuccessful so far despite registering an app on Yahoo. Can someone guide me on how to achieve this integration?
How can I successfully integrate Yahoo login into my website after registering an app on Yahoo?
Need guidance on integrating Yahoo login into my Django Rest Framework website. Registered Yahoo app but facing issues. Seeking help in achieving successful integration.
答案1
得分: 1
你可以使用 django-allauth 库。它包含了Django的谷歌、雅虎、Facebook和GitHub身份验证系统。
安装它:pip install django-allauth
英文:
You could use the django-allauth library. It includes Django authentication systems for google, yahoo, facebook and also github.
Install it with: pip install django-allauth
通过集体智慧和协作来改善编程学习和解决问题的方式。致力于成为全球开发者共同参与的知识库,让每个人都能够通过互相帮助和分享经验来进步。
评论