Introducing support for Social Providers - now you can sign in to GeoKey using your Facebook, Twitter, or any other social account!
To enable social accounts, add any wanted to the installed apps, e.g.:
INSTALLED_APPS += (
'allauth.socialaccount.providers.google',
'allauth.socialaccount.providers.facebook',
)
If needed, configure them [using the official documentation](http://django-allauth.readthedocs.io/en/latest/providers.html).
Finally, go to your _Superuser tools_, and set client IDs and secrets to enable providers.