funk101
09/05/2022, 11:12 AMerror - unhandledRejection: Error: Initialisation not done. Did you forget to call the SuperTokens.init function?
rp_st
09/05/2022, 11:13 AMfunk101
09/05/2022, 11:14 AM// get logged in buyer(current access token)
await superTokensNextWrapper(
async (next) => {
await verifySession()(req, res, next);
},
req,
res
);
const currentAccessTokenPayload = req.session.getAccessTokenPayload();
funk101
09/05/2022, 11:14 AMfunk101
09/05/2022, 11:14 AMrp_st
09/05/2022, 11:16 AMfunk101
09/05/2022, 11:16 AMrp_st
09/05/2022, 11:19 AMfunk101
09/05/2022, 11:20 AM