Files
spring-graphql/samples/webmvc-http-security
Rossen Stoyanchev 0d0b84dc8a Support for annotated DataFetcher's
Closes gh-61, gh-90
2021-08-09 12:37:47 +01:00
..
2021-08-09 12:37:47 +01:00
2021-06-28 14:17:16 -05:00
2021-07-07 09:02:51 +01:00

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.