Hi,
I am using javascript and angular js to render my homepage on chromium.
The Issue is that when a user enters a password to login, chromium's memory dump stores that password which is not good for obvious reasons.
Is there any way we can direct chromium to erase the password from memory?
I am making a POST call to my backen server with user's credentials.
Thanks,
Meraj