Skip to content

Latest commit

 

History

History
21 lines (20 loc) · 464 Bytes

README.md

File metadata and controls

21 lines (20 loc) · 464 Bytes

Setup

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