We don’t allow questions seeking recommendations for software libraries, tutorials, tools, books, or other off-site resources. You can edit the question so it can be answered with facts and citations.
Closed 6 years ago.
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(2)
我在 github 上提供了一个使用 django-openid-auth 和 openid-selector(http://code.google.com/p/openid-selector/) 的示例,以获得漂亮的 UI。看看这是否有帮助。
https://github.com/rajasaur/openid_userprofiles
如果示例中有些内容不清楚,请询问并我很乐意提供帮助
I have put up an example of using django-openid-auth with openid-selector(http://code.google.com/p/openid-selector/) for a nice UI on github. See if this helps.
https://github.com/rajasaur/openid_userprofiles
If something is not clear from the examples, please ask and Id be more than happy to help
恕我直言:
您需要将每个 ID 提供者包含在单独的身份验证后端中。
基本实践也是使用用户模型中的构建。
查找提供多个身份验证提供程序的示例插件
github 上的 django-social_auth。
希望这会有所帮助...
Imho:
You need to include each ID provider in a separate Authentication backend.
Bast practice is also to use build in User model.
Look for example plugin that provides multiple authentication providers
django-social_auth at github.
Hope that will help...