I'm pretty sure that if you store the password on the client side without requiring authentication from the backend, the client can just search to find the password stored on its side. If you don't care about that, as far as I know you can store their data in cookies or in local storage.
I'm pretty sure that if you store the password on the client side without requiring authentication from the backend, the client can just search to find the password stored on its side. If you don't care about that, as far as I know you can store their data in cookies or in local storage.