gorilla / csrf

Package gorilla/csrf provides Cross Site Request Forgery (CSRF) prevention middleware for Go web applications & services đź”’

Home Page:https://gorilla.github.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[feature] SameSite missing from Options?

bencanford opened this issue · comments

Options has HttpOnly and Secure but doesn't seem to have SameSite.

Is this intentional?