el7cosmos / social_auth_discourse
Social Auth integration for Discourse
Installs: 5
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 1
Type:drupal-custom-module
pkg:composer/el7cosmos/social_auth_discourse
Requires
- drupal/core: ^8.8 || ^9
- drupal/social_auth: ^3.0
Requires (Dev)
- drupal/coder: ^8.3
- drupal/core-dev: ^8.8 || ^9
- phpstan/phpstan: ^0.12.93
- phpstan/phpstan-deprecation-rules: ^0.12.6
- phpstan/phpstan-phpunit: ^0.12.21
- phpstan/phpstan-symfony: ^0.12.41
This package is auto-updated.
Last update: 2025-10-10 21:47:38 UTC
README
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.
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.
