zend-authentication icon indicating copy to clipboard operation
zend-authentication copied to clipboard

Authentication component from Zend Framework

Results 9 zend-authentication issues
Sort by recently updated
recently updated
newest added

I've been playing around with making the core of Zend Auth event based, this is very much a WIP but the idea is to support the use cases in the...

Adding string to correct basic token still allow to pass token when using crypt.

awaiting author updates

Hi everyone, Authentication in ZF2 has always been a bit brocken and hard to use. One of its main flow is notably its reliance on the global Request object. Dasprid...

awaiting author updates

Hello. I wanted to ask, if there is a specific reason why authenticate() method also [writes ](https://github.com/zendframework/zend-authentication/blob/master/src/AuthenticationService.php#L121) data to a storage? In ZF1 [adapter](https://github.com/zendframework/zf1/tree/master/library/Zend/Auth/Adapter) only returned a result, which I...

i'm trying to implement multi servers ldap authentication mentioned in docs, the thing is auth process is flawless but with adding group to options parameters i get this: `[0] =>...

Hello, for internal user authentication we will use LDAP Adapter and for external users the Zend DB Adapter. All external users uses the mail address as username. Also with the...

Authentication adapter and validator are the same. The authentication service provides input to adapter, which validates the identity and returns a result. With the [proposed revision of Zend\Validator](https://github.com/zendframework/zend-validator/pull/181), we also...

I'm looking for a way to check if my user really exists before I authenticate it. Is this library capable of doing so or do I need to use \Zend\Ldap...