0
votes

I am using social-auth-app-django with my django app and everything is working fine but I want to send data to my app when user authenticate with social-auth-app-django for googlw-oauth2.

For example:

When user clicks on login button that social-auth-app-django uses to send request to google.

There I want a text field and a login button.

So when user click on login button the text in the text field also go to my django app so after authetication it I can save it in the database.