feat(auth): Update Google OAuth service to support custom redirect URIs

This commit is contained in:
MythEclipse
2025-08-12 23:21:34 +07:00
parent 3cc3e2a7d8
commit 650728a385
2 changed files with 48 additions and 8 deletions
+1 -1
View File
@@ -21,4 +21,4 @@ MINIO_SECRET_KEY=your-minio-secret-key
GOOGLE_CLIENT_ID="your_google_client_id"
GOOGLE_CLIENT_SECRET="your_google_client_secret"
GOOGLE_REDIRECT_URL="http://127.0.0.1:8080/api/v1/auth/google/callback"
GOOGLE_REDIRECT_URL="http://localhost:4099/v1/auth/google/callback"