Authentication in Web Applications

Today I learned how to add authentication to users in web applications using Flask. I learned how to use sessions and cookies to store information about the login state. I also learned how to protect web applications from common attacks such as CSRF attacks.

• Today's Achievement: I added a login system to the web application I was working on using Flask and sessions.


Comments

Popular posts from this blog