Authentication and Security
Why Authentication ?
As we create our website or web app for users to use, then these users are going to generate data on the website.
Example: They might like some posts, they might interact with other users or might create messages, etc.
And to associate these data with the individual user, we need to create an account, for each user. So they would sign up with a user account and password. And we would create a kind of like ID card for them, to uniquely identify on the database, and to save data that they’ve generated onto the account. So when they come back to our website, they use their username and password and log into our website and be able to access all of those possibly private pieces of information. So this way you don’t end up with everybody being able to see the private messages you are sending.
Comments
Post a Comment