Content pfp
Content
@
0 reply
0 recast
0 reaction

Amir Mabhout pfp
Amir Mabhout
@amirmabhout
Hey guys, we got a little issue with using validation service 👇
2 replies
0 recast
1 reaction

rish pfp
rish
@rish
Need to pass in valid message bytes. Hubs don’t validate fake bytes @df @stephancill
1 reply
0 recast
2 reactions

Stephan pfp
Stephan
@stephancill
@caruso33 if you're using the frames.js debugger you need to sign in with warpcast if you want to create messages that are recognized by neynar as valid
1 reply
0 recast
2 reactions

Tobias pfp
Tobias
@caruso33
Thanks Stephan, I wasn't even aware that's possible with the debugger, nice! So in general all messages can (and should) be validated through a hub, right? Are there other recommended ways to make frames more secure?
1 reply
0 recast
1 reaction

Stephan pfp
Stephan
@stephancill
it depends if your frame takes actions on behalf of the authenticated user e.g. updates a database entry or looks up sensitive information - in this case you should definitely verify that the message is valid many frames don't do this and therefore don't need to make the additional request to a hub to validate a message
1 reply
0 recast
0 reaction

Tobias pfp
Tobias
@caruso33
got it. are there other safety measurements for frame related apps worth implementing?
0 reply
0 recast
0 reaction