{% extends "base.html" %} {% block title %}Connect an account{% endblock %} {% block heading %}Connect an account{% endblock %} {% block body %}

Seven of these nine need an app you created by hand in a developer portal, and five of those are reviewed by a human before they work for anybody but you. That review is measured in weeks. Mastodon and Bluesky are the two you can be posting from this afternoon.

{% for network in networks %} {% endfor %}
NetworkSigning inYour app
{{ network.label }}
{{ network.bites }}
{{ network.sign_in }} {% if network.asks_which_account %}
then asks which one {% endif %}
{{ network.register_app }} {% if network.reviewed %}
reviewed before it works{% endif %}
{% if network.sign_in == register_first %} {# Mastodon. Every server is separate, so the app is registered on whichever one this person names - once, and then never again for that server. #}
{% elif network.name in ready %} Connect {% else %} Set {{ network.id_var }} and {{ network.secret_var }} first. {% endif %}
{% endblock %}