I am working on MERN tech. I just noticed when I try to login user his credentials are shown in the request payload as it is. What to do with request payload.
Asked
Active
Viewed 1,130 times
0
-
Why do you think you need to hide the credentials of a user that entered those credentials? Is this a shared machine? Are you storing the credentials in localStorage or sessionStorage? – Alexander Staroselsky Oct 08 '21 at 13:52
-
There's no way for you to do that at least none that I have heard of. Here is a helpful post on the same question https://stackoverflow.com/questions/53630002/angular-5-is-there-way-hide-api-call-or-make-it-private – Sebastian Gbudje Oct 08 '21 at 13:53