I'm wondering how I can get authentication setup on my gRPC service? I've read that metadata is the way to go.
Using the Node.js grpc library and grpcc to test my implementation. I basically have a JWT token being received on every request, just no way to digest and validate it over the gRPC pipe.
Suggestions/guidance is most appreciated.
via ddibiase
No comments:
Post a Comment