hCaptcha with Supabase

I'm trying to integrate a user referral system within my next+Supabase app. I have integrated hCaptcha for protection and curios about validating the token in server action. I know that it works and validates itself for signUp(), signIn and etc. But is there a way to validate it for generateLink() because I'm going to create my own templates and resendAPI?
Was this page helpful?