{% from "_api_token.html" import render_api_token %}

API Keys

API keys are tokens used to authenticate you on pagure. They can also be used to grant access to 3rd party applications to act on this project on your behalf.

These are your personal tokens; they are not visible to the other admins of this repository.

These keys are private to your project. Be sure to store them in a safe place and do not share them.

{% if repo.tokens %} {% for token in repo.tokens %} {% if token.user.username == g.fas_user.username %} {{ render_api_token(token, repo, username, form) }} {% endif %} {% endfor %} {% endif %}