0

i'm currently learning how to use react, so i'm creating a blog using a MERN stack. The blog only has 1 admin user to post on it, and I wanted to know, how do I secure the mongoose calls? as anyone using postman can use the URIs to post / delete, right? Im still a bit new to security and such so i'm trying to make sure that I understand how this works. How would I make it that somebody can't just use postman to create new posts if they know the URI, and only the 1 admin of the blog can?

0 Answers0