-
Notifications
You must be signed in to change notification settings - Fork 140
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Detect an invalid x-token in Rust client #45
Comments
e.g:
|
@nbaksalyar |
Any string value besides the correct token - e.g. you can give it a try with |
on the gRPC server side, the request is usually check by
Q:
|
Closed
Closed
test case
|
Merged
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
If I provide an invalid token, the client doesn't fail immediately.
Instead, I see a flurry of
Unexpected EOF decoding stream
error messages which can be confusing.The client should return an error like
InvalidToken
instead.The text was updated successfully, but these errors were encountered: