social-app-django icon indicating copy to clipboard operation
social-app-django copied to clipboard

Python Social Auth - Application - Django

Results 140 social-app-django issues
Sort by recently updated
recently updated
newest added

In our system email field may not be unique, once the account is inactivated the email address can be reuse (email is only unique for active accounts). The below function...

After completing to SSO page in an ADFS i return to the /complete/saml and i get redirected but i am not Authenticated. I check the admin section and i see...

I don't know is it intended behavior or not, but I got `django.db.utils.ProgrammingError` when I was trying to simple filter UserSocialAuth by `acces_token` from `extra_data`. ### Steps to reproduce ```...

When i used 'social_core.backends.yandex.YandexOAuth2', yandex returned it to me: 400 Unknown client with such client_id, what i can do?

The login URLs (``login//``) are not using CSRF protection, thus it's possible to authenticate users by following links from third party sites. It can be simply fixed by adding ``@require_POST``...

First of all I request this endpoint (http://localhost:8000/auth/o/twitter/?redirect_uri=http://127.0.0.1:8000/complete/twitter) to get the login url. After complete login, it returns redirect_state, oauth_token and auth_verifier codes. What I do with these paramets? For...

### Expected behaviour I want users authenticated with OAuth to be able to reset their password through standard Django resetting password method, through mail. ### Actual behaviour Despite user being...

I'm trying to follow the instructions on https://python-social-auth.readthedocs.io/en/latest/configuration/django.html and they are pretty confusing for a newbie. First, I think the "URL entries" code (https://python-social-auth.readthedocs.io/en/latest/configuration/django.html#urls-entries) is incorrect or referring to an...

Hi, This is just a general question as to how to use this library. We have started using this library for our application and using keycloak, OIDC and Okta configurations....

# Problem When trying to use github auth in production it is setting hostname as `http://localhost:300/` not the domain the app is using. # Traceback: ```py Environment: Request Method: GET...