{% extends "_layout.html" %} {% set active = "tokens" %} {% block title %}beaver-gateway · tokens{% endblock %} {% block content %}

Create token

Plaintext is shown once, immediately after creation. Copy it before you navigate away — the database only ever holds the Argon2 hash.

Tokens {% if include_revoked %} Hide revoked {% else %} Show revoked {% endif %}

{# Render the tbody unconditionally so the HTMX OOB swap on create has a target even when the table starts empty. #} {% for token in tokens %} {% include "_token_row.html" %} {% else %} {% endfor %}
NameScopeCreatedLast usedRevoked
No tokens yet. Create one above.
{% endblock %}