Update services.php

Added GitHub
This commit is contained in:
Julian Prieber 2023-01-11 14:31:24 +01:00
parent a080e51835
commit 6273400ddb
1 changed files with 5 additions and 0 deletions

View File

@ -45,5 +45,10 @@ return [
'client_secret' => env('GOOGLE_CLIENT_SECRET'),
'redirect' => env('GOOGLE_CALLBACK_URL'),
],
'github' => [
'client_id' => env('GITHUB_CLIENT_ID'),
'client_secret' => env('GITHUB_CLIENT_SECRET'),
'redirect' => 'http://example.com/callback-url',
],
];