{% extends "allianceauth/base.html" %} {% load i18n %} {% block page_title %}{% translate "Dashboard" %}{% endblock %} {% block content %}

{% translate "Token Management" %}

{% for t in tokens %} {% endfor %}
{% translate "Scopes" %} {% translate "Actions" %} {% translate "Character" %}
{% for s in t.scopes.all %}{{s.name}} {% endfor %} {{t.character_name}}

{% translate "This page is the best attempt to mitigate a security issue with SSO (See: https://gitlab.com/allianceauth/allianceauth/-/issues/1356), but backups or database logs can still contain your tokens. Always revoke tokens you don't need on https://community.eveonline.com/support/third-party-applications/ where possible."|urlize %}

{% endblock %} {% block extra_css %} {% include 'bundles/datatables-css.html' %} {% endblock %} {% block extra_javascript %} {% include 'bundles/datatables-js.html' %} {% endblock %}