Replies: 2 comments 5 replies
-
The examples show how to do this. You need to always pass the options to your functions parse-server-swift/Sources/ParseServerSwift/routes.swift Lines 25 to 36 in be2c6dd |
Beta Was this translation helpful? Give feedback.
-
I'll look into my setup again if I missed any of these, which probably is the problem. My ParseServer setup is super basic and taken from the ReadMe files. I'll go through config soon. thanks! |
Beta Was this translation helpful? Give feedback.
-
So calling functions inside of the .post function of Vapor doesn't have the check for ParseUser who called the request right? So basically calling a query will need .usePrimaryKey option.
Is there a way to pass the calling user so that queries made still checks if the user is authorized to make queries?
thanks,
Beta Was this translation helpful? Give feedback.
All reactions