trustedlogin / trustedlogin-vendor

Plugin to interact with TrustedLogin's encrypted storage infrastructure to redirect support staff into an authenticated session on client installations.
GNU General Public License v3.0
0 stars 1 forks source link

Verifying API credentials, switches from `keyStoreID` to `secretID` and updated endpoint for getting sites via `accessKey` #16

Closed inztinkt closed 4 years ago

inztinkt commented 4 years ago

Instead of using AJAX which requires more assets and extra functions, I've added the verification of the API creds to the sanitize_callback of our settings page and build a ::verify($account_id) function into the API class.

Just waiting on /accounts/<account_id>/verify API endpoint to be ready for further testing.

inztinkt commented 4 years ago

Also in this PR is: