{% extends "core/base/base.html" %} {% comment %} SPDX-FileCopyrightText: 2022 Helmholtz-Zentrum Dresden-Rossendorf (HZDR) SPDX-License-Identifier: GPL-3.0-or-later {% endcomment %} {% load static %} {% load vendor_tags %} {% block title %} HELIPORT API Tokens {% endblock title %} {% block content %} {% vendor_css "codemirror" %}
| Hash | Date created | |||
|---|---|---|---|---|
| {{ token.digest|truncatechars:7 }} | {{ token.namedtoken.name }} | {{ token.created }} | {% if token.expiry %} {{ token.expiry }} {% else %} Never {% endif %} | |
| New |
Example how to use tokens using the third-party Python Requests package: