{% extends 'uhepp_vault/base.html' %} {% block content %}
API tokens let you access uhepp hub from Python or the command-line. The token is used to authenticate you. This way, you don't need to expose your CERN password in environment variables.
{% if token_list %}You don't have any tokens.
{% endif %} {% endblock %}