{% extends "cacsremoteservice/views/layouts/master.html" %} {% block site-nav %} {% include "cacsremoteservice/views/partials/site-nav.html" with active="configuration" %} {% endblock %} {% block main %}

Personal Access Tokens

Administer {% if is-admin %}all users'{% else %}your{% endif %} Personal tokens

{% if validation-errors|not-empty %}

Error

    {% for error in validation-errors %}
  • {{error}}
  • {% endfor %}
{% endif %} {% if created-token %}

Token Created

Label: {{created-token.label}}

Expiration Date: {{created-token.expires-at|date:"yyyy-MM-dd HH:mm:ss zzz"|default:"never"}}

Make sure to copy your token now. You will not see it again!

{{created-token.secret}}

If using for CLI tool copy the token and set it in your CS_ACCESS_TOKEN environment variable.

{% endif %} {% if not license-key-admin? %}

To create a token for yourself, click the Generate token button below.

{% endif %}

These tokens can be used to access REST API and other programmatic endpoints.

{% if is-admin %}{% endif %} {% if is-admin %}{% endif %} {% for token in tokens %} {% if is-admin %}{% endif %} {% endfor %}
UserLabel Expiration Last Used Date
{{token.name}} ({{ token.provider}}){{token.label}} {{token.expires-at|date:"yyyy-MM-dd HH:mm:ss zzz"}} {{token.used-at|date:"yyyy-MM-dd"|default:"never"}}
{% if vscode %}{% endif %}
{% if page > 0 %} Prev {% endif %} {% if next-page %} Next {% endif %}
{% if license-key-admin? %}

You are currently logged in as the super-administrator using the license key. This account should be restricted to administrative tasks. To support services requiring personal authentication tokens (PAT), please create a separate user account specifically for those purposes.

{% endif %} {% if vscode %}{% endif %}
{% if all vscode validation-errors|empty? %} {% endif %} {% endblock %}