Support the ongoing development of Laravel.io →
Authentication Security Testing
Last updated 2 years ago.
0

Are you sure that user is not logged in? It doesn't look like general filtering problem. Try some other filter that would display something, for example:

Route::filter('foo', function()
{
    die('Foo filter works!');
});
0

kokokurak said:

Are you sure that user is not logged in? It doesn't look like general filtering problem. Try some other filter that would display something, for example:

Route::filter('foo', function()
{
   die('Foo filter works!');
});

Yes, user isn't logged in when I'm trying to get any route inside my group, and it is logged in when I'm trying to get the login route. I tried your suggestion but foo filter isn't working either. But then I tried a new fresh installation and default filters were working out of the box, guess I just messed up something in the way, but don't recall changing anything else than environment and some database configuration, I'll try to figure it out. Thanks!

0

Sign in to participate in this thread!

Eventy

Your banner here too?

Moderators

We'd like to thank these amazing companies for supporting us

Your logo here?

Laravel.io

The Laravel portal for problem solving, knowledge sharing and community building.

© 2024 Laravel.io - All rights reserved.