{% from "_api_token.html" import render_api_token %}
API keys are tokens used to authenticate you on pagure. They can also be used to grant access to 3rd party application to behave on this project on your name.
These are your personal tokens; they are not visible to the other admins of this repository.
These keys are valid for 60 days.
These keys are private to your project, make sure to store in a safe place and do not share it.
{% 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 %}