ITEnthusiasm
05/26/2022, 6:24 PMsupertokens
interfere with the request object at all? Iโm trying to use regular http form posts (not for logging in), but the data never goes through.
The data does go through if I remove all the Supertokens Node setup stuffrp
05/26/2022, 6:25 PMITEnthusiasm
05/26/2022, 8:29 PMrp
05/27/2022, 3:09 AMITEnthusiasm
05/27/2022, 12:06 PMsupertokens
Node.js docs get updated to remove express.urlencoded
and express.json
?express.urlencoded()
and express.json()
. These calls were within the block of "SuperTokens copy-paste code". But when I returned to the docs site recently, I didn't see these 2 things being used anymore.rp
05/27/2022, 2:28 PMITEnthusiasm
05/27/2022, 2:28 PMrp
05/27/2022, 2:28 PMITEnthusiasm
05/27/2022, 2:30 PM