@hono/oauth-providers: OAuth state check fails open on omitted state, enabling login CSRF and forced account linking
The built-in social login providers accept an OAuth callback even when the state value is absent on both sides, so the anti-CSRF check passes for a callback that never came from a genuine login attempt. This defeats the state-based CSRF protection under default usage.