Iβm excited to share my latest open source project β a professional, easy-to-use starter template for modern web apps featuring Google Sign-In (SSO) and traditional Email/Password authentication.
π GitHub Repo:
https://github.com/mmraja83/google-auth-website
π What This Project Is
This repository is a full-stack authentication boilerplate, built using:
React (Vite) for the frontend
FastAPI (Python) for the backend
JWT-based authentication
Google OAuth 2.0 Sign-In
Clean, minimal UI design
π§ Why I Built This
Authentication is a core part of almost every application, yet implementing secure login flows repeatedly can be time-consuming.
This project helps you:
Save setup time
Start with production-ready auth
Focus on your actual business logic
π¦ Key Features
β Google SSO (OAuth 2.0)
β Email & Password authentication
β JWT-based secure tokens
β Protected dashboard & user profile
β Modern, responsive UI
β SQLite backend for simplicity
βοΈ Getting Started
The repository includes a clear README with:
Backend setup (FastAPI + venv)
Frontend setup (React + Vite)
Environment variable configuration
Local development steps
Youβll be up and running in minutes π
π Use Cases
This project is useful if you want:
A starter template for SaaS or side projects
A learning reference for auth workflows
A base for adding roles, permissions, or more OAuth providers
π Contributions Welcome
This is an open source project, and contributions are welcome!
β Star the repo
π Raise issues
π§ Submit PRs
π https://github.com/mmraja83/google-auth-website
π Final Thoughts
Authentication doesnβt have to be painful.
I hope this project helps you build faster, learn better, and ship confidently.
Top comments (0)