diff --git a/.env.example b/.env.example index 9cb5ff0..31235f8 100644 --- a/.env.example +++ b/.env.example @@ -51,6 +51,11 @@ REDIS_HOST=127.0.0.1 REDIS_PASSWORD=null REDIS_PORT=6379 + +GOOGLE_CLIENT_ID=... +GOOGLE_CLIENT_SECRET=... +GOOGLE_REDIRECT_URI=http://localhost:8000/auth/google/callback + MAIL_MAILER=smtp MAIL_SCHEME=smtp MAIL_HOST=smtp.gmail.com diff --git a/composer.json b/composer.json index e1e70b0..4148fd2 100644 --- a/composer.json +++ b/composer.json @@ -9,7 +9,7 @@ "php": "^8.3", "laravel/framework": "^13.8", "laravel/sanctum": "^4.3", - "laravel/socialite": "*", + "laravel/socialite": "^5.29", "laravel/tinker": "^3.0", "league/flysystem-aws-s3-v3": "^3.0" },