codeigniter 是否有 mongodb 支持的用户身份验证库?
我需要一个 Codeigniter 登录库来进行用户身份验证。我使用 MongoDB 作为我的数据库。
我已经浏览了一些推荐的库,例如 Ion Auth、Tank Auth、DX 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
看起来像 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.
我认为任何人都不会在本地使用它,但是在您自己进行转换之前,您可能需要查看我对类似(非重复)问题所做的回答: 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.