Re: REST API social authentication

2019-06-21 Thread Aldian Fazrihady
If I want to use Facebook, Twitter, or Google login, I will use social-auth-app-django Regards, Aldian Fazrihady On Fri, 21 Jun 2019, 15:51 pastrufazio, wrote: > > Hi all, > > I need to implement social authentication in my set of REST API. > > I did some googling and found sever modules, e.g

REST API social authentication

2019-06-21 Thread pastrufazio
Hi all, I need to implement social authentication in my set of REST API. I did some googling and found sever modules, e.g. django-rest-framework-social-oauth2 social-auth-app-django django-rest-social-auth rest-social-auth Can you please recommend me a proper way to deal this? I'm quite a ne