How to make google, facebook authentication in django with flutter
I am using Flutter for a mobile app and django for backend API. I want user to be able to login with accounts from Facebook, Google etc. How Can I implement this? Also I saw that dj-rest-auth provides requests for…