{% 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 %}| Application | Granted Date/Time | Action |
|---|---|---|
| {{ token.consumer.name }} | Revoke |
You have not granted any applications access to your data.
{% endif %} {% endblock %}