Replace use of Sinks which does not deal with concurrent sending and use MonoSink and FluxSink instead. Closes gh-388
Spring Security for GraphQL HTTP Endpoint with WebFlux
- Spring Security config secures GraphQL HTTP endpoint.
- Fine-grained, method-level security on SalaryService.
AuthenticationExceptionandAccessDeniedExceptionresolved to GraphQL errors.- Tests with
WebGraphQlTesterand WebFlux without a server.