We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Description:
Extracting auth token from streams.
yorkie/yorkie/rpc/interceptors/auth.go
Lines 62 to 73 in 6eccd48
We can use grpc_middleware.WrapServerStream to handle it.
use grpc_middleware.WrapServerStream
https://github.com/grpc-ecosystem/go-grpc-middleware/blob/93b7816b469d4889200df9121cbe799678bce1bf/auth/auth.go#L51-L67
Why:
Authorization is missing from WatchDocument.
WatchDocument
The text was updated successfully, but these errors were encountered:
hackerwins
Successfully merging a pull request may close this issue.
Description:
Extracting auth token from streams.
yorkie/yorkie/rpc/interceptors/auth.go
Lines 62 to 73 in 6eccd48
We can
use grpc_middleware.WrapServerStream
to handle it.https://github.com/grpc-ecosystem/go-grpc-middleware/blob/93b7816b469d4889200df9121cbe799678bce1bf/auth/auth.go#L51-L67
Why:
Authorization is missing from
WatchDocument
.The text was updated successfully, but these errors were encountered: