Open jd-solanki opened 4 years ago
Hi all.
My team and I are constantly using this framework and it seems it has died out there. I contacted the owner by email asking if he would add some of us as maintainers so we could continue to improve it. However we didn't get a response.
I am publishing the project under my profile and we are going to continue to invest time in it.
So I would like to gently ask you to contribute to this project on: https://github.com/wagnerdelima/drf-social-oauth2
Thank you for understanding.
@jd-solanki read https://github.com/wagnerdelima/drf-social-oauth2/issues/21. Let me know if it answers your questions. Thanks.
Hi @wagnerdelima
Thanks for your response. Unfortunetly, That project is abandoned. Feel free to close this because I won't be able to test it 😓
Thanks for your response 🙏🏻
I am using VueJS as my frontend. When I login as facebook and it don't give me email I want to display page from which user can enter email and after that pipeline will continue which will create user with that email.
However in my custom pipeline partial when I return something like below:
It always gives me: 'HttpResponseRedirect' object has no attribute 'is_active' Full traceback: Image
Even if I provide wrong URL in
redirect
it gets the same error.Here's my view:
This is my pipeline:
Do i need anything else to setup in settings.py? Whats: DRFSO2_PROPRIETARY_BACKEND_NAME & DRFSO2_URL_NAMESPACE
Here's my stackoverflow question.