bosky0242
let session = await supertokens.getSession(req, res, true).catch(er => null); if(!session){ return redirect(); }