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

Installs: 1

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 3

Forks: 0

Open Issues: 0

Type:wordpress-plugin

v1.0.0 2020-03-04 22:08 UTC

This package is not auto-updated.

Last update: 2024-05-12 11:41:46 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