Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如何对 mongoDB 进行身份验证?
我正在使用这个驱动程序http://hackage.haskell.org/package/mongoDB
我在文档或源代码中找不到任何相关内容。
查看身份验证功能。从文档:
auth :: MonadIO' m => Username -> Password -> Action m Bool 使用当前数据库进行身份验证(如果服务器在安全模式下运行)。返回认证是否成功。每个新管道都需要重新验证。
auth :: MonadIO' m => Username -> Password -> Action m Bool
使用当前数据库进行身份验证(如果服务器在安全模式下运行)。返回认证是否成功。每个新管道都需要重新验证。