how get spring security context in resolvers / data loaders #1467
Answered
by
dariuszkuc
rullyalves
asked this question in
General
-
First, thanks for the great work I would like to know how to integrate spring server with spring security, having method level security and security context recovery. |
Beta Was this translation helpful? Give feedback.
Answered by
dariuszkuc
Jun 14, 2022
Replies: 1 comment 2 replies
-
Hello 👋 In older versions you will need to do a manual context propagation as described in #1300. |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
rullyalves
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello 👋
Starting with the v6,
graphql-kotlin
will automatically propagate reactor context to the resolvers so you would integrate in the same way as any other webservice.In older versions you will need to do a manual context propagation as described in #1300.