ali-bouali / spring-boot-3-jwt-security

Sample project on how to implement JWT security based using Spring boot 3 and Spring security 6
https://aliboucoding.com/p/securing-your-spring-boot-3-0-applications-with-json-web-tokens-jwt
Apache License 2.0
1.86k stars 870 forks source link

Authentication not working after copying token and pasting in Postman #52

Closed DavidWilliamsQA closed 1 year ago

DavidWilliamsQA commented 1 year ago

Hi, Basically, I have copied the tutorial on youtube step by step but on the last step where I am meant to access the demo enpoint by copying the token and pasting it in Postman, I am still getting a 403 error. I have been struggling with this issue for a while and would appreciate any help on this issue