authentication in spring boot using graphql
问题 I’m working on a spring boot project with GraphQL. I'm using graphql-java-tools and graphql-spring-boot-starter. I managed to configure security and session management with spring security as you can see in the java config files below. Now the “/graphql” path is secured (it can be accessed only sending the “basic http authentication” or a session token ( x-auth-token ) in a http header of the request). Authenticating with “basic http authentication” on any GraphQL operation will start a new