{% extends "single.html" %} {% block title %}Social Login{% endblock %} {% block single_content %}
Social login
{% if GITHUB_CLIENT_ID %} Sign in with GitHub {% endif %} {% if GOOGLE_CLIENT_ID %} Sign in with Google {% endif %} {% if FACEBOOK_CLIENT_ID %} Sign in with Facebook {% endif %}
Warning Please note that social login is now deprecated.

Though practical, these social providers do not respect your privacy and therefore we recommend using email/password.
Sign up / Login
{% endblock %}