grpc-spring-security-demo icon indicating copy to clipboard operation
grpc-spring-security-demo copied to clipboard

Spring Boot-based gRPC server with gRPC endpoints secured by Spring Security

Results 3 grpc-spring-security-demo issues
Sort by recently updated
recently updated
newest added

I've been trying to write something that does the client side of passing an OAuth token but I'm getting nowhere

How do we fix this ? Issue when adding @PreAuthorize in gRPC Method... For rest it works fine... Note: : Application is deployed in wildfly Exception while executing runnable io.grpc.internal.ServerImpl$JumpToApplicationThreadServerStreamListener$1HalfClosed@527ca940:...

According to [SO](https://stackoverflow.com/questions/34905499/grpc-java-pass-data-from-server-interceptor-to-rpc-service-call) each grpc callback can be triggered by a different thread, thus setting and clearing the security context only in the interceptor's `startCall` may lead to other threads...