{% extends "social/base.html" %} {% block title %}Connect {{ network.label }}{% endblock %} {% block body %}
{{ network.where_the_app_comes_from }}
This network must have
{{ redirect_uri }}
on file as a valid redirect address, character for character. A trailing
slash is a different address.
Signing in here stops half way to ask which account to use. It asks even when there is only one - so this app has one path through a sign-in rather than two, and nobody finds out which account got connected by seeing a post appear on it.
{% endif %} {% if can_register_the_app %} {# Mastodon, and nothing else. Every other network makes somebody fill in a form in a developer portal, and most of them then review it. #} {% endif %} {% endblock %}