Skip to content

Latest commit

 

History

History
23 lines (22 loc) · 574 Bytes

README.md

File metadata and controls

23 lines (22 loc) · 574 Bytes

Setup

See Storenvy docs for more information.

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