Added google auth and some auth page ui optimisations

This commit is contained in:
Deepanshu Mishra
2025-06-23 22:51:34 +05:30
parent 13817a5ff8
commit 8bcd226bdb
7 changed files with 254 additions and 83 deletions

View File

@ -7,9 +7,13 @@ DATABASE_URL="postgresql://opencut:opencutthegoat@localhost:5432/opencut"
BETTER_AUTH_URL=http://localhost:3000
BETTER_AUTH_SECRET=your-secret-key-here
#Google Clients
GOOGLE_CLIENT_ID=
GOOGLE_CLIENT_SECRET=
# Development Environment
NODE_ENV=development
# Redis
UPSTASH_REDIS_REST_URL=http://localhost:8079
UPSTASH_REDIS_REST_TOKEN=example_token
UPSTASH_REDIS_REST_TOKEN=example_token