I’m tasked with developing an online dashboard, that will get the data via an API developed separately, and not by me (i.e. I’ll just fetch the data and use it on the dashboard).
Are there security considerations/tests I should be thinking about as I develop and test the frontend? The page is public facing, and not behind a login or anything like that.