-
Notifications
You must be signed in to change notification settings - Fork 84
Closed
Description
For both YouTube and Twitch at least, the 2.1.8 branch (from 2.1.5) no longer passes the client_id parameter, rendering a bad request.
config/services
file looks as follows:
'youtube' => [
'client_id' => env('GOOGLE_CLIENT_ID'),
'client_secret' => env('GOOGLE_CLIENT_SECRET'),
'api_key' => env('YOUTUBE_API_KEY'),
'redirect' => env('YOUTUBE_REDIRECT_URL'),
],
Performing dd(env('GOOGLE_CLIENT_ID'))
displays the expected ID.
Metadata
Metadata
Assignees
Labels
No labels