How to implement Security

Hi everbody!

I have little experience with Slim and Rest API. I need to do a very secure Rest API, but I don´t know where to start.

Could you give some direcctions about it?

Thanks in advance.

Hi @josvan,

There is little about security that is specific to Slim. Virtually everything you would do or need to know would apply to any PHP project. If you haven’t already read them, I’d go over the PHP Security Cheat Sheet from OWASP, the Security page from PHP: The Right Way, as well as the Paragon Initiative Blog.

Those are all great resources when it comes to security and PHP.

1 Like

thank you very much @tflight, I will read the links you share with me.

Hi @josvan,

Have you been able to solve it? Have you implement Security in Slim?

Regards
Emiliano