Skip to content

Instantly share code, notes, and snippets.

View mansi-done's full-sized avatar

Mansi Saini mansi-done

View GitHub Profile
import requests
import json
from django.shortcuts import redirect
from django.http import HttpResponse
'''
Check https://developers.google.com/identity/protocols/oauth2/web-server#httprest_2 for more information
on using OAuth2 for Authorization to access Google APIs.
'''