Best Flask open-source libraries and packages

Oauth python

Implement Google Oauth Login in Python Flask
Updated 8 months ago

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.