Closed saleem-git closed 6 years ago
Hi
This is more of an question than a issue. I came across the same issue as described in [authorization flow bug] (https://github.com/RealmTeam/django-rest-framework-social-oauth2/issues/72) I am using Vuejs as front end and DRF on the backed for API's
However after that the response has to be a redirect. This is where I have issues.
HttpResponseRedirect(redirect_to=url)
I think am doing something wrong, pls guide, am on this for a few days now and cannot see a way out.
Am closing this issue as it has to be resolved at the client library VueJS.
Hi
This is more of an question than a issue. I came across the same issue as described in [authorization flow bug] (https://github.com/RealmTeam/django-rest-framework-social-oauth2/issues/72) I am using Vuejs as front end and DRF on the backed for API's
So far so good.
However after that the response has to be a redirect. This is where I have issues.
HttpResponseRedirect(redirect_to=url)
I think am doing something wrong, pls guide, am on this for a few days now and cannot see a way out.