package constants // CSRF protection constants. const ( CSRFCookieName = "csrf_token" CSRFFormName = "_csrf" )