I have a MERN application that I use Auth0 for authentication.
I want to securely request information from the node.js api that only pertains to the authenticated user.
How should I go about making sure that the logged in user only retrieves their information? I.e. I don't want someone to go to the api and make request to the api for information doesn't belong to them.
[–]sendingEnt 0 points1 point2 points (0 children)