el7cosmos / social_auth_discourse

Social Auth integration for Discourse

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

codecov

INSTALLATION

Add module to composer requirements

composer require el7cosmos/social_auth_discourse

CONFIGURATION

Enable DiscourseConnect provider setting

Under Discourse admin site settings (/admin/site_settings/category/login) enable setting enable discourse connect provider and add a secret string to discourse connect provider secrets.

DiscourseConnect settings

The provided secret must match with the secret in Drupal configuration.

Configure Drupal Social Auth Discourse settings

Configure the social auth discourse module in Administration » Configuration » Social API settings » User authentication » Discourse or via URL admin/config/social-api/social-auth/discourse

Fill the Secret setting with the same value as the discourse setting above.

About

Social Auth integration for Discourse

License:GNU General Public License v2.0


Languages

Language:PHP 100.0%