const token = jwt.sign({ id: validUser._id }, process.env.JWT_SECRET);
const { password: pass, reconfirmpassword, ...rest } = validUser._doc;
res
.cookie("access_token", token, { httpOnly: true, sameSite: 'None', secure: true })
.status(200)
.json(rest);
} catch (error) {
알려주세요 ㅠㅠ
하이브리드앱이냐 아니면 그냥 브라우저냐 하브면 앱에서 웹뷰 설정 해줘야 함
그냥 모바일 브라우저에요 형 .. 도와주세요 ㅠㅠ
그냥 지피티 쓰시져