Add client_id to steam oauth config (#875)

This commit is contained in:
Boy132 2025-01-06 12:32:35 +01:00 committed by GitHub
parent ae445840f7
commit 295134fb6c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -127,6 +127,7 @@ return [
'icon' => 'tabler-brand-steam-f', 'icon' => 'tabler-brand-steam-f',
'color' => Color::hex('#00adee'), 'color' => Color::hex('#00adee'),
'service' => [ 'service' => [
'client_id' => null,
'client_secret' => env('OAUTH_STEAM_CLIENT_SECRET'), 'client_secret' => env('OAUTH_STEAM_CLIENT_SECRET'),
'allowed_hosts' => [ 'allowed_hosts' => [
env('APP_URL'), env('APP_URL'),