Content pfp
Content
@
https://warpcast.com/~/channel/frames-v2
0 reply
0 recast
0 reaction

davisshaver.eth pfp
davisshaver.eth
@davisshaver
is there a sample implementation of VerifyAppKey anywhere? All I've found is the `verifyAppKeyWithNeynar` helper in @farcaster/frame-node.
1 reply
0 recast
5 reactions

Tony D’Addeo pfp
Tony D’Addeo
@deodad
are you looking to do it with your own hub?
1 reply
0 recast
1 reaction

davisshaver.eth pfp
davisshaver.eth
@davisshaver
This would be for Farcaster WP plugin – I feel like I should offer users the option of either using a custom hub URL or using Neynar.
2 replies
0 recast
1 reaction

Tony D’Addeo pfp
Tony D’Addeo
@deodad
Got it, I don’t think we wrote one for a hub but we certainly should! If you want to open a PR we can review it and add it, otherwise I’ll add it to our backlog
1 reply
0 recast
1 reaction

horsefacts 🚂 pfp
horsefacts 🚂
@horsefacts.eth
Yoink does its own verification using the IdRegistry contract. The important checks are: 1) signature is valid 2) key is registered to fid in header 3) key is in "added" state https://github.com/horsefacts/yoink-devcon/blob/878b1764ed3bb7f193d7e9ef927ad6f03a1d3bff/app/api/webhook/route.ts#L53-L99
0 reply
0 recast
2 reactions