codeigniter 是否有 mongodb 支持的用户身份验证库?

发布于 2024-12-10 09:08:46 字数 444 浏览 0 评论 0原文

我需要一个 Codeigniter 登录库来进行用户身份验证。我使用 MongoDB 作为我的数据库。

我已经浏览了一些推荐的库,例如 Ion AuthTank AuthDX Auth 等,但都使用 mysql 数据库。

有没有推荐的使用mongodb作为数据库的库?

我开始将上面的库之一从 mysql 转换为 mongodb 插入,但它变得太复杂了——需要进行许多更改,并且我认为我最终会把它弄乱。需要有关使用 mongodb 的良好库的帮助。

I need a Codeigniter login library for user authentication. I use MongoDB as my database.

I have gone through some of the recommended libraries like Ion Auth, Tank Auth, DX Auth etc. but all use mysql databases.

Is there a recommended library which uses mongodb as a database?

I began converting one of the libraries above from mysql to mongodb insetions but it is getting too complex- many changes are needed and think I will end up messing it. Need help on a good library using mongodb.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

夏の忆 2024-12-17 09:08:46

看起来像 https://github.com/benedmunds/CodeIgniter-Ion-Auth (离子Auth) 现在有 MongoDB 支持。请参阅 GitHub 上的自述文件部分。

Looks like https://github.com/benedmunds/CodeIgniter-Ion-Auth (Ion Auth) has now a MongoDB support. See the README section on GitHub.

扛刀软妹 2024-12-17 09:08:46

我认为任何人都不会在本地使用它,但是在您自己进行转换之前,您可能需要查看我对类似(非重复)问题所做的回答: oAuth 和 Codeigniter 与 MongoDB

它将帮助您开始转换需要做的工作很少。我还建议使用 ion auth,tank auth 很大,而 DX auth 已经过时了。

I don't think any use it natively, but before you go converting things yourself you may want to check out this answer I made to a similar (non-dupe) question: oAuth and Codeigniter with MongoDB

It will get you started on a conversion with little work needed. I'd also recommend using ion auth, tank auth is huge and DX auth is outdated.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文