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)
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
Django social auth login to google redirects to sign up page
Created a link to go to the Google sign in
<a class="nav-link pl-3" data-target="#navigationbar" href="https://<my-site>/accounts/google/login/?process=login">...
Bhadresh
Votes: 0
Answers: 0