Express app's protected routes are not responding in stage or production

前端 未结 0 1676

I implemented authentication using JWT, the cookie options are written as below

expires: new Date(
        Date.now() + process.env.JWT_COOKIE_EXPIRES_IN * 24         


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