el7cosmos/social_auth_discourse

Social Auth integration for Discourse

Installs: 5

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 3

Forks: 0

Open Issues: 1

Type:drupal-custom-module

1.0.2 2021-08-10 12:09 UTC

This package is auto-updated.

Last update: 2024-04-10 18:40:02 UTC


README

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.