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

Register OAuth 2.0 client

{{csrf_token()}}

{{cfg('sr.ht', 'site-name')}} provides API access via RFC 6749-compatible OAuth 2.0 confidential clients.

{{valid.summary("client_name")}}
{{valid.summary("client_description")}}
Where can the user go to learn more about your client? {{valid.summary("client_url")}}
Where should we send the user after they consent to give you API access? See RFC 6749 section 3.1.2. {{valid.summary("redirect_uri")}}
Cancel {{icon('caret-right')}}
{% endblock %}