Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 388 Bytes

README.md

File metadata and controls

11 lines (9 loc) · 388 Bytes

Google Oauth 2.0 Login for python Flask application

Set up Guide:

  1. git clone https://github.com/piyush-singhal/oauth-python.git
  2. cd oauth-python
  3. Run pip3 install -r requirements.txt
  4. cp sample.env .env
  5. Replace credentials in .env
  6. Run python app.py

Feel free to create an issue in the github if you face any issues in this repository or want any enhancement.