Implementing Google Authentication and Fetching Mails from Scratch Using Python Django

Written by takwa | Published 2020/02/02
Tech Story Tags: django | email | python | python-programming | programming | authentication | tutorial | google-api

TLDR Google Authentication and Fetching mails from scratch means without using module which has already set up this authentication process. Let’s create Django 2.0 project and then implement Google authentication services and then extract mails. We are doing extract-mail just to show how one can ask for permission after authenticating it. We’ll be using Google API python client and oauth2client which is provided by google. Sometimes, it really hard to implement this Google authentication with these libraries as there was no proper documentation available.via the TL;DR App

no story

Published by HackerNoon on 2020/02/02