Skip to content

freeflowuniverse/freeflow-iyo-module

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Itsyou.online Integration

  • Move the file IYO.php to {Humhub_DIR}/protected/humhub/modules/user/authclient/IYO.php
  • Add the following section into protected/config/common.php
return [
    'components' => [
        'authClientCollection' => [
            'clients' => [
                'itsyouonline' => [
                    'class' => 'humhub\modules\user\authclient\IYO',
                    'clientId' => getenv('CLIENT_ID'),
                    'clientSecret' => getenv('CLIENT_SECRET'),
                ],
            ],
        ]  
    ]
];

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages