Hi everyone, im kinda new for Spring Boot 3.
So i have an Issue with Security when i try to create a post in Postman, it return 401 - Unauthorized. But i added the token and wrote a filter function like this :
The Postman screen look like this :
And when i ran the Postman it returned this issue in terminal :
Anyone know how to fix this issue ?
Comment From: bclozel
Duplicates https://github.com/spring-projects/spring-boot/issues/38587