How to secure API used by third-parties?
What I am building is service that can be consumed by third-party. Something like Omdb API for example.
For my service to be functional I needed to disable CSRF on some endpoints.
How can I secure them? To make CORS rules? To whitelist … Continue reading How to secure API used by third-parties?