Files
spring-graphql/samples/webmvc-http-security/README.md
Rossen Stoyanchev 72ee49269f Polishing
2021-07-06 16:18:09 +01:00

587 B

Spring Security for GraphQL HTTP Endpoint with Spring MVC

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