{% extends "base.html" %} {% block title %}API tokens · LibreSignage{% endblock %} {% block content %}
Tokens inherit your current role and fleet permissions.
{{ plaintext }}
| Name | Prefix | Expires | Last used | Status | |
|---|---|---|---|---|---|
| {{ 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. | |||||