Turnstile (Captcha) for Supabase Auth's signup process

Hey guys,

I am following the video tutorial closely to switch to using Supabase’s Auth instead of my Auth0 integration which was already working. But I have run into a little bit of a snag.

I have binded all the fields to the respective values as such,

But within the Supabase documentation, as a good practice it requires you to enable Captcha to protect your Supabase project. In the 2nd half of the docs, it also mentions it requires a front-end component for this to be setup and work as expected.

I am aware of creating the public ‘profiles’ table and that is on my next to-do but I cant seem to move forward without solving this captcha portion. Any help is appreciated!

Regards,
Moolah