cli icon indicating copy to clipboard operation
cli copied to clipboard

Expired auth token should suggest next command

Open mscoutermarsh opened this issue 3 years ago • 0 comments

Currently if the auth token has expired, we show

{"error":"invalid_token","error_description":"The access token is invalid","state":"unauthorized"}

This could be better and give instructions on how to fix it. Such as: run pscale auth login to refresh your token.

mscoutermarsh avatar Feb 28 '22 23:02 mscoutermarsh