Action on new Google OAuth registration
Whenever a new user registers I would like to send out an API request. How can I best do that?
Ideally I would like to have a
Ideally I would like to have a
onSuccess callback on the supabaseClient.auth.signInWithOAuth function.