{% extends "base.html" %} {% block title %}Account - Invincible{% endblock %} {% block content %}
Signed in as {{ email }} {% if github_linked %}(GitHub linked){% endif %}
Approve a machine that started pairing
(invincible harness connect on first run, or invincible
login): type the code it printed.
| Prefix | Label | Created | Status | |
|---|---|---|---|---|
{{ key.prefix }} |
{{ key.label }} | {{ key.created_at | timeago }} | {% if key.revoked_at %}revoked{% else %}active{% endif %} | {% if not key.revoked_at %} {% endif %} |
No API keys yet - generate one above,
or use invincible login. | ||||