Skip to content

v1.2

Compare
Choose a tag to compare
released this 21 Nov 11:22
· 645 commits to master since this release

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.