Files
rstoyanchev 89a7145c03 Polishing contribution
Closes gh-367
2022-11-17 11:56:15 +00:00
..
2022-11-17 11:56:15 +00:00
2022-06-10 16:40:19 +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 without a server.