{% extends "base.html" %} {% 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 %}