{% extends "dashboard/base.html" %} {% block title %}{% if lang == 'fa' %}کلاینت‌های OAuth{% else %}My OAuth Clients{% endif %} - MCP Hub{% endblock %} {% block page_title %}{% if lang == 'fa' %}کلاینت‌های OAuth من{% else %}My OAuth Clients{% endif %}{% endblock %} {% block content %}
{% if lang == 'fa' %}بازگشت به اتصال{% else %}Back to Connect{% endif %}

{% if lang == 'fa' %} برای اتصال Claude.ai Connectors به MCP Hub، یک OAuth Client بسازید. Client ID و Client Secret را در Claude.ai وارد کنید. {% else %} Create an OAuth Client to connect Claude.ai Connectors to your MCP Hub sites. Enter the Client ID and Client Secret in Claude.ai → Settings → Connectors. {% endif %}

{% if lang == 'fa' %}کلاینت‌های OAuth{% else %}OAuth Clients{% endif %}

{% if clients %}
{% for client in clients %} {% endfor %}
{% if lang == 'fa' %}نام{% else %}Name{% endif %} Client ID {% if lang == 'fa' %}Redirect URIs{% else %}Redirect URIs{% endif %} {% if lang == 'fa' %}عملیات{% else %}Actions{% endif %}
{{ client.client_name }} {{ client.client_id }} {% for uri in client.redirect_uris %}
{{ uri }}
{% endfor %}
{% else %}

{% if lang == 'fa' %}هنوز کلاینت OAuth ندارید. یکی بسازید.{% else %}No OAuth clients yet. Create one to connect Claude.ai.{% endif %}

{% endif %}
{% endblock %} {% block scripts %} {% endblock %}