Express res.cookie not setting cookie on client side

前端 未结 0 1256
梦谈多话
梦谈多话 2020-11-28 01:59

I am trying to configure my JWT through http-only cookies

const signIn = async (req, res) => {
  const { email } = req.body;
  try {
    const user = await         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题