How the backend system of sign-in and login forms works? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

How the backend system of sign-in and login forms works?

I just want to know how the sign in and login works if we talk about from backend. how data is stored in the database when someone makes a new account and how it confirmed that or retrieve the data from a database that user who is trying to login is a valid user. I know how to use MySQL.

4th Mar 2020, 2:43 AM
Maninder $ingh
Maninder $ingh - avatar
2 Answers
4th Mar 2020, 2:54 AM
Yathin Babu
Yathin Babu - avatar
+ 1
I trying to explain in a simple way to you, if you using a backend like node.js, /post routes was used to upload data(remember upload is different to update data), and its often used to create users, and /get routes are used to consult data, then is used to login autentication.
4th Mar 2020, 4:12 AM
Shawn
Shawn  - avatar