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

Call to undefined method TL_API_Handler::call() in class-trustedlogin-endpoint.php on line 290 #9

Closed soulseekah closed 5 years ago

soulseekah commented 5 years ago

Replacing call with api_prepare seems to work.

soulseekah commented 5 years ago

Authorization is also broken it seems, makes no sense:

image

Nowhere is this auth property ever set. All calls are failing.

Is this plugin ready or am I reviewing it too early?

inztinkt commented 5 years ago

Nowhere is this auth property ever set. All calls are failing.

Seems that during refactor $this->auth was renamed to $this->auth_key.