Whenever I Google things like “php authentication library” I continue to come up with a ton of results of authentication libraries designed for Code Igniter.
What I am looking for is things like the following,
- A robust library that handles login, logout, registration, login retrieval etc…
- Very secure authentication possibly using sha-256+?
- Library that can be integrated into any code, framework or not
- Active project and community so that I can rely on it in the future.
- Compatible with MySQL
- Maybe some things I do not know about?
I am hoping my answer fits your needs , its in two parts :
1- Zend Acl + Zend + Auth :
mysql,msssql, oreven a session based auth]2-symfony2 security component :
ACL,AUTH] in very powerful library called securityyou can use it in your own project as its
Symfony’s security component is available as a standalone PHP library for use inside any PHP project. http://symfony.com/doc/2.0/book/security.html
it support many backend solutions , they called
providersyou my see even create your own custom provideryou can even create many protected areas , in case you need it via
firewalls, its basically as DMZssupport any encryption method you might need , or create your own
its very active project too