{{ token.name }}
{{ token.prefix }}{{ tokenState(token) }} · created {{ new Date(token.createdAt).toLocaleDateString() }} by {{ token.createdBy?.displayName || 'offline administrator' }} · expires {{ new Date(token.expiresAt).toLocaleDateString() }} · last used {{ token.lastUsedAt ? new Date(token.lastUsedAt).toLocaleString() : 'never' }}{{ token.capabilities.join(', ') }} · {{ scopeLabel(token.scope) }}No tokens yet.