Skip to content
This repository was archived by the owner on May 3, 2025. It is now read-only.

RyuZinOh/flask-google-auth-module

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Google OAuth Authentication with OTP Verification

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

1. Clone the repository

git clone https://github.com/RyuZinOh/flask-google-auth-module

2. Set up the Python environment

python -m venv venv
venv\Scripts\activate
pip install -r requirements.txt

3. Set up Google OAuth credentials

generate client tokens ids, and keys frm the services apis, frm google console

4. Set up the .env file

SECRET_KEY,
GOOGLE_CLIENT_ID,
GOOGLE_CLIENT_SECRET,
MAIL_USERNAME,
MAIL_PASSWORD,
MONGO_URI,

5. run the application now.

python app.py

About

flask module for email auths, [GMAIL authentication]

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy