java-spring-security-example
java-spring-security-example copied to clipboard
Role prefix issue after change on JWT token implementation
i'm not sure weather you are facing it or not but i have to prefix role name with "ROLE_" in Role class otherwise getting access denied. it was not able to recognise authority. it seems to me this started after you change JWT implementation based on spring provided approach.