feat(auth): implement Google OAuth integration with user authentication and token exchange
This commit is contained in:
@@ -39,4 +39,10 @@ return [
|
||||
'secret' => env('INTEGRATION_SECRET'),
|
||||
],
|
||||
|
||||
'google' => [
|
||||
'client_id' => env('GOOGLE_CLIENT_ID'),
|
||||
'client_secret' => env('GOOGLE_CLIENT_SECRET'),
|
||||
'redirect' => env('GOOGLE_REDIRECT_URI'),
|
||||
],
|
||||
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user