{% extends 'dashboard.html' %} {% block page %}
| Name | Key Prefix | Scopes | Rate Limit | Created | Last Used | Delete |
|---|---|---|---|---|---|---|
| {{ key.name }} | {{ key.key[:8] }}... |
{% if key.scopes == ['*'] %}
Full
Access
{% else %}
{{
key.scopes|length }} Scopes
{% endif %}
|
{% if key.rate_limit_count %}
{{ key.rate_limit_count }} / {{ key.rate_limit_period }}
{% else %}
Unlimited
{% endif %}
|
{{ key.created_at.strftime('%Y-%m-%d') }} | {{ key.last_used_at.strftime('%Y-%m-%d %H:%M') if key.last_used_at else 'Never' }} | |
| No API keys found. Generate one to get started. | ||||||