Hey @rp_st , I tried implementing the reset password email flow . The api works fine but the email is not being sent . On digging deep , found out that when the client makes a post request to v1/api/user/password/reset/token api its sending a header rid : thirdpartyemailpassword which is why the backend is treating this email as third party and not sending the email . When I remove this header email works fine . Can you help on how I can avoid sending this header from client side in the frontend code as this is automatically attached by the frontend sdk of supertokens . I am using react in frontned .