django-social-auth
django-social-auth copied to clipboard
Django social authentication made simple
running this command -> python manage.py runserver I get this error: `Watching for file changes with StatReloader Exception in thread django-main-thread: Traceback (most recent call last): File "/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/threading.py", line 1009,...
I have this module working fine using SAML auth with Google to my django app and now trying to port the same setup into a kubernetes environment. There is an...
The link to the documentation provided in your README.md is incorrect. It points to a 404 page.
0 I have a django application that uses django social auth to authenticate users with Google. It was working just fine and then....suddenly it stopped. I have no clue why....
**Describe the bug** We have a Django project which serves multiple sites via a `virtualhost` `middleware` setup (not via Django site framework). This allows us to serve multiple sites from...
First thanks for this useful project. But how do I disable **firstname**, **lastname** field in **google-oauth**. Google can only firstname, not lastname. Then some user gets error. Any solution about...
I am developing a Mobile API for social Auth. Once received Social access token and email from API, I want to create a social user based on Email ID received....
Still linkedin using the `v1` API url to fetch user details. Error details: `410 Client Error: Gone for url: https://api.linkedin.com/v1/people/~:(email-address,first-name,headline,id,industry,last-name)?format=json` social-auth-app-django==3.1.0 social-auth-core==3.1.0 Django==2.1
while we are executing the code as below, try: user = backend.do_auth(token, user=authed_user) except Exception as e: return Response({"error": "do_auth error","detail":e.message}, status=status.HTTP_500_INTERNAL_SERVER_ERROR) the error message comes up: Cannot resolve keyword...
Hi. I tried to integrate linkedin openid connect auth in my django app. But on complete step, request is stuck. Can I enable debug logs to understand at which step...