Files
spring-graphql/samples/webflux-security
rstoyanchev c43a444c78 Refactor use of sinks in WebSocketGraphQlTransport
Replace use of Sinks which does not deal with concurrent sending and
use MonoSink and FluxSink instead.

Closes gh-388
2022-05-13 13:59:39 +01:00
..
2022-04-11 17:27:05 +01:00
2021-07-07 09:02:51 +01:00

Spring Security for GraphQL HTTP Endpoint with WebFlux

  • Spring Security config secures GraphQL HTTP endpoint.
  • Fine-grained, method-level security on SalaryService.
  • AuthenticationException and AccessDeniedException resolved to GraphQL errors.
  • Tests with WebGraphQlTester and WebFlux without a server.