{% extends "example/base.html" %} {% load url from future %} {% block content %}
Token Trading!
{% if not error %} {% if not noparams %}This step of the OAuth2 authentication process is usually performed automatically by the consumer. For testing purposes, we simulate the POST request to the token endpoint provided by the Authorization Server with a form.
{% else %}You're not supposed to be here!
{% endif %} {% endif %} {% endblock %} {% block javascript %} {% endblock javascript %}