{% extends 'base.html' %} {% load i18n %} {% block extrahead %} {% endblock extrahead %} {% block content %}

{% trans "Django REST Framework permissions" %}

{% trans "Global (check Django REST Framework permissions)" %}

{% blocktrans %} Below you can see the list of provider specific URLs, divided into 2 categories: (1) Fail, (2) success. Fail URLs obviously fail (401 Unauthorized). The other two should work (you should get a password-less login into the Django web site). {% endblocktrans %}

{% for title, remote_ska_login_url, signed_remote_ska_login_url in drf_remote_ska_list_urls %} {% endfor %}
{% trans "Fail" %} {% trans "Success" %}

{% trans "By provider (check Django REST Framework permissions)" %}

{% blocktrans %} Below you can see the list of provider specific URLs, divided into 2 categories: (1) Fail, (2) success. Fail URLs obviously fail (401 Unauthorized). The other two should work (you should get a password-less login into the Django web site). {% endblocktrans %}

{% for title, remote_ska_login_url, signed_remote_ska_login_url in drf_remote_ska_provider_list_url %} {% endfor %}
{% trans "Fail" %} {% trans "Success" %}

{% trans "Django REST Framework authentication" %}

{% trans "Global settings" %}

{% blocktrans %} Below you can see the list of provider specific URLs, divided into 2 categories: (1) Fail, (2) success. Fail URLs obviously fail (401 Unauthorized). The other two should work (you should get a password-less login into the Django web site). {% endblocktrans %}

{% for title, remote_ska_login_url, signed_remote_ska_login_url in drf_remote_ska_jwt_token_urls %} {% endfor %}
{% trans "Fail" %} {% trans "Success" %}

{% trans "Tokens by provider" %}

{% blocktrans %} Below you can see the list of provider specific URLs, divided into 2 categories: (1) Fail, (2) success. Fail URLs obviously fail (401 Unauthorized). The other two should work (you should get a password-less login into the Django web site). {% endblocktrans %}

{% for title, remote_ska_login_url, signed_remote_ska_login_url in drf_remote_ska_jwt_token_urls_provider %} {% endfor %}
{% trans "Fail" %} {% trans "Success" %}
{% endblock content %}