AG
AG
``` Router.get ('/login',....); Router.post('/login',...); ``` Neither of them have any `passwordless.restricted ();`. So answer is yes I am sure that controller redirects to a page that is not restricted.
@florianheinemann I checked and its not related to `req.flash`. You can see the logs, where the controller triggers `/logout`, where it should redirect to `/login` but somehow it redirects to...
any feedbacks appreciated
Can you clarify ? :-)
@IRog I would try to do this by end of the month. I think it would be useful for many people.
@dottodot Can you share the logic for handling multi-level params such as `/feature/:feature/sub-feature/:sub-feature`?
@icompuiz I tried using the reference but the URL normalise middleware doesn't work. Here is a open issue (https://github.com/OptimalBits/node_acl/issues/205) pls help. Also for some off reason i cannot access `req.params.id`...