{% 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' %} برای اتصال 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' %}نام{% 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 %}
|
{% if lang == 'fa' %}هنوز کلاینت OAuth ندارید. یکی بسازید.{% else %}No OAuth clients yet. Create one to connect Claude.ai.{% endif %}
{% endif %}