Applications
Register and manage apps linked to your APIs and keys.
Register Application
Your Applications
{{ applications.count }} total{{ app.name }}
{{ app.redirect_uri|default:"No redirect URI" }}
Linked APIs: {% for a in app.apis.all %}{{ a.display_name|default:a.name }}{% if not forloop.last %}, {% endif %}{% empty %}None{% endfor %}
Linked API keys: {% for k in app.api_keys.all %}{{ k.name }}{% if not forloop.last %}, {% endif %}{% empty %}None{% endfor %}
No applications registered.