{% extends "base.html" %} {% block title %}Peer Keys — StreamFusion Admin{% endblock %} {% block page_title %}Peer Keys{% endblock %} {% block extra_head %} {% endblock %} {% block content %} {% if new_key %}
Sauvegardez ces identifiants maintenant — le secret ne sera plus affiché.
{{ new_key.key_id }}
{{ new_key.secret }}
{% endif %}
Nouvelle peer key
{% for key in keys %} {% endfor %}
Key ID Nom Rate Limit Statut Créé le Dernière utilisation Requêtes Actions
{{ key.key_id }} {{ key.name }} {{ key.rate_limit }} req / {{ key.rate_window }}s {% if key.is_active %} Actif {% else %} Révoqué {% endif %} {{ key.created_at | fmt_date }}
{{ key.last_used_at | fmt_relative }}
{% if key.last_used_at %}
{{ key.last_used_at | fmt_date }}
{% endif %}
{{ "{:,}".format(key.total_queries) }}
{% if key.is_active %}
{% endif %}
Aucune peer key ne correspond au filtre.
{% endblock %} {% block extra_scripts %} {% endblock %}