html Python-social-auth:登录后重定向(包括GET参数)

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了html Python-social-auth:登录后重定向(包括GET参数)相关的知识,希望对你有一定的参考价值。

<a class="facebook-button" id="js-facebook_link" href="{% url 'social:begin' 'facebook' %}?next={{ request.get_full_path|urlencode }}">
    <span class="img-facebook-login"></span>Login with Facebook
</a>
<a class="twitter-button" id="" href="{% url 'social:begin' 'twitter' %}?next={{ request.get_full_path|urlencode }}">
    <span class="img-twitter-login"></span>Login with Twitter
</a>
<a class="linkedin-button" id="" href="{% url 'social:begin' 'linkedin' %}?next={{ request.get_full_path|urlencode }}">
    <span class="img-linkedin-login"></span>Login with LinkedIn
</a>
<a class="google-button" id="" href="{% url 'social:begin' 'google-oauth2' %}?next={{ request.get_full_path|urlencode }}">
    <span class="img-google-login"></span>Login with Google
</a>
...

以上是关于html Python-social-auth:登录后重定向(包括GET参数)的主要内容,如果未能解决你的问题,请参考以下文章

在 python-social-auth 中从 google 和 facebook 检索个人资料图片

使用 django python-social-auth 重定向后会话值丢失

python Python,Facebook,python-social-auth:获取Facebook好友列表及其姓名,位置,个人资料图片和个人资料页面

python-social-auth with Django: ImportError: No module named 'social_django'

第三方登陆组件

python Django:python-social-auth配置和管道,用于获取Facebook,Twitter,LinkedIn和Goog的用户电子邮件,全名和保存头像