This commit adds two new auto-configuration classes that provide the relevant Spring Security infrastructure for GraphQL applications: * a `ThreadLocalAccessor` that propagates the security context in Spring MVC applications * `DataFetcherExceptionResolver` implementations that resolve security exception from data fetchers, for both MVC and WebFlux Closes gh-81