kni-labs / wp-discourse-login
Custom Discourse SSO Provider implementation
Installs: 2
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Type:wordpress-plugin
pkg:composer/kni-labs/wp-discourse-login
This package is not auto-updated.
Last update: 2025-10-12 17:58:27 UTC
README
Add Discourse as an SSO Provider for Wordpress
Installing
Clone repository
git clone https://github.com/kni-labs/wp-discourse-login
Install dependencies via composer
composer install
Testing
Code styles and linting testing via PHP Code Sniffer are configured for the --standard=WordPress rules.
Linting
Supply the file(s) to the linter:
composer php:lint
Autofix is also enabled, and can be ran similarly:
composer php:autofix