Reactjs – How to setup CORS and RequestMatchers to avoid getting 403 forbidden in SpringBoot 3.3
I created a very simple SpringBoot app (pretty much a CRUD) and added JWT auth for users. The requests are all tested with postman and are working fine and interacting with the db without in cloud without any issues. My…