DEV Community

Discussion on: Good Practices: PHP Security, How to manage password

Collapse
 
v461m profile image
v461m

Hi anastasionico, good article, but i think that is very important for people to think in security mode ON when they write code, so in the various forms you need to include the csrf token... what do you think?
Thanks a lot!

Collapse
 
anastasionico profile image
anastasionico

one of my teacher always used to say "think at the user as the most dumb or evil person possible and code accordingly"