Closed ai2soft closed 3 years ago
In general you pass any authentication token as part of the metadata
parameter with your RPC method, which is usually the 2nd parameter.
In general you pass any authentication token as part of the
metadata
parameter with your RPC method, which is usually the 2nd parameter.
thanks for the answer, and can you pass some demo code ?
with the default demo project of VS2019 C# gRpc Service. i create a VS Code Vue project and want to call the method sayHello with a valid token which is generated by JWT . but i don't know how to pass it , and which library should be referenced to.