{% extends "app" %} {% block title %}Settings{% endblock %} {% block content %}
Authentication

Only allow connection from clients with valid authentication tokens

This message will be shown when a successful connection can be established.

The amount of minutes that clients may be connected to this expose server. 0 means there is no limit.

This message will be shown when a user tries to connect with an invalid authentication token.

This message will be shown when a user tries to connect with an already registered subdomain. You can use :subdomain as a placeholder.

{% endblock %} {% block scripts %} {% endblock %}