{% extends "core/settings/settings_base.html" %} {% load i18n %} {% block settings_content %}
{% blocktranslate trimmed %} On this page you can configure other apps and programs to work with ephios as an authentication provider using the OAuth2-standard. Other ways to integrate with ephios include the plugin system and the API. More detailed information can be found in the documentation. {% endblocktranslate %}
{% trans "Name" %} | {% trans "User" %} | {% trans "Created" %} | {% trans "Action" %} |
---|---|---|---|
{{ application.name }} | {{ application.user }} | {{ application.created }} |
{% trans "No applications defined" %}.
{% endif %}