Spring Security annotation @PreAuthorize(“permitAll()”) doesn’t work in Spring GraphQL

Spring Security annotation @PreAuthorize(“permitAll()”) doesn’t work in Spring GraphQL

I want to build a authentication system by Bearer Token. There’s some methods that I want to be accessible without being authenticate, …

 

Read More