I ask becasue of the following documentation:
identity-signup
: Triggered when an Identity user signs up via Netlify Identity. ( Note: this fires for only email+password signups, not for signups via external providers e.g. Google/GitHub )
if the identity-signup function is not triggered when you use external provider, how would one manually invoke it and is it event possible? When i hit my /.netlify/functions/identity-signup
directly in the browser i get a 403 error.