问题描述
我使用AlexBilbie制作的Codeigniter的oAuth库。它是为MySQL。
有人使用它与MongoDB吗?我会尝试转换到MongoDB,但是有许多文件在repo和只有少数是需要的服务器设置。
有谁知道如果有一个现成的Mongodb这个repo和/或哪些文件
是一个仅服务器设置的最低限度?
Repo:
感谢所有输入!
这不能完全回答你的问题,但它可能是你要找的。
有趣的Alex已经创建了一个mongodb活动记录驱动程序。
博客
Bitbucket
如果你确实要做转换github,并链接到这里,请:)
I am using the oAuth library for Codeigniter made by Alex Bilbie. It is made for MySQL.Has anyone used it with MongoDB? I will try to "convert" it to MongoDB but there are som many files in the repo and only few of them is needed for the server setup.
Does anyone know if there is a ready made Mongodb of this repo and / or which files thatis the bare minimum for a server only setup?
Repo:
https://github.com/alexbilbie/CodeIgniter-OAuth-2.0-Server
Thankful for all input!
This doesn't exactly answer your question but it might be what you're looking for.
Funnily enough Alex has already created a mongodb active record driver for CI. You will probably have a much easier time converting it to using this than anything else I'm guessing.
Bloghttp://archive.alexbilbie.com/2010/04/17/a-codeigniter-active-record-library-for-mongodb/
Bitbuckethttps://bitbucket.org/alexbilbie/codeigniter-mongo-library/wiki/Home
If you do get around to making a conversion github it and link here please :)
这篇关于oAuth和Codeigniter与MongoDB的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!