/trustedlogin-vendor

Plugin to interact with TrustedLogin's encrypted storage infrastructure to redirect support staff into an authenticated session on client installations.

Primary LanguagePHPGNU General Public License v3.0GPL-3.0

TrustedLogin Vendor Plugin

Plugin to interact with TrustedLogin's encrypted storage infrastructure to redirect support staff into an authenticated session on client installations.

To compile

The repo lacks the /vendor/ directory; you'll need to build first. Here's how:

  1. Change directories to the plugin directory (cd /path/to/directory)
  2. Run composer install --no-dev

Code Standards Installation

  1. Change directories to the plugin directory (cd /path/to/directory)
  2. Run composer install - this will also install the code standards directory
  3. Run ./vendor/bin/phpcs