如何成功将Yahoo登录集成到我的Django网站中,使用Yahoo API?

huangapple go评论52阅读模式
英文:

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

huangapple
  • 本文由 发表于 2023年5月22日 23:08:31
  • 转载请务必保留本文链接:https://go.coder-hub.com/76307561.html
匿名

发表评论

匿名网友

:?: :razz: :sad: :evil: :!: :smile: :oops: :grin: :eek: :shock: :???: :cool: :lol: :mad: :twisted: :roll: :wink: :idea: :arrow: :neutral: :cry: :mrgreen:

确定