Files
spring-graphql/samples/webflux-security/README.md
2021-07-06 15:35:23 +01:00

609 B

Sample with Spring Security in a WebFlux application.

Main features:

  • 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.