how to use gauth authenticator in django code example
Example 1: django authenticate
from django.contrib.auth import authenticate
Example 2: from django.contrib.auth.decorators import authenticate, login
from django.contrib.auth import authenticate, login