{% extends 'base.html' %} {% block title %} | Superuser tools - Providers{% endblock %} {% block main %}
{% include 'snippets/messages.html' %}

Providers allow users to connect their social accounts and sign in to the {{ PLATFORM_NAME }} using them.

In order to enable a provider, the application must be registered on its API tools to retrieve the required credentials.

Providers

{% for provider in providers %} {% if forloop.first %} {% endif %} {% empty %}

There are no providers available.

{% endfor %}
{% endblock %}