Pasi

Results 2 comments of Pasi

That PR doesn't seem to affect the reactive websocket implementation, which is [DgsReactiveWebsocketHandler ](https://github.com/Netflix/dgs-framework/blob/18cdb3f579937c0e662be9570f218697768bfd64/graphql-dgs-spring-webflux-autoconfigure/src/main/kotlin/com/netflix/graphql/dgs/webflux/handlers/DgsReactiveWebsocketHandler.kt)from `graphql-dgs-spring-webflux-autoconfigure`.

I've managed to come up with a workaround using a custom context: ```kotlin @Component class DgsSecurityContextBuilder : DgsReactiveCustomContextBuilderWithRequest { override fun build( extensions: Map?, headers: HttpHeaders?, serverRequest: ServerRequest? ): Mono...