{% if not tokens %}
dc-portalctl auth login.
| Label | Token id | Scopes | Created | Status | |
|---|---|---|---|---|---|
| {{ (t.label or '-')|e }} | dcp_{{ t.token_id }}_… |
{% for s in t.scopes %}
{{ s }}
{% endfor %}
|
{{ t.created_at }} | {% if t.revoked %} revoked {% else %} active {% endif %} | {% if not t.revoked %} {% endif %} |