{% extends "linaro_django_xmlrpc/_base.html" %} {% load i18n %} {% block title %}{{ block.super }} | {% trans "API Tokens" %} | {% trans "Create" %}{% endblock %} {% block breadcrumbs %} {{ block.super }}
  • {% trans "Authentication Tokens" %}
  • {% trans "Create Token" %}
  • {% endblock %} {% block content %}

    Create new authentication token

    It makes sense to create a token for each script you want to give access to LAVA, so you can delete a particular token if you suspect it has been compromised without disrupting other scripts.

    You can give each token a description, so you can know which is which.

    {% csrf_token %}

    {% endblock %}