{% extends "base.html" %} {% block body %}

Create API Token

{% if current_user.is_authenticated %}

An API auth token has been created. This token gives full access to your editor account, so you should take care to keep it private.

Copy from box:



As wrapped text (beware whitespace):

{{ auth_token }}
{% else %}
Something Went Wrong

Horribly wrong! You should log-out (if possible) and log back in.

{% endif %} {% endblock %}