{% load socialaccount %}

My Google OAuth Project

{% if user.is_authenticated %}

Welcome, You are logged in as {{ user.username }}

{% else %} Login With Google {% endif %}