How can I avoid saving a user's credentials inside the browser, for example, Chrome? I am performing two authentication queries within a single account that has already been authenticated. It's bad practice, but I need users and secondary passwords not to be saved in the browser.
I'm using Angular as Front and Java as back.