secrets_cli icon indicating copy to clipboard operation
secrets_cli copied to clipboard

fix token method authentication

Open WvanLelyveld opened this issue 1 year ago • 0 comments

Using the token validation method did not work, and returns a

undefined method `client_token' for nil

error when trying to use it.

This PR fixes the token auth method. The feature/kv branch also fixes this method, but does a lot more. This PR just takes the minimum to fix the token auth mehod.

WvanLelyveld avatar Oct 21 '24 14:10 WvanLelyveld