Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Pre-built login / authentication component for a php app?

I know this question has been asked before, but I haven't found any answers that seem ideal.

I have a php app that needs a login system. I'm no crypto expert by any means, and I am wary of reinventing the wheel, which has doubtless been invented many times already, and very well.

I'm wondering if anyone is aware of a good authentication component which can easily be integrated into an existing script, which adheres to all best practices and which, when combined with an ssl login, will satisfy all reasonable requirements for being secure.

I would prefer a stand-alone component, as opposed to having to setup an entire framework of some sort. (The rest of the app does not use a framework, and I dislike the idea of having to use one, just for auth.)

Thanks for your help,

like image 554
Travis Avatar asked Nov 05 '22 11:11

Travis


1 Answers

Why not use LDAP ?, it's standard, secured and fairly easy.

https://web.archive.org/web/1/http://articles.techrepublic%2ecom%2ecom/5100-10878_11-5032010.html

like image 194
Christophe Eblé Avatar answered Nov 11 '22 05:11

Christophe Eblé