Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is there a mongodb-backed user authentication library for codeigniter?

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.

like image 380
Ninja Avatar asked Oct 09 '22 17:10

Ninja


1 Answers

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

like image 176
Stephane Paquet Avatar answered Oct 18 '22 11:10

Stephane Paquet