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.

link|improve this question

have you made any progress? I'm going to use Tank Auth for a new project and I'm thinking of modifying it to use MongoDB. Worst case I just have mysql handle the user accounts and let mongodb deal w/ everything else. – luckytaxi Nov 3 '11 at 19:26
Yes I have created a login library using MongoDb, based on Tank Auth library. I will post it to GitHub soon and give the link here – Ninja Jan 26 at 6:00
Has Tank Auth been updated recently? Seems development has stopped and everyone is using Ben's code. – luckytaxi Jan 28 at 14:39
feedback

1 Answer

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.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.