Also rename existing methods for request headers to be consistent with those for response headers and use "Http" in the name. Closes gh-74
Spring Security for GraphQL HTTP Endpoint with WebFlux
- Spring Security config secures GraphQL HTTP endpoint.
- Fine-grained, method-level security on SalaryService.
AuthenticationExceptionandAccessDeniedExceptionresolved to GraphQL errors.- Tests with
WebGraphQlTesterand WebFlux without a server.