Hi, I am implementing signup with Github, which ap...
# support-questions
d
Hi, I am implementing signup with Github, which apparently is working fine (it shows Github's identity modal and return to my application authorized), but it is not triggering my
handlePostSignUp
. I am handling the sign up event in the backend, following this doc: https://supertokens.io/docs/thirdpartyemailpassword/common-customizations/handling-signup-success#3-handling-sign-up-event-on-the-backend The
handlePostSignUp
is working fine for email+password signups btw, but it is not even being triggered when using Github to sign up. Any ideas what's wrong?