CodeIgniter Forums
PostGre-compatible authentication library - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20)
+--- Forum: Archived Libraries & Helpers (https://forum.codeigniter.com/forumdisplay.php?fid=22)
+--- Thread: PostGre-compatible authentication library (/showthread.php?tid=31256)



PostGre-compatible authentication library - El Forum - 06-11-2010

[eluser]dobomode[/eluser]
Looking for a postgresql based auth library. Can anyone recommend something that works out of the box. I've tried a bunch of stuff, including ion auth to no avail. Does it even exist?

Thanks!


PostGre-compatible authentication library - El Forum - 06-11-2010

[eluser]Sinclair[/eluser]
Hi,

The Ion Auth is compatible with postgresql, I'am using it in a current project in Postgresql. There are some errors in the SCHEMA and you need to remove some " ยด " from 2 or 3 queries in the Ion Auth Library file.

Besides that, works great.