{% extends "base.html" %} {% from "macros.html" import clipboard_button %} {% block title %}{{ site_name }}: API Keys{% endblock title %} {% block content %}
You can create API keys for this app's {% if '-dev' in app_version %} {% else %} {% endif %} external API using the button below. This is unrelated to the official EVE API from CCP.
Key | Created | Remove |
---|---|---|
{{ clipboard_button(key.hex_key, "bottom", "") }} | {{ key.timestamp.strftime('%d %b %Y @ %H:%M') }} | |
No API keys created. | ||