This is a module to test and verify Google authentication for web applications, ensuring that only Gmail-confirmed accounts are able to authenticate and access services. This way, any random email addresses won't be verified without proper Gmail confirmation.
2025-05-02.21-08-40.mp4
git clone https://github.com/RyuZinOh/flask-google-auth-module
python -m venv venv
venv\Scripts\activate
pip install -r requirements.txt
generate client tokens ids, and keys frm the services apis, frm google console
SECRET_KEY,
GOOGLE_CLIENT_ID,
GOOGLE_CLIENT_SECRET,
MAIL_USERNAME,
MAIL_PASSWORD,
MONGO_URI,
python app.py