How would you securely call a protected tRPC route from a webhook?
I want to call a protectedProcedure from a webhook, but how could you do that without a user/session? What could I pass to ensure the call is coming from my webhook?
3 Replies
Unknown User•2y ago
Message Not Public
Sign In & Join Server To View
I pass an api-key header to my endpoints for this
thanks guys this helps alot