Triggering an edge function or API call on user signup?
I am building a webapp that will require a web3 account to be created for each user, which is then managed by the webapp "under the hood."
I am exploring auth options for this app, and Supabase stood out as a strong potential choice. I am wondering if Supabase has a built-in method for triggering a Javascript/Typescript edge function (or an API call) on signup, so that I can create these web3 accounts and assign them to the users as part of the signup process.
All I need in order to accomplish this is invoke a JS/TS function and get a returned value from it when the user is attempting to sign up. Is there any example of something like this being done with Supabase? Thanks.
I am exploring auth options for this app, and Supabase stood out as a strong potential choice. I am wondering if Supabase has a built-in method for triggering a Javascript/Typescript edge function (or an API call) on signup, so that I can create these web3 accounts and assign them to the users as part of the signup process.
All I need in order to accomplish this is invoke a JS/TS function and get a returned value from it when the user is attempting to sign up. Is there any example of something like this being done with Supabase? Thanks.