Feat: Login with Google

This commit is contained in:
Sallu9007
2025-05-10 15:15:01 +05:30
parent 5ad34b8794
commit 6b84de9472
7 changed files with 544 additions and 3 deletions

View File

@@ -35,4 +35,10 @@ return [
],
],
'google' => [
'client_id' => env('GOOGLE_CLIENT_ID'),
'client_secret' => env('GOOGLE_CLIENT_SECRET'),
'redirect' => env('GOOGLE_REDIRECT_URL'),
],
];