Skip to content

This is a sample repository illustrating How to add Google OAuth in Django

Notifications You must be signed in to change notification settings

mohi7solanki/Google-OAuth-Demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Installation guide

Complete guide at - https://fosstack.com/how-to-add-google-authentication-in-django/

  1. Clone repository git clone https://github.com/mohi7solanki/Google-OAuth-Demo.git
  2. cd (change directory) to repository.
  3. Create a virtualenv virtualenv -p python3 .
  4. Activate virtualenv source bin/activate
  5. Install required packages pip3 install -r requirements.txt
  6. Make migration python manage.py migrate
  7. Run the server python manage.py runserver

Note : Make Sure to add Google client ID and secret key in settings.py !

About

This is a sample repository illustrating How to add Google OAuth in Django

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published