{% load duoshuo_tags %} Duoshuo Python SDK Example {% block content %}{% endblock %}

多说Python实现SSO登录和JWT本地身份

{% if not user.is_authenticated %}
{% csrf_token %}
{% else %} 登出{{ user.username }} {% endif %}

本站用户注册后导入多说

{% if not user.is_authenticated %}
{% csrf_token %}
{% else %} {% if not profile.duoshuo_id %}
{% csrf_token %}

{{ user.username }}已经登录本站,但没有duoshuo_id

{% else %}

{{ user.username }}已经登录本站且导入多说了

{% endif %} {% endif %}
{% duoshuo_comments %}
{% block script %}{% endblock %}