As we know django-rest-auth was a very capable library to handle authentication and social login system in REST API endpoints, but due to some latest updates in python and django django-rest-auth is no more working with latest versions of Django. Solution we have created a new library on the top of…