Simple web request with password?

I have an existing meteor app that writes to a mongo database as normal.
I now want to allow another developer to be able to send data to this database.

Do I need some simple sort of web request api,
with the existing built in password arrangement?

Thanks

Maybe you could add a Rest API.There are options to authenticate someone.

1 Like