slim-auth icon indicating copy to clipboard operation
slim-auth copied to clipboard

Authorization and authentication for the Slim Framework using ZF2 Authentication and Acl components

Results 14 slim-auth issues
Sort by recently updated
recently updated
newest added

Hey @jeremykendall, I need to update my app from slim 2 to slim 3 and happily used slim-auth. Now that I need to upgrade slim to version 3 I tried...

…p7.2 https://github.com/zendframework/zend-session/issues/74

I am passing this `$app = new \Slim\App($settings);` `$authBootstrap = new Bootstrap($app, $adapter, $acl);` and getting this error `Fatal error: Uncaught TypeError: Argument 1 passed to JeremyKendall\Slim\Auth\Bootstrap::__construct() must be an...

I would like to use this to authenticate my slim REST API but I'm a bit confused right now. Don't I have to add an `accessToken` or something like this...

Hi, do I miss something here? SlimAuthProvider Class etc. is not getting downloaded. My composer.json includes `"jeremykendall/slim-auth": "2.0.0-alpha"`.

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...

With the old solution, using SessionCookie, I was able to set some encryption- and secret key-options. Are there any security related options I should set using Zend sessions?

question
documentation
Slim 2.x
Slim 3.x

This may very well be an implementation issue... I am finding that after a while (> 12-14 hours) my cookies are still in the browser, but hasIdentity() is coming back...

question
Slim 2.x
Slim 3.x

Hey, recently I've updated slim-auth to 0.0.7-alpha. I've checkout documentation and saw that in 0.0.7-alpha \Slim\Middleware\SessionCookie requirement was removed and instead of it, Zend\Session is used. But I have some...

bug
Slim 2.x

Hello, After investigating how to build persistent session storage I came across this: http://framework.zend.com/manual/1.12/en/zend.session.global_session_management.html#zend.session.global_session_management.rememberme Is this secure? Woudn't it be better to store a hash in a cookie and authenticate...

question
documentation
Slim 2.x