Is it possible to customize http request data from the oneall service?

Specifically, I would like to pass context through the oneall service to my callback URI endpoint. Normally I would prefer to use something like the request.META['HTTP_REFERER'] in order for my app to know what page my user was on when they had gone through Oneall's social signin, but this is getting squashed because of the redirect to oneall's domain in between signin.

The reason being in our flow, the oneall social signin link will be available on multiple pages, we are not redirecting the user to a static address like a profile page, but rather dynamically redirecting to the same page they were on at the time of eliciting the social sign-in.

Using the django-oneall package and setting up a custom social login view similar to the ones being used in that package.

Best Answer

Answers

Welcome!

Please sign in to your OneAll account to ask a new question or to contribute to the discussions.

Please click on the link below to connect to the forum with your OneAll account.