This form allows you to log in using your existing identity from another website or
provider. The following sources are supported:
{% for handler in auth.handlers %}
{% for url,example in handler.url_schemes[:1] %}
- {{handler.service_name}}
— {{handler.description|safe}}
{% endfor %}
{% endfor %}