jeremykendall / slim-auth

Authorization and authentication for the Slim Framework using ZF2 Authentication and Acl components
MIT License
244 stars 38 forks source link

Ldap #44

Open Bigua opened 7 years ago

Bigua commented 7 years ago

Hi, I've successfully integrated this auth in my slim 3 app, now its time to move forward and put it to work with LDAP, any thoughts or tips in how to do this?

Searching the internet i've found this repo https://github.com/marcelbonnet/slim-auth, who is using parts of this module.. but they put it to work together with doctrine.. but I'm using eloquent.

Tnx