Skip to content

TaskTrial/google

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Google OAuth Integration

A clean, production-ready Google OAuth implementation for React applications.

Installation

1. Clone the repository

git clone https://github.com/TaskTrial/google
cd google

2. Install dependencies

npm install

3. Set up environment variables

Create a .env file in the root directory:

# Required - Your Google OAuth Client ID
VITE_GOOGLE_CLIENT_ID=your_google_client_id_here

# Required - Backend API URL (development)
VITE_API_URL=http://localhost:3000

# Required - Backend API URL (production)
VITE_API_URL=https://tasktrial-prod.vercel.app

4. Start the development server

npm run dev

About

Test authentication with google

Resources

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •