{% extends "meta.html" %} {% block title %} Register OAuth client - {{cfg("sr.ht", "site-name")}} meta {% endblock %} {% block content %}

Register OAuth client

Be sure to review the API docs to understand how this works.

{{csrf_token()}}
{{valid.summary("client-name")}}
{{valid.summary("redirect-uri")}}
{% endblock %}