DEV Community

Discussion on: Security Tips for a PHP Application

Collapse
 
pvw_nl profile image
Peter 👨🏻‍💻

I'd like to add one more, use security tokens. A security token makes sure the client did sent a certain request to your application. I'm maintaining the following open-source PHP package: CSRF Protection where you can use tokens and validate them without too much boilerplate code.