'I want to keep the user information during user registration even after reloading

Sorry, this is not a code question.

I'm currently working on a web application using React.

I've been using Redux to manage user registration information (ex: email address, etc.) for user registration over several pages, but I noticed that the registered information disappears after reloading.

I thought about saving the information to localStorage, but gave up due to the security risk.

How would you guys keep your users' registration information?



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source