Skip to content

Latest commit

 

History

History
25 lines (23 loc) · 603 Bytes

README.md

File metadata and controls

25 lines (23 loc) · 603 Bytes

Setup

DO NOT USE AT THIS TIME!

return [
    // ...
    'components' => [
        // ...
        'authClientCollection' => [
            'clients' => [
                // ...
                'humhub' => [
                    'class' => 'humhub\modules\user\authclient\Humhub',
                    'jwt' => 'Your JWT Key here',
                    'returnUrl' => 'Return URL here',
                ],
            ],
        ],
        // ...
    ],
    // ...
];

Note: This OAuth requires the use of the Rest Module to be installed.