{% extends "base.html" %} {% block title %}API tokens · LibreSignage{% endblock %} {% block content %}

Personal API tokens

Tokens inherit your current role and fleet permissions.

OpenAPI 3.1
{% if plaintext %}
Copy this token now. It will not be shown again.
{{ plaintext }}
{% endif %}

Create token

{% for token in tokens %} {% else %}{% endfor %}
NamePrefixExpiresLast usedStatus
{{ token.name }}ls_pat_{{ token.token_prefix }}_…{{ token.expires_at or "Never" }}{{ token.last_used_at or "Never" }}{{ "Revoked" if token.revoked_at else "Active" }}{% if not token.revoked_at %}
{% endif %}
No API tokens yet.
{% endblock %}