v1.2
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.
Finally, go to your Superuser tools, and set client IDs and secrets to enable providers.