{% extends "settings/base.html" %} {% block subtitle %}Add App{% endblock %} {% block settings_content %}

Create Personal Token

This lets you create a personal application token that you can use to talk to the API.

Do not create a token if someone else tells you to - it can let them take over your account!

{% csrf_token %}
App Details {% include "forms/_field.html" with field=form.name %} {% include "forms/_field.html" with field=form.scope %}
Back
{% endblock %}