Sirs, good afternoon. I would like to ask you which best practice you use to capture the data of a user logged in to a web application with a database.
For example: Assuming that I created a site where the user signs up, logs in with his email and password, and when login is directed to a screen with a panel with a number of options, one is power change your registration information. How should I save and capture these values assuming I use MySQL database? Session Storage and Encryption?
My goal is to create a secure site that ensures data integrity.