django社会认证变得简单。

django-social-auth的Python项目详细描述


Django Social Auth
==django Social Auth是为Django项目设置社会身份验证/授权机制的简单方法。

w来自
第三方的身份验证提供商。

您也可以在"阅读文档"上查看此应用程序的文档。

…目录:目录



features
--



此应用程序使用社交网站
凭据提供用户注册和登录。一些功能是:

-使用以下提供程序注册和登录社交网站:


*`google openid`\u
*`google oauth`\u
*`google oauth2`\u
*`yahoo openid`\u
*openid`like myopenid`u
*`twitter oauth`\u
*` facebook oauth`\u

一些贡献增加了对以下内容的支持:

*`discus oauth`\u
*`livejournal openid`\u
*`orkut oauth`\u
*`linkedin oauth`\u
*`foursquare oauth2`\u
*`github oauth`\u
*`dropbox oauth`\u
*`flickr oauth`\u
*` vkontakte oauth`\u
*`msn live connect oauth2`\u
*`skyrock oauth`\u
*`yahoo oauth`\u
*`evernote oauth`\u
*`mail.ru oauth`\u
*`odnoklassniki oauth`\u
*`mixcloud oauth2`\u
*`bitbucket oauth`\u
*`douban oauth`\u
*`*`fitbit oauth`\u
*`instagram oauth2`\u
*`twilio`\u
*`trello oauth`\u
*`weibo oauth2`\u
*`yandex openid`\u
*`shoppify oauth2`\u
*`stocktwits oauth2`\u
*`stackoverflow oauth2`\u
*`fedora openid`\u
*`exacttarget hubexchange`_
*`appsfuel oauth2`\u

-基本用户数据填充和信令,允许自定义字段值
来自提供商的响应

-多个社交帐户关联到单个用户

-如果需要,自定义用户模型覆盖(默认为"auth.user`)

-ext处理身份验证/关联机制的可靠管道



demo
----


http://social.matiasguirre.net/
注意:它目前缺少一些后端支持。



`_并提出任何有助于改进此应用程序的问题或建议。

还可以加入Freenode服务器上的IRC频道"Django Social Auth"。



----

使用应用程序时必须满足**的依赖关系:

-openid的支持依赖于python-openid
----


来自pypi::


$pip install django social auth

或::


$easy\u install django social auth

或从github克隆git:

$git clone git://github.com/omab/django social auth.git

并将social auth添加到pythonpath::

$export pythonpath=$pythonpath:$(pwd)/django social auth/


或::


$cd django social auth
$sudo python setup.py install



在codersclan的orum。

…图片::http://www.codersclan.net/graphics/getsupport_github4.png
:宽度:100px
:高度:100px
:比例:10
:目标:http://codersclan.net/forum/index.php?回购id=7





'作品和版权所有者:

-django twitter oauth::


原始版权归henrik lied(henriklied)
从https://github.com/henriklied/django twitter oauth借用的代码

-django openid auth::

django openid auth-djang的openid集成o.contrib.auth
版权所有(c)2007 Simon Willison
版权所有(c)2008-2010 Canonical有限公司



…_ django-twitter-oauth:https://github.com/henriklied/django-twitter-oauth
。_ django-openid-auth:https://launchpad.net/django openid auth
_阅读文档:http://django social auth.read the docs.org/
。_ google openid:https://developers.google.com/accounts/docs/openid
。_ google oauth:https://developers.google.com/accounts/docs/oauth
。_ google oauth2:https://developers.google.com/accounts/docs/oauth2
。_雅虎OpenID:http://openid.yahoo.com/
…_ openid:http://openid.net/
…_ myopenid:https://www.myopenid.com/
。_ twitter oauth:http://dev.twitter.com/pages/oauth_常见问题解答
…_ Facebook OAuth:http://developers.facebook.com/docs/authentication/
。_取消OAuth:http://disks.com/api/docs/auth/
…_ livejournal openid:http://www.livejournal.com/support/faqbrowse.bml?FAQID=283
…_ orkut oauth:http://code.google.com/api/orkut/docs/rest/developers_guide_protocol.html认证
…_ LinkedIn OAuth:https://www.linkedin.com/secure/developer
。_ Foursquare OAuth2:https://developer.foursquare.com/docs/oauth.html
。_ github oauth:http://developer.github.com/v3/oauth/
。_ Dropbox OAuth:https://www.dropbox.com/developers_beta/reference/api
_ Flickr OAuth:http://www.flickr.com/services/api/
。_ Vkontakte OAuth:http://vk.com/developers.php?oid=-1&p=%d0%90%d0%b2%d1%82%d0%be%d1%80%d0%b8%d0%b7%d0%b0%d1%86%d0%b8%d1%8f\u%d1%81%d0%b0%d0%b9%d1%82%d0%be%d0%b2
_ msn live connect oauth2:http://msdn.microsoft.com/en-us/library/live/hh243647.aspx
。_ Skyrock OAuth:http://www.skyrock.com/developer/
。_ Yahoo OAuth:http://developer.yahoo.com/oauth/guide/oauth auth flow.html
。_ Evernote OAuth:http://dev.evernote.com/documentation/cloud/chapters/authentication.php
。_ mail.ru oauth:http://api.mail.ru/docs/guides/oauth/
。_ odnoklassniki oauth:http://dev.odnoklassniki.ru/wiki/display/ok/the+oauth+2.0+协议
…_ mixcloud oauth2:http://www.mixcloud.com/developers/documentation/授权
…_比特桶OAuth:https://confluence.atlassian.com/display/bitbucket/OAuth+consumers
。_豆瓣OAuth:http://www.douban.com/service/apidoc/auth
。_ fitbit oauth:https://wiki.fitbit.com/display/api/oauth+authentication+in+the+fitbit+api
。_ Instagram OAuth2:http://instagram.com/developer/authentication/
。_ twilio:https://www.twilio.com/user/account/connect/apps
。_ trello:https://trello.com/docs/gettingstarted/index.html;获取应用程序密钥
…_微博oauth2:http://open.weibo.com/wiki/oauth2
。_ yandex openid:http://openid.yandex.ru/
。_ shopifyouth2:http://api.shopify.com/authentication.html
。_ stocktwits oauth2:http://stocktwits.com/developers/docs/authentication
。_ auth.user:http://code.djangoproject.com/browser/django/trunk/django/contrib/auth/models.py l186
。_ python-openid:http://pypi.python.org/pypi/python openid/
。_ python-oauth2:https://github.com/simplegeo/python-oauth2
。_ OAuth:http://oauth.net/
。_ pypi:http://pypi.python.org/pypi/django social auth/
。_ github:https://github.com/omab/django social auth
_ django-social-auth讨论列表:https://groups.google.com/forum/?从群组开始!论坛/django社会认证
…_堆栈溢出OAuth2:http://api.stackexchange.com/
…_ fedora openid:https://fedoraproject.org/wiki/openid
。_ ExactTarget HubExchange:http://code.exactTarget.com/
…_ appsfuel oauth2:http://docs.appsfuel.com/api_reference_api_reference

欢迎加入QQ群-->: 979659372 Python中文网_新手群

推荐PyPI第三方库


热门话题
java有可能让一个bean在春天拥有多个父对象吗?   java将字符串转换为sparql URI   java如何仅从JPQL中的日期时间字段按日期分组   java到节点。js代码转换   java为什么即使构建成功,applet也不启动?   java多人查询jpql   令牌“}”上的java语法错误,{应为   基于列表的简单留言板实现中的java NullPointerException   javasimplenlg:我们如何指定数量?   java如何仅从Freemarker中的字符串获取字母表?   java Spring引导JPA按实体排序集合   java排序单链表与排序双链表   eclipse将版权头添加到所有项目文件(.java、.xml、…)