Hello,
I am new to Parse, I’m sorry if this is very basic, but I’m trying to understand how to use Parse Server the right way.
I already have my Parse server running on port 1337. I know I have to protect routes and control the access to the parse endpoint, but some articles say that it can be done through a client ID and others say that it has to be done using some kind of auth middleware (like an auth middleware for express).
I don’t want to make double work, I feel that writing routes with express it’s like “making an api for the api”, but I don’t know.
Any advice would help.
Thanks in advance.