Thank you for your quick response! We forked `fast...
# general
n
Thank you for your quick response! We forked
fastapi-2.x
as we fixed a minor bug. Our frontend/backend path is /auth/signup /auth/..., thus I was expecting that this handler gets called. Nevertheless, I got it working by specifying
handle_post_sign_up
like this
EmailPasswordRecipe.init(config={"sign_up_feature": {"handle_post_sign_up": handle_post_sign_up}})
which calls the method
async def handle_post_sign_up(a, b):
. Is this intended like this? Regarding versions: we're using
supertokens-core 3.4.1
and
supertokens-auth-react 0.14