Skip to content

Latest commit

 

History

History
22 lines (21 loc) · 476 Bytes

README.md

File metadata and controls

22 lines (21 loc) · 476 Bytes

Setup

return [
    // ...
    'components' => [
        // ...
        'authClientCollection' => [
            'clients' => [
                // ...
                'twitch' => [
                    'class' => 'humhub\modules\user\authclient\Twitch',
                    'clientId' => 'Your Twitch App ID here',
                    'clientSecret' => 'Your Twitch App Secret here',
                ],
            ],
        ],
        // ...
    ],
    // ...
];