Spring Security and Oauth2 #896
-
Hi, Is it possible to secure the graphql subscriptions with spring-security 5.x and oauth2/jwt? Regards, |
Beta Was this translation helpful? Give feedback.
Answered by
dariuszkuc
Oct 3, 2020
Replies: 1 comment 1 reply
-
According to Spring documentation yes you should be able to use See #663 for example security web filter. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
morrowyn
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
According to Spring documentation yes you should be able to use
spring-security
with GraphQL Subscriptions (which are WebSocket based).See #663 for example security web filter.