mirror of
https://github.com/Syngnat/GoNavi.git
synced 2026-05-07 08:03:04 +08:00
- 连接表单:验证方式新增"无认证 (None)"选项,MongoDB 用户名改为非必填 - URI 构建:当 MongoAuthMechanism 为 NONE 时跳过 user/password/authSource/authMechanism - 兼容优化:无用户名时不再默认设置 authSource=admin,避免驱动对无密码实例发起认证 - 双版本同步:mongodb_impl.go 与 mongodb_impl_v1.go 同步修改 - refs #303