Replies: 1 comment
-
See also: |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello
Is there any support for Spring Security to support Reactive gRPC? Currently, we can Secure the Endpoint by Defining Beans of type GrpcAuthenticationReader and AuthenticationManager , but as per my understanding this implementation is blocking, correct me if I am wrong, please. Please help me to understand how to secure Endpoints in a fully reactive manner..
Beta Was this translation helpful? Give feedback.
All reactions