❔ How to ensure an api can be used securely
So I'm currently making a REST api that users can use to help them build analytics of certain things
But the thing is, how do I ensure a user can safely implement the api into their code, because it's linked to analytics I don't want any random person to come and just send the request a million times to spam a users dashboard
I know I can't prevent a user from implementing a faulty system into their application, but I can at least ensure to give a guide on how it could work
Or what things do I as the api author need to ensure
But the thing is, how do I ensure a user can safely implement the api into their code, because it's linked to analytics I don't want any random person to come and just send the request a million times to spam a users dashboard
I know I can't prevent a user from implementing a faulty system into their application, but I can at least ensure to give a guide on how it could work
Or what things do I as the api author need to ensure