OAuth Clients (<%= clients.length %>)
<% clients.forEach(function(c) { %> <% }); %>
Name Client ID Confidential Grants Owner Created Actions
<%= c.name %> <%= c.clientId %> <%= c.isConfidential ? 'Yes' : 'No' %> <%= c.grants.join(', ') %> <%= c.owner ? c.owner.email : '-' %> <%= new Date(c.createdAt).toLocaleDateString() %>