python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
I'm getting "social_core.exceptions.AuthForbidden: Your credentials aren't allowed" error in Django python-social-auth/social-auth-app-django
I am using social-auth library to authenticate user with OAuth2. I can authenticate user with accessToken and check infos included in this token. The token is valid. The problem appears in line:
user ...
Karls
Votes: 0
Answers: 0
How to implement Django social login using google for different type of users(eg: candidate ,employer, customer)
I want to implement Social login in my Django project. When I searched about it, I found social login for only one user. But I want to implement it for different type of users as I mentioned in the ti...
Abin Benny
Votes: 0
Answers: 1
Associate user by email
I want to override the pipeline to associate user's with their email for accounts that are only active. But I need the backend for a regular login. The AUTHENTICATION_BACKENDS(django.contrib.auth.back...
Arundeep Chohan
Votes: 0
Answers: 1
Use frontend in oauth authorisation with social auth
Usually, when I use social auth lib to create oauth authorisation, I sent request to some url like 127.0.0.1:8000/oauth and then it redirects me to authorisation url of auth server.
My problem is that...
ledyLinkon
Votes: 0
Answers: 0