You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Passing a wrong token in auth subcommand can cause failure for other commands. We cannot validate the token fully, because it uses a format known by Humble Bundle.
But since the first part of the token is JWT, we can decode it using base64 to make sure the token is valid to some extent.
The text was updated successfully, but these errors were encountered:
Passing a wrong token in
auth
subcommand can cause failure for other commands. We cannot validate the token fully, because it uses a format known by Humble Bundle.But since the first part of the token is JWT, we can decode it using
base64
to make sure the token is valid to some extent.The text was updated successfully, but these errors were encountered: