Webview OAuth login

Hi! I want to wrap my site using a webview but I use Google and Github OAuth authentication and I can’t figure out how to implement it.

I tried implementing the steps outlined in this guide and I get to a successful login and get the access token - but of course I am missing something because when I redirect to my site’s page, the user does not appear to be logged in. Please point me in the right direction, thanks!

My server uses Django 2.0 and python-social-auth.

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.