Replies: 2 comments
-
Hi there. Not a stupid question! If the integrity of the data is important for your application be sure to check the |
Beta Was this translation helpful? Give feedback.
-
hey stephan thank you for the quick answer! ah yeah true! so for anyone also looking: if (!ctx.message.isValid) {
throw new Error("Invalid message!");
} this will make sure you have a valid message. also the usual - first asking on the forum then looking it up: |
Beta Was this translation helpful? Give feedback.
-
Hey some general question as I am also somewhat new to this.
so I have this setup:
and then someone makes a request to my frame:
getting the "FID" from the ctx like this: const fid = ctx.message.requesterFid;
can the requesterFid be "faked" or can I be 100% be sure its the real owner of that FID calling my API?
maybe stupid Q sorry already in advance :-)
Beta Was this translation helpful? Give feedback.
All reactions