Sorry if this is a noob question. I am trying to authenticate using Session Auth, and I am testing different scenarios. What is the expected behaviour when the user enters an incorrect password?
I got this output from a mock endpoint that returns 401. Is this what the end user will see?
Thanks,
Ian
Best answer by DanversBest answer by Danvers
Hi @Ian Stewart - sorry for the delay in getting back to you on this one!
Thank you for your reply. It solves my issue. I can see the error message now says “You are seeing this because you are an admin”. I take it to mean that the end user will not see the stack trace.
That sounds like it’s working as it should, yes. The best way to be sure is to set up a test account - that way you can be sure that a regular user is seeing what you intended.