kni-labs / wp-discourse-login
There is no license information available for the latest version (v1.0.0) of this package.
Custom Discourse SSO Provider implementation
Package info
github.com/kni-labs/wp-discourse-login
Type:wordpress-plugin
pkg:composer/kni-labs/wp-discourse-login
v1.0.0
2020-03-04 22:08 UTC
This package is not auto-updated.
Last update: 2026-03-15 20:12:57 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