{% extends "base.html" %} {% block title %}Application Access{% endblock %} {% block content %}

This is the list of external applications that can access your data stored on Auth, this includes any EVE API data and also any linked information (Reddit accounts, service accounts).

{% if tokens %} {% for token in tokens %} {% endfor %}
ApplicationGranted Date/TimeAction
{{ token.consumer.name }}Revoke
{% else %}

You have not granted any applications access to your data.

{% endif %} {% endblock %}