{% extends "base.html" %} {% load static %} {% block title %}API Tokens - {{ block.super }}{% endblock %} {% block breadcrumbs %}
{% endblock %} {% block content %}Here is a list of your personal tokens that you can use for authenticating against the REST API.
| Token | Created | Expires | Description | Delete |
|---|---|---|---|---|
| {{ object.token_key }}... | {{ object.created }} | {% if object.expiry is None %} Never {% else %} {{ object.expiry }} {% endif %} | {% for session in object.session_set.all %} Automatically created for {{ session }} {% endfor %} |