Skip to content

Latest commit

 

History

History
23 lines (22 loc) · 501 Bytes

README.md

File metadata and controls

23 lines (22 loc) · 501 Bytes

Setup

Code Snippet

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