golang http secure cookie is showing a warning in Firefox

后端 未结 0 427
花落未央
花落未央 2020-12-07 23:00

When using this code snippet in golang

    cookie := http.Cookie{
        Name:  "token",
        Value: token.Key,
        Expires:  token.Claims.E         


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