Support the ongoing development of Laravel.io →

1,899 Threads

Force logout for a specific user

My app allows users to log in and manage their data. But if a user is logged in and an admin removes...

0 Likes
3 Replies

Access user object in a function called from a route with filter

Hi laravel.io :-) I'd just like to know if it's possible to automagically get the Auth::user() objec...

0 Likes
0 Replies

What would be the best approach for custom authorization?

The main problem is that i have and old databse with username and password in base64. Second thing a...

0 Likes
2 Replies

Creating a Model without Table

Hi, I would like to implement a Model without a table in Laravel. But, I could not find a help/ refe...

0 Likes
1 Replies

Testing custom filters

Are there any resources or examples available that discuss testing custom filter classes? Or, do you...

0 Likes
0 Replies

php web server and Redirect::to

Hello, now i use new for me method of development. i use php web server on local development machine...

0 Likes
0 Replies

Auth::attempt() fails with ccovey/ldap-auth

I have installed ccovey/ldap-auth and am trying to get that hooked up. I have the config set up corr...

0 Likes
3 Replies
Solved

Artisan logout

Can I logout all users by using Artisan?

0 Likes
1 Replies

Laravel Admin and frontend differentiate

I need to make admin and front differentiate in laravel how can i do that any good idea? In CI we us...

0 Likes
1 Replies

Authentication work, but not everywhere

Hello guys, on my Laravel project I'm using the LdapAuth made by Ccovey. The authentication work cor...

0 Likes
0 Replies

Auth over ssl fails

Hi I have a very strange issue. I have recently been trying to add an ssl cert to my site, and when...

0 Likes
1 Replies

Trouble reseting password hash

I'm implementing authentication on a project using Laravel tools. The authentication part is fine, b...

0 Likes
2 Replies
Solved

[HELP] User must implement Remindable interface

I use database driver and I am getting this error while doing a POST to /password/remind . Any idea...

0 Likes
3 Replies

external authentication

Hello, I'm working on an app that interacts with a soap webservice, which i'd also like to use for a...

0 Likes
1 Replies
Solved

How to change home page based on login details.

Hi, I would like the home url to change depending on the user logged in i.e. example.com would be st...

0 Likes
1 Replies

Sentry 2 authenticates without matching case

I changed login attribute to "first_name" instead of email, so now when I attempt to authe...

0 Likes
8 Replies

laravel 4 authentication always returns false

My laravel 4 authentication always returns false. So far I have tried to make an authentication syst...

0 Likes
8 Replies
Solved
posted 9 years ago

Auth::login

Hey, is it possible to use Auth::login(); to remember users? With Auth::attempt() you can add 'true'...

0 Likes
1 Replies
Solved

Undefined index: password

Hey, i am making an authentication page, and this is the controller public function postSignIn() {...

0 Likes
3 Replies
Solved

auth filter not working - restful controller

Here is what I have: routes.php Route::controller('colaboradores', 'ColaboradorController'); fi...

0 Likes
2 Replies
Solved

Thanks to our community

Solutions given in the past year. Excluding solutions from thread authors.

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.