Closed travispeloton closed 1 year ago
I did something like that some time ago using a ServerInterceptor. See https://github.com/cbornet/jhipster-grpc-sample-app/blob/master/src/main/java/io/github/jhipster/grpcsample/grpc/AuthenticationInterceptor.java Hope that helps.
thanks for the help!
Question:
How can Spring reactive-grpc support credentials on the server?
We would like to authenticate clients and are not clear on what our options are. Thanks!