secrets_cli
secrets_cli copied to clipboard
fix token method authentication
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.