Re: How to add social authentication in backend

2019-12-26 Thread mohsen bagheri
🙏 On Thu, 26 Dec 2019, 19:07 Gonzalo Amadio, wrote: > There is a famous one : > https://django-rest-auth.readthedocs.io/en/latest/installation.html#social-authentication-optional > > > Ok my experience, all packages are a bit lack of documentation and > examples. Soy you will have to struggle a

Re: How to add social authentication in backend

2019-12-26 Thread Gonzalo Amadio
There is a famous one : https://django-rest-auth.readthedocs.io/en/latest/installation.html#social-authentication-optional Ok my experience, all packages are a bit lack of documentation and examples. Soy you will have to struggle a bit. Try to search for someone's post on how to use it. Cheers