Sunday, 18 August 2019

How to show Users Id in my API Call?

I am making a store API where users can like the stores. And it will add it to their List of liked stores.The thing is how do I make the API secure when I expose their Id in the api call ${API_ROOT}/users/:id So:- How do I make sure that the user who is making this api call is legit server wise?- Is it okay to expose the id in the API Call ?

Submitted August 18, 2019 at 06:23PM by tromastrom

No comments:

Post a Comment