graphql-java-kickstart/graphql-spring-boot

If the request header is obtained to implement unified authorization verification

MANJUSAK opened this issue · 0 comments

If the request header is obtained to implement unified authorization verification
springmvc can be obtained as follows
@Autowired
private HttpServletRequest request;
But how to get the request header information when graphql uses webflux?