AuthGoogle - add Services id,secret,redirect

master
cgonzalesmo 2022-08-17 18:50:05 -05:00
parent 7768e0e745
commit ff12005c00
1 changed files with 6 additions and 0 deletions

View File

@ -31,4 +31,10 @@ return [
'region' => env('AWS_DEFAULT_REGION', 'us-east-1'), 'region' => env('AWS_DEFAULT_REGION', 'us-east-1'),
], ],
'google' => [
'client_id' => env('GOOGLE_CLIENT_ID'),
'client_secret' => env('GOOGLE_CLIENT_SECRET'),
'redirect' => '/api/login/google/callback',
],
]; ];