{% extends base_template %} {% load debusine %} {% block content %}

{{ title }}

Here you can generate and maintain the API tokens that are needed to set up debusine-client to access this instance of Debusine.

You can generate a token manually, or you can run debusine setup to automatically register your client. You can remove tokens here to revoke access that you previously granted.

Here is an example ~/.config/debusine/client/config.ini file you can use:

{% include "web/user_token-config_snippet.html" %}

Your existing tokens

{% if token_list %} {% for token in token_list %} {% endfor %}
Enabled Created at Comment Actions
{% include "web/_check_icon.html" with value=token.enabled only %} {{ token.created_at }} {{ token.comment }} Delete | Edit
Create another token
{% else %}

You do not currently have any tokens: create a new token to be able to use debusine-client.

{% endif %} {% endblock %}