Geokey

Latest version: v1.11.2

Safety actively analyzes 630566 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 4 of 6

1.2.5

Not secure
Patch fixes redirection when user logs in or signs up not coming from a 3rd party application (where redirections didn't exist, resulting in users being redirected to a none existing page).

1.2.4

Not secure
Patch adds missing setting for OAuth2 applications, allowing to skip the authorisation form.

1.2.3

Not secure
Patch resolving issue when user is registering coming from the OAuth 2 app but does not get redirected back to the application.

1.2.2

Not secure
Quick patch, that shows redirect URIs in a text box instead of single-line text input.

1.2.1

Not secure
Quick patch allows to enter multiple redirect URIs for created OAuth2 apps. Redirect URIs must be separated by space.

1.2

Not secure
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.

Page 4 of 6

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.