eray
04/09/2023, 12:55 PMeray
04/09/2023, 12:56 PMrp_st
04/09/2023, 1:35 PMsignInPOST
API. You can follow this guide: https://supertokens.com/docs/thirdpartyemailpassword/advanced-customizations/apis-override/custom-response/api-override. At the end of the signInPOST
API override function, instead of doing return originalImplementation.signInPOST(input);
, you can return the response with the additional info you want to include. You can access the additional info by querying your database or any other source where you stored the info during signup.