timkelty / craftcms-discourse-sso
Single Sign-On for Discourse
Installs: 888
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 0
Type:craft-plugin
Requires
- craftcms/cms: ^3.0.0-RC1
- cviebrock/discourse-php: ^0.9.3
This package is auto-updated.
Last update: 2024-11-07 03:58:50 UTC
README
Single sign-on integration for Discourse. Credit to @sjelfull for his Craft 2 version.
Installation
composer require timkelty/craftcms-discourse-sso
Configuring
- Enable SSO in your Discourse installation by following the guide.
- Note: in addition to
enable_sso
,sso_url
, andsso_secret
, you likely also want to setlogout_redirect
to your Craft logout URL.
- Note: in addition to
- Configure this plugin,