def samesite() -> str: """Produce cookie SameSite value. Currently this is hard-coded to return "lax" :returns "lax" """ return "lax"