david_61794
10/04/2023, 8:41 AMsupertokens-node to go from v15 to v16. I'm just curious about one of the changes, we are using a function override of resetPasswordUsingToken from the thirdpartyemailpassword recipe. It looks like it's been removed from the recipe interface though, https://github.com/supertokens/supertokens-node/blob/master/lib/build/recipe/thirdpartyemailpassword/types.d.ts, with the v16 update. However it's still available as a function on the thirdpartyemailpassword recipe class https://supertokens.com/docs/nodejs/modules/recipe_thirdpartyemailpassword.html.
I was wondering if the update to remove resetPasswordUsingToken from the overrides was intentional and does this mean we should just move any custom logic to an api override of passwordResetPOST instead please?
Thanks for your time.