trustedlogin / client
Easily and securely log in to your customers sites when providing support.
v1.10.1
2026-05-13 03:36 UTC
Requires
- php: >=5.3.0
- ext-curl: *
- ext-json: *
Requires (Dev)
Suggests
- paragonie/sodium_compat: Required on PHP < 7.2 to polyfill libsodium for the encrypted credential exchange.
- dev-main
- v1.10.1
- v1.10.0
- v1.9.0
- v1.8.0
- v1.7.0
- v1.6.2
- v1.6.1
- v1.6.0
- v1.5.1
- v1.5.0
- v1.4.0
- v1.3.7
- v1.3.6
- v1.3.5
- v1.3.4
- v1.3.3
- v1.3.2
- v1.3.1
- v1.3
- v1.2
- v1.1
- v1.0.2
- v1.0.1
- v1.0
- dev-feature/i18n-strings-prototype
- dev-develop
- dev-chore/drop-grunt-toolchain
- dev-feature/integrate-openreplay
- dev-dependabot/npm_and_yarn/multi-ad649d5002
- dev-dependabot/npm_and_yarn/micromatch-4.0.8
- dev-move-plugin-file
- dev-111-form-class
- dev-114-wp-env
- dev-code-gen
- dev-feature/debug-data
- dev-feature/remove-dependencies
- dev-feature/105-logger
- dev-issue/103-remove-sodium
- dev-fix/trustedlogin-issue-31
- dev-issue/2-degrade-gracefully
This package is auto-updated.
Last update: 2026-05-13 18:25:57 UTC
README
TrustedLogin SDK
Easily and securely log in to your customers sites when providing support.
🔍 See the Changelog
📖 Read the Documentation
Requirements:
- PHP 5.3.0 or greater
- WordPress 5.2 or greater
Local Development And Testing
Make sure to install wp-env globally first by running npm -g i @wordpress/env.
- Start local dev
wp-env start
- Stop local dev
wp-env stop
Running linting and tests
composer lintChecks for any linting errorscomposer formatFixes any code that is able to be automatically fixedcomposer testRuns PHPUnit testscomposer phpstanRuns PHPStan static analysis
WordPress 4.1+ support
By default, TrustedLogin supports WordPress 5.2 or newer; this is the first version that includes the Sodium cryptography library. To support earlier versions of WordPress (version 4.1 or greater), add the following libraries to your Composer require definitions:
"paragonie/random_compat": "<9.99", "paragonie/sodium_compat": "^1.12"