res.clearCookie(COOKIE_NAME) is not clearing the cookie in graphql-express-typescript

后端 未结 0 1252
离开以前
离开以前 2021-01-17 08:52

I set cookie session but res.clearCookie() is not clearing it.

@Mutation(() => Boolean)
  logout(@Ctx() { req, res }: MyContext) {
    return new Promise((         


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