Http URL added in security filter chain but getting 401 Unauthorized in response but user data is saving in the database
I am trying to add some user in the database, I have implemented JWT in my project and I have added all the required dependencies. Problem which I am facing is when I try to register any new user I get 401 Unauthorized in response but data gets stored in the database. I have added “/register” in the filter chain and allowed permiteAll.
Http URL added in security filter chain but getting 401 Unauthorized
I am trying to hit register URL but I am getting 401 Unauthorized request
Http URL added in security filter chain but getting 401 Unauthorized
I am trying to hit register URL but I am getting 401 Unauthorized request