Django Rest Framework: How can I create endpoint for logging via Gmail (Google)?
I am trying to create API and I'm wondering how I can create an endpoint for authenticating via Gmail account. Seems like django-rest-auth supports only Facebook and Twitter. Anyone could give me tips?