{% extends "developer/client_details/base.html" %} {% set client_details_page = "oauth_setting" %} {% block client_details_content %}
{{ form.csrf_token }}

OAuth2 Settings


By default localhost is whitelisted.
A redirect_uri must be HTTPS for security reason.
{% if not client.redirect_uris %} {% endif %} {% for redirect_uri in client.redirect_uris %}
{% endfor %}
{% endblock %} {% block script %} {% endblock %}