Hi Folks I'm referring to the ThirdPartyEmailPass...
# support-questions-legacy
y
Hi Folks I'm referring to the ThirdPartyEmailPassword Guide - specifically the invite link flow: https://supertokens.com/docs/thirdpartyemailpassword/common-customizations/disable-sign-up/emailpassword-changes I see the Python Documentation say:
Copy code
invite_link = "http://localhost:3000/auth/reset-password?token=" + \
        password_reset_token.token
What is this Base URL? Is it supposed to the URL for my API server or the Supertokens Core server?