I’m trying to use graphiql UI but due of Spring Security, I receive 401.
What’s the way to keep /graphql endpoint secured but let /graphiql request to graphql endpoint?
I’m on Spring Boot 3.1.4 and Spring For Graphql 1.2.3
If I permitall /graphql it works but I loss security. I Tried also to put /vendor/** in permitAll but no luck.