[feature] SameSite flag support
maldevel opened this issue · 2 comments
maldevel commented
Could you please add SameSite flag support to csrf cookie Options (options.go file)?
elithrar commented
SameSite support exists already:
https://godoc.org/github.com/gorilla/csrf#SameSite
maldevel commented
:( I should have probably updated my golang libs first before opening the issue. thx