The [userinfo example](https://github.com/coreos/go-oidc/blob/v3/example/userinfo/app.go#L35) stores `state` in a cookie but doesn't set a `SameSite` attribute on the cookie. Is there a reason not to do so for better security?