Files
spring-graphql/samples/webflux-security
2022-03-28 09:15:38 +01:00
..
2022-03-28 09:15:38 +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.