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
cargo search does not seem to pass the user token to the HTTP call.
Currently, Meuse checks the token for the search endpoint, so search calls with cargo are failing (but work with curl).
I can easily remove the auth check on the search endpoint, but I would like to first check if it's possible to (optionally) pass the token in Cargo itself.
The text was updated successfully, but these errors were encountered:
cargo search
does not seem to pass the user token to the HTTP call.Currently, Meuse checks the token for the
search
endpoint, so search calls with cargo are failing (but work with curl).I can easily remove the auth check on the
search
endpoint, but I would like to first check if it's possible to (optionally) pass the token in Cargo itself.The text was updated successfully, but these errors were encountered: